Remove dbg package in favor of dbgsym.

ubuntu/bionic debian/0.10.0-3
Alf Gaida 9 years ago
parent 543dd17ed6
commit 488517dc24

6
debian/changelog vendored

@ -1,3 +1,9 @@
lxqt-qtplugin (0.10.0-3) unstable; urgency=medium
* Remove dbg package in favor of dbgsym.
-- Alf Gaida <agaida@siduction.org> Sat, 26 Dec 2015 22:27:15 +0100
lxqt-qtplugin (0.10.0-2) unstable; urgency=medium
* Merge from experimental.

12
debian/control vendored

@ -31,15 +31,3 @@ Description: LXQt system integration plugin for Qt
LXQt, such as the icon theme.
.
This package provides the lxqt qtplugin interface.
Package: lxqt-qtplugin-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends},
lxqt-qtplugin (= ${binary:Version})
Description: LXQt system integration plugin for Qt (debug symbols)
With this plugin, all Qt-based programs can adopt settings of
LXQt, such as the icon theme.
.
This package provides 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-qtplugin
override_dh_strip:
dh_strip --dbg-package=lxqt-qtplugin-dbg
dh ${@} --buildsystem cmake \
--parallel

Loading…
Cancel
Save