From c88dd99bc928942fc481c8abf082ba532410f717 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 26 Dec 2015 20:45:37 +0100 Subject: [PATCH] Remove dbg package in favor of dbgsym. --- debian/changelog | 6 ++++++ debian/control | 13 ------------- debian/rules | 9 ++------- 3 files changed, 8 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3acdf12..6e41450 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxqt-policykit (0.10.0-3) unstable; urgency=medium + + * Remove dbg package in favor of dbgsym. + + -- Alf Gaida Sat, 26 Dec 2015 20:45:31 +0100 + lxqt-policykit (0.10.0-2) unstable; urgency=medium * Merge from experimental. diff --git a/debian/control b/debian/control index 76cb478..e09a449 100644 --- a/debian/control +++ b/debian/control @@ -32,16 +32,3 @@ Description: LXQt authentication agent for PolicyKit bring up authentication dialogs used for obtaining privileges. . This package contains the LXQt policy kit authentication agent. - -Package: lxqt-policykit-dbg -Architecture: any -Section: debug -Priority: extra -Depends: ${misc:Depends}, - lxqt-policykit (= ${binary:Version}) -Description: LXQt authentication agent for PolicyKit (debug symbols) - The lxqt-policykit D-Bus session bus service that is used to - bring up authentication dialogs used for obtaining privileges. - . - This package contains the LXQt policy kit authentication agent with - debugging symbols. diff --git a/debian/rules b/debian/rules index 2b1f7be..e8abf41 100755 --- a/debian/rules +++ b/debian/rules @@ -4,10 +4,5 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh ${@} --buildsystem cmake --parallel - -override_dh_auto_install: - dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-policykit - -override_dh_strip: - dh_strip --dbg-package=lxqt-policykit-dbg + dh ${@} --buildsystem cmake \ + --parallel