diff --git a/debian/changelog b/debian/changelog index f9cd1c2..ef1b93f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxqt-config (0.10.0-3) unstable; urgency=medium + + * Remove dbg package in favor of dbgsym. + + -- Alf Gaida Sat, 26 Dec 2015 18:36:15 +0100 + lxqt-config (0.10.0-2) unstable; urgency=medium * Merge from experimental. diff --git a/debian/control b/debian/control index 50d0c3b..4f55c88 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/rules b/debian/rules index 007e32f..6cc048c 100755 --- a/debian/rules +++ b/debian/rules @@ -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