some changes in debian $foo

- dependencies fixed
- rules cleanup
ubuntu/bionic
Alf Gaida 9 years ago
parent 5792b90d49
commit c7406e6332

12
debian/control vendored

@ -10,13 +10,13 @@ Build-Depends:
debhelper (>= 9), debhelper (>= 9),
libx11-dev, libx11-dev,
pkg-config, pkg-config,
libkf5windowsystem-dev (>= 5.5.0), libkf5windowsystem-dev (>= 5.9),
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),
qtbase5-private-dev (>= 5.3.2), qtbase5-private-dev (>= 5.3),
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-qtplugin Homepage: https://github.com/lxde/lxqt-qtplugin
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-qtplugin.git Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-qtplugin.git

5
debian/rules vendored

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

Loading…
Cancel
Save