Remove dbg package in favor of dbgsym.
This commit is contained in:
parent
91c10f798f
commit
0f3c4fbd41
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
lxqt-admin (0.10.0-3) unstable; urgency=medium
|
||||
|
||||
* Remove dbg package in favor of dbgsym.
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sat, 26 Dec 2015 18:05:24 +0100
|
||||
|
||||
lxqt-admin (0.10.0-2) unstable; urgency=medium
|
||||
|
||||
* Merge from experimental.
|
||||
|
13
debian/control
vendored
13
debian/control
vendored
@ -31,16 +31,3 @@ Description: Admin tools for LXQt
|
||||
* lxqt-admin-user
|
||||
.
|
||||
This package contain the LXQt Admin Tools.
|
||||
|
||||
Package: lxqt-admin-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends: ${misc:Depends},
|
||||
lxqt-admin (= ${binary:Version})
|
||||
Description: Admin tools for LXQt (debug)
|
||||
Admin tools for LXQt, as of now:
|
||||
* lxqt-admin-time
|
||||
* lxqt-admin-user
|
||||
.
|
||||
This package provides the debugging symbols.
|
||||
|
8
debian/rules
vendored
8
debian/rules
vendored
@ -4,10 +4,6 @@
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem cmake --parallel
|
||||
dh ${@} --buildsystem cmake \
|
||||
--parallel
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-admin
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=lxqt-admin-dbg
|
||||
|
Loading…
x
Reference in New Issue
Block a user