some changes in debian $foo

- dependencies fixed
- rules cleanup
This commit is contained in:
Alf Gaida 2015-08-13 02:31:33 +02:00
parent e9e71d0fd7
commit b9beaf8bb5
2 changed files with 11 additions and 6 deletions

12
debian/control vendored
View File

@ -8,14 +8,15 @@ Uploaders:
Build-Depends: Build-Depends:
cmake (>= 3.0.2), cmake (>= 3.0.2),
debhelper (>= 9), debhelper (>= 9),
libudev-dev,
libx11-dev, libx11-dev,
pkg-config, pkg-config,
libkf5windowsystem-dev (>= 5.5.0), libkf5windowsystem-dev (>= 5.9.0),
liblxqt0-dev (>= 0.9.0), liblxqt0-dev (>= 0.9.0),
libqt5x11extras5-dev (>= 5.3.2), libqt5x11extras5-dev (>= 5.3),
libqt5xdg-dev (>= 1.1.0), libqt5xdg-dev (>= 1.2.0),
qttools5-dev (>= 5.3.2), qttools5-dev (>= 5.3),
qttools5-dev-tools (>= 5.3.2), qttools5-dev-tools (>= 5.3),
Standards-Version: 3.9.6 Standards-Version: 3.9.6
Homepage: https://github.com/lxde/lxqt-session Homepage: https://github.com/lxde/lxqt-session
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-session.git Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-session.git
@ -37,6 +38,7 @@ Pre-Depends:
Depends: Depends:
${misc:Depends}, ${misc:Depends},
${shlibs:Depends}, ${shlibs:Depends},
x11-xkb-utils,
Description: Session manager component for LXQt Description: Session manager component for LXQt
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
technologies. It has been tailored for users who value simplicity, speed, and technologies. It has been tailored for users who value simplicity, speed, and

5
debian/rules vendored
View File

@ -5,7 +5,7 @@ DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
%: %:
dh ${@} --buildsystem cmake --parallel --dbg-package=lxqt-session-dbg dh ${@} --buildsystem cmake --parallel
override_dh_auto_configure: override_dh_auto_configure:
@ -13,3 +13,6 @@ override_dh_auto_configure:
override_dh_auto_install: override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-session dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-session
override_dh_strip:
dh_strip --dbg-package=lxqt-session-dbg