From 3e662bc8e788e9c696b808d144c58e04fc5091ca Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 26 Dec 2015 17:01:48 +0100 Subject: [PATCH] * Remove dbg package in favor of dbgsym. --- debian/changelog | 6 ++++++ debian/control | 13 ------------- debian/rules | 5 ++--- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index bbbf844..193049f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libqtxdg (1.3.0-3) unstable; urgency=medium + + * Remove dbg package in favor of dbgsym. + + -- Alf Gaida Sat, 26 Dec 2015 17:01:26 +0100 + libqtxdg (1.3.0-2) unstable; urgency=medium * Merge to unstable. diff --git a/debian/control b/debian/control index d92d71c..595b4bd 100644 --- a/debian/control +++ b/debian/control @@ -40,16 +40,3 @@ Description: Development files for libqtxdg of LXQt. . This package provides development files. - -Package: libqt5xdg1-dbg -Architecture: any -Multi-Arch: same -Section: debug -Priority: extra -Depends: ${misc:Depends}, - libqt5xdg1 (= ${binary:Version}) -Description: Debug symbols for libqtxdg - This library implements functions of the XDG Specifications in Qt. It is part - of LXQt. - . - This package contains debug symbols for libqtxdg. diff --git a/debian/rules b/debian/rules index 2850f50..9b24d4d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh ${@} --buildsystem cmake --parallel \ - --dbg-package=libqt5xdg1-dbg \ - --list-missing \ + dh ${@} --buildsystem cmake \ + --parallel \ --fail-missing