From c7406e63321797ca95d492037b65c7d122b27741 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Thu, 13 Aug 2015 02:23:54 +0200 Subject: [PATCH] some changes in debian $foo - dependencies fixed - rules cleanup --- debian/control | 12 ++++++------ debian/rules | 5 ++++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 52f15c3..ea124bf 100644 --- a/debian/control +++ b/debian/control @@ -10,13 +10,13 @@ Build-Depends: debhelper (>= 9), libx11-dev, pkg-config, - libkf5windowsystem-dev (>= 5.5.0), + libkf5windowsystem-dev (>= 5.9), liblxqt0-dev (>= 0.9.0), - 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), + 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-qtplugin Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-qtplugin.git diff --git a/debian/rules b/debian/rules index 9a883d5..bd30286 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,11 @@ %: - dh ${@} --buildsystem cmake --parallel --dbg-package=lxqt-qtplugin-dbg + dh ${@} --buildsystem cmake --parallel override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-qtplugin + +override_dh_strip: + dh_strip --dbg-package=lxqt-qtplugin-dbg