From 881089189fd491ff5474a359c26d6611b927cbdc Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 26 Dec 2015 17:28:13 +0100 Subject: [PATCH] Remove dbg package in favor of dbgsym. --- debian/changelog | 6 ++++++ debian/control | 12 ------------ debian/rules | 9 ++------- 3 files changed, 8 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index 33e7b54..51429dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lximage-qt (0.4.0+20151117-2) unstable; urgency=medium + + * Remove dbg package in favor of dbgsym. + + -- Alf Gaida Sat, 26 Dec 2015 17:26:11 +0100 + lximage-qt (0.4.0+20151117-1) unstable; urgency=medium * Cherry-picked new upstream version 0.4.0+201511117. diff --git a/debian/control b/debian/control index 2d7b588..e650844 100644 --- a/debian/control +++ b/debian/control @@ -30,15 +30,3 @@ Description: Image viewer for LXQt lximage-qt is a simple image viewer for LXQt. . This package contain the program files. - -Package: lximage-qt-dbg -Architecture: any -Section: debug -Priority: extra -Depends: ${shlibs:Depends}, - ${misc:Depends}, - lximage-qt (= ${binary:Version}) -Description: Debug package for lximage-qt - lximage-qt is a simple image viewer for LXQt. - . - This package contain debugging symbols. diff --git a/debian/rules b/debian/rules index dee43c8..c3be7f1 100755 --- a/debian/rules +++ b/debian/rules @@ -5,10 +5,5 @@ export DEB_CXXFLAGS_MAINT_APPEND = -fPIE -pie export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh ${@} --buildsystem cmake --parallel - -override_dh_auto_install: - dh_auto_install -- DESTDIR=$(CURDIR)/debian/lximage-qt - -override_dh_strip: - dh_strip --dbg-package=lximage-qt-dbg + dh ${@} --buildsystem cmake \ + --parallel \