* Remove dbg package in favor of dbgsym.

ubuntu/cosmic debian/1.3.0-3
Alf Gaida 8 years ago
parent 8b6ef09d26
commit 3e662bc8e7

6
debian/changelog vendored

@ -1,3 +1,9 @@
libqtxdg (1.3.0-3) unstable; urgency=medium
* Remove dbg package in favor of dbgsym.
-- Alf Gaida <agaida@siduction.org> Sat, 26 Dec 2015 17:01:26 +0100
libqtxdg (1.3.0-2) unstable; urgency=medium
* Merge to unstable.

13
debian/control vendored

@ -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.

5
debian/rules vendored

@ -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

Loading…
Cancel
Save