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