Remove dbg package in favor of dbgsym.

ubuntu/cosmic debian/0.3.1-2
Alf Gaida 9 years ago
parent 7b211d8bdb
commit 76a2561d38

6
debian/changelog vendored

@ -1,3 +1,9 @@
libsysstat (0.3.1-2) unstable; urgency=medium
* Remove dbg package in favor of dbgsym.
-- Alf Gaida <agaida@siduction.org> Sat, 26 Dec 2015 17:10:46 +0100
libsysstat (0.3.1-1) unstable; urgency=medium
* Cherry-picking upstream version 0.3.1.

12
debian/control vendored

@ -34,15 +34,3 @@ Description: Qt-based interface to system statistics (dev)
SysStat is a Qt-based interface to system statistics.
.
This package contain the development files.
Package: libsysstat-qt5-0-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: ${misc:Depends},
libsysstat-qt5-0 (= ${binary:Version})
Description: Qt-based interface to system statistics (debug)
SysStat is a Qt-based interface to system statistics.
.
This package contain the debugging symbols.

10
debian/rules vendored

@ -4,10 +4,6 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh ${@} --buildsystem cmake --parallel
override_dh_install:
dh_install --list-missing --fail-missing
override_dh_strip:
dh_strip --dbg-package=libsysstat-qt5-0-dbg
dh ${@} --buildsystem cmake \
--parallel \
--fail-missing

Loading…
Cancel
Save