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