Remove dbg package in favor of dbgsym.
This commit is contained in:
parent
fb752c5bee
commit
fe4a6187c3
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
lxqt-config (0.10.0-3) unstable; urgency=medium
|
||||
|
||||
* Remove dbg package in favor of dbgsym.
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sat, 26 Dec 2015 18:36:15 +0100
|
||||
|
||||
lxqt-config (0.10.0-2) unstable; urgency=medium
|
||||
|
||||
* Merge from experimental.
|
||||
|
11
debian/control
vendored
11
debian/control
vendored
@ -35,14 +35,3 @@ Description: LXQt system settings center
|
||||
The LXQt system settings center
|
||||
.
|
||||
This package contain the LXQt configuration ui.
|
||||
|
||||
Package: lxqt-config-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends: ${misc:Depends},
|
||||
lxqt-config (= ${binary:Version})
|
||||
Description: LXQt system settings center (debug)
|
||||
The LXQt system settings center
|
||||
.
|
||||
This package contain the debugging symbols for LXQt config ui.
|
||||
|
9
debian/rules
vendored
9
debian/rules
vendored
@ -4,13 +4,8 @@
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem cmake --parallel
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-config
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=lxqt-config-dbg
|
||||
dh ${@} --buildsystem cmake \
|
||||
--parallel
|
||||
|
||||
override_dh_makeshlibs:
|
||||
dh_makeshlibs -Xlxqt-config
|
||||
|
Loading…
x
Reference in New Issue
Block a user