From 3a8d1d2274a813ea6eb86a33c1a53143e18aa5f5 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 26 Dec 2015 19:00:28 +0100 Subject: [PATCH] some cleanup in rules build new dbgsym packages --- debian/changelog | 7 +++++++ debian/rules | 8 +++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7c04a08..52ae651 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lxqt-globalkeys (0.10.0-3) unstable; urgency=medium + + * some cleanup in debian/rules + * build new -dbgsym-packages + + -- Alf Gaida Sat, 26 Dec 2015 19:00:17 +0100 + lxqt-globalkeys (0.10.0-2) unstable; urgency=medium * Merge from experimental. diff --git a/debian/rules b/debian/rules index 60b276c..1f88e7d 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh ${@} --buildsystem cmake --parallel - - -override_dh_install: - dh_install --fail-missing + dh ${@} --buildsystem cmake \ + --parallel \ + --fail-missing