diff --git a/debian/control b/debian/control index 2986c8a..6627a14 100644 --- a/debian/control +++ b/debian/control @@ -9,17 +9,18 @@ Build-Depends: cmake (>= 3.0.2), debhelper (>= 9), libx11-dev, + libmenu-cache-dev (>= 0.3.3), pkg-config, - libkf5windowsystem-dev (>= 5.5.0), + libkf5windowsystem-dev (>= 5.9.0), liblxqt0-dev (>= 0.9.0), liblxqt-globalkeys0-dev (>= 0.9.0), liblxqt-globalkeys-ui0-dev (>= 0.9.0), - libqt5x11extras5-dev (>= 5.3.2), - libqt5xdg-dev (>= 1.1.0), - qtbase5-private-dev (>= 5.3.2), - qtscript5-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), + qtscript5-dev (>= 5.3), + qttools5-dev (>= 5.3), + qttools5-dev-tools (>= 5.3), Standards-Version: 3.9.6 Homepage: https://github.com/lxde/lxqt-runner Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-runner.git diff --git a/debian/rules b/debian/rules index 88e89a3..47be3c6 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,11 @@ %: - dh ${@} --buildsystem cmake --parallel --dbg-package=lxqt-runner-dbg + dh ${@} --buildsystem cmake --parallel override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-runner + +override_dh_strip: + dh_strip --dbg-package=lxqt-runner-dbg