diff --git a/debian/changelog b/debian/changelog index 1a0c0a9..303c7ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxqt-runner (0.10.0-3) unstable; urgency=medium + + * Remove dbg package in favor of dbgsym. + + -- Alf Gaida Sat, 26 Dec 2015 23:04:25 +0100 + lxqt-runner (0.10.0-2) unstable; urgency=medium * Merge to unstable. diff --git a/debian/control b/debian/control index 7e61613..c692882 100644 --- a/debian/control +++ b/debian/control @@ -32,14 +32,3 @@ Description: LXQt program launcher Tool used to launch programs quickly by typing their names . This package contain LXQt runner. - -Package: lxqt-runner-dbg -Architecture: any -Section: debug -Priority: extra -Depends: ${misc:Depends}, - lxqt-runner (= ${binary:Version}) -Description: LXQt program launcher (debug) - Tool used to launch programs quickly by typing their names - . - This package contain the debugging symbols. diff --git a/debian/lxqt-runner.manpages b/debian/manpages similarity index 100% rename from debian/lxqt-runner.manpages rename to debian/manpages diff --git a/debian/rules b/debian/rules index b3dd013..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-runner - -override_dh_strip: - dh_strip --dbg-package=lxqt-runner-dbg + dh ${@} --buildsystem cmake \ + --parallel