[SCM] libspectre packaging branch, master, updated. debian/0.2.7-4-3-g6c9fb4f
Pino Toscano
pino at moszumanska.debian.org
Sat Aug 20 22:42:18 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/libspectre.git;a=commitdiff;h=6c9fb4f
The following commit has been merged in the master branch:
commit 6c9fb4f6b222c710dd9f0ebf6d21f3cd7adbacb1
Author: Pino Toscano <pino at debian.org>
Date: Sun Aug 21 00:41:58 2016 +0200
remove libspectre1-dbg in favour of -dbgsym packages
---
debian/changelog | 1 +
debian/control | 13 -------------
debian/rules | 2 +-
3 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ae93d75..24bfa9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libspectre (0.2.8-0r1) UNRELEASED; urgency=medium
* Update the patches:
- upstream_Fix-the-build-with-Ghostscript-9.18.patch: drop, backported
from upstream
+ * Remove libspectre1-dbg in favour of the -dbgsym packages.
-- Debian Krap Maintainers <debian-qt-kde at lists.debian.org> Sun, 21 Aug 2016 00:36:38 +0200
diff --git a/debian/control b/debian/control
index 0a30f6d..849b3bf 100644
--- a/debian/control
+++ b/debian/control
@@ -22,19 +22,6 @@ Description: Library for rendering PostScript documents
.
This package contains the shared library.
-Package: libspectre1-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends}, libspectre1 (= ${binary:Version})
-Description: Debugging symbols for libspectre
- libspectre is a small library for rendering PostScript documents. It provides
- a convenient easy to use API for handling and rendering PostScript documents.
- .
- This package contains debugging files used to investigate problems with
- libspectre.
-
Package: libspectre-dev
Section: libdevel
Architecture: any
diff --git a/debian/rules b/debian/rules
index 70c2c3e..8a6978a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_makeshlibs:
dh_makeshlibs -V'libspectre1 (>= 0.2.3)'
override_dh_strip:
- dh_strip --dbg-package=libspectre1-dbg
+ dh_strip --dbgsym-migration='libspectre1-dbg (<< 0.2.8)'
override_dh_install:
dh_install --list-missing -X.la
--
libspectre packaging
More information about the pkg-kde-commits
mailing list