Add debian files

pull/2/head
cutefishd 5 years ago
parent 6e0c094e23
commit 909a7f50d5

5
debian/changelog vendored

@ -0,0 +1,5 @@
cutefish-components (0.1) UNRELEASED; urgency=low
* Initial release (CutefishOS) <cutefishos@foxmail.com>
-- CutefishOS <cutefishos@foxmail.com> Thu, 16 Oct 2014 17:22:15 +0200

1
debian/compat vendored

@ -0,0 +1 @@
9

28
debian/control vendored

@ -0,0 +1,28 @@
Source: cutefish-components
Section: devel
Priority: optional
Maintainer: CutefishOS <cutefishos@foxmail.com>
Build-Depends: cmake,
debhelper (>= 9),
extra-cmake-modules,
pkg-config,
libpulse-dev,
libpolkit-qt5-1-dev,
libpolkit-agent-1-dev,
libkf5windowsystem-dev,
libqt5x11extras5-dev,
qtbase5-dev,
qtdeclarative5-dev,
qtquickcontrols2-5-dev,
qttools5-dev,
qttools5-dev-tools
Standards-Version: 4.5.0
Homepage: https://github.com/cutefishos/terminal
Package: cutefish-components
Architecture: any
Depends: qml-module-qtquick-controls2,
qml-module-qtquick2,
${misc:Depends},
${shlibs:Depends}
Description: CutefishOS System Components

3
debian/copyright vendored

@ -0,0 +1,3 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: calamares
Source: <url://example.com>

9
debian/rules vendored

@ -0,0 +1,9 @@
#!/usr/bin/make -f
export QT_SELECT=5
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DBUILD_TESTING=ON

@ -0,0 +1 @@
3.0 (quilt)
Loading…
Cancel
Save