diff --git a/debian/changelog b/debian/changelog index c9aa5b3..62a2b21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxqt-openssh-askpass (0.10.0-3) unstable; urgency=medium + + * Remove dbg package in favor of dbgsym. + + -- Alf Gaida Sat, 26 Dec 2015 19:17:12 +0100 + lxqt-openssh-askpass (0.10.0-2) unstable; urgency=medium * Merge branch 'debian/experimental' into debian/sid diff --git a/debian/control b/debian/control index 196979b..fb0db9f 100644 --- a/debian/control +++ b/debian/control @@ -50,35 +50,3 @@ Description: OpenSSH user/password GUI dialog for LXQt not launched by hand but automatically, when choosing a LXQt session in the Display Manager. -Package: lxqt-openssh-askpass-dbg -Architecture: any -Section: debug -Priority: extra -Depends: ${misc:Depends}, - lxqt-openssh-askpass (= ${binary:Version}), -Description: OpenSSH user/password GUI dialog for LXQt (debug symbols) - This module handles openssh security password access for LXQt. The openssh - askpass module, will perform security tast over scale access priviā€ legies. - . - The LXQt modules are desktop independent tools, and operate as daemons for the - local user for desktop specific operations. - . - LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt - technologies, ships several core desktop components, all of which are - optional: - . - * Panel - * Desktop - * Application launcher - * Settings center - * Session handler - * Polkit handler - * SSH password access (this) - * Display manager handler - . - These components perform similar actions to those available in other - desktop environments, and their names are self-descriptive. They are usually - not launched by hand but automatically, when choosing a LXQt session in the - Display Manager. - . - This package contain the debugging symbols. diff --git a/debian/lxqt-openssh-askpass.manpages b/debian/manpages similarity index 100% rename from debian/lxqt-openssh-askpass.manpages rename to debian/manpages diff --git a/debian/rules b/debian/rules index 3708fae..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-openssh-askpass - -override_dh_strip: - dh_strip --dbg-package=lxqt-openssh-askpass-dbg + dh ${@} --buildsystem cmake \ + --parallel