some changes in debian $foo

- dependencies fixed
- rules cleanup
ubuntu/cosmic
Alf Gaida 9 years ago
parent d62701e321
commit 43f9d0e4aa

17
debian/control vendored

@ -3,7 +3,7 @@ Section: x11
Priority: optional
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders:
Alf Gaida <agaida@siduction.org>
Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
Build-Depends:
cmake (>= 3.0.2),
@ -13,14 +13,15 @@ Build-Depends:
libxcb-dpms0-dev,
libxcb-screensaver0-dev,
pkg-config,
libkf5windowsystem-dev (>= 5.5.0),
libkf5windowsystem-dev (>= 5.9),
libkf5solid-dev (>= 5.9),
liblxqt0-dev (>= 0.9.0),
libqt5svg5-dev (>= 5.3.2),
libqt5x11extras5-dev (>= 5.3.2),
libqt5xdg-dev (>= 1.1.0),
qtbase5-private-dev (>= 5.3.2),
qttools5-dev (>= 5.3.2),
qttools5-dev-tools (>= 5.3.2),
libqt5svg5-dev (>= 5.3),
libqt5x11extras5-dev (>= 5.3),
libqt5xdg-dev (>= 1.2.0),
qtbase5-private-dev (>= 5.3),
qttools5-dev (>= 5.3),
qttools5-dev-tools (>= 5.3),
Standards-Version: 3.9.6
Homepage: https://github.com/lxde/lxqt-powermanagement
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-powermanagement.git

5
debian/rules vendored

@ -3,8 +3,11 @@
%:
dh ${@} --buildsystem cmake --parallel --dbg-package=lxqt-powermanagement-dbg
dh ${@} --buildsystem cmake --parallel
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-powermanagement
override_dh_strip:
dh_strip --dbg-package=lxqt-powermanagement-dbg

Loading…
Cancel
Save