Remove dbg package in favor of dbgsym.
This commit is contained in:
parent
da751f8080
commit
9875de54b3
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
lxqt-sudo (0.10.0-3) unstable; urgency=medium
|
||||
|
||||
* Remove dbg package in favor of dbgsym.
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sun, 27 Dec 2015 00:00:04 +0100
|
||||
|
||||
lxqt-sudo (0.10.0-2) unstable; urgency=medium
|
||||
|
||||
* Merge to unstable.
|
||||
|
16
debian/control
vendored
16
debian/control
vendored
@ -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.
|
||||
|
9
debian/rules
vendored
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-sudo
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=lxqt-sudo-dbg
|
||||
dh ${@} --buildsystem cmake \
|
||||
--parallel
|
||||
|
Loading…
x
Reference in New Issue
Block a user