From 9875de54b3fcf150f668625177ad1f2d20b33d46 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 27 Dec 2015 00:00:15 +0100 Subject: [PATCH] Remove dbg package in favor of dbgsym. --- debian/changelog | 6 ++++++ debian/control | 16 ---------------- debian/rules | 9 ++------- 3 files changed, 8 insertions(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7a02b61..36d25d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxqt-sudo (0.10.0-3) unstable; urgency=medium + + * Remove dbg package in favor of dbgsym. + + -- Alf Gaida Sun, 27 Dec 2015 00:00:04 +0100 + lxqt-sudo (0.10.0-2) unstable; urgency=medium * Merge to unstable. diff --git a/debian/control b/debian/control index db2f36d..991bced 100644 --- a/debian/control +++ b/debian/control @@ -30,19 +30,3 @@ Description: Graphical QT frontend for plain sudo process with requested command (and arguments). If sudo requests user's password, the GUI password dialog is shown and (after submit) the password is provided to sudo. - -Package: lxqt-sudo-dbg -Architecture: any -Section: debug -Priority: extra -Depends: ${misc:Depends}, - ${shlibs:Depends}, - lxqt-sudo (= ${binary:Version}) -Description: Graphical QT frontend for plain sudo (debug symbols) - lxqt-sudo is a graphical QT frontend for plain sudo(8) (for requesting - optional password in GUI fashion). When invoked it simply spawns child sudo - process with requested command (and arguments). If sudo requests user's - password, the GUI password dialog is shown and (after submit) the password is - provided to sudo. - . - This package contains debug symbols for lxqt-sudo. diff --git a/debian/rules b/debian/rules index 3b011f6..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-sudo - -override_dh_strip: - dh_strip --dbg-package=lxqt-sudo-dbg + dh ${@} --buildsystem cmake \ + --parallel