Remove dbg package in favor of dbgsym.

ubuntu/cosmic debian/0.10.0-3
Alf Gaida 9 years ago
parent 752ed78719
commit af05132c25

6
debian/changelog vendored

@ -1,3 +1,9 @@
lxqt-openssh-askpass (0.10.0-3) unstable; urgency=medium
* Remove dbg package in favor of dbgsym.
-- Alf Gaida <agaida@siduction.org> 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

32
debian/control vendored

@ -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.

9
debian/rules vendored

@ -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

Loading…
Cancel
Save