diff --git a/debian/changelog b/debian/changelog index b2de0e3..006c28d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxqt-qtplugin (0.10.0-3) unstable; urgency=medium + + * Remove dbg package in favor of dbgsym. + + -- Alf Gaida Sat, 26 Dec 2015 22:27:15 +0100 + lxqt-qtplugin (0.10.0-2) unstable; urgency=medium * Merge from experimental. diff --git a/debian/control b/debian/control index 93b3978..86e291f 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/rules b/debian/rules index 8e0059a..e8abf41 100755 --- a/debian/rules +++ b/debian/rules @@ -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