[SCM] libcoverart/master: Migrate to automatic dbg packages
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sun Dec 20 20:19:16 UTC 2015
The following commit has been merged in the master branch:
commit 72b820880dbc128ad90cd254720c7548471f9142
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Sun Dec 20 21:15:25 2015 +0100
Migrate to automatic dbg packages
diff --git a/debian/control b/debian/control
index bd4262a..dda68ce 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Uploaders: Sebastian Ramacher <sramacher at debian.org>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 9.20151219),
cmake,
libneon27-gnutls-dev | libneon-dev,
libjansson-dev,
@@ -43,8 +43,6 @@ Pre-Depends:
Depends:
${shlibs:Depends},
${misc:Depends}
-Suggests:
- libcoverart-dbg
Multi-Arch: same
Description: library to access the Cover Art Archive (C wrapper functions)
The Cover Art Archive (CAA) is a joint project between MusicBrainz and
@@ -60,8 +58,6 @@ Pre-Depends:
Depends:
${shlibs:Depends},
${misc:Depends}
-Suggests:
- libcoverart-dbg
Multi-Arch: same
Description: library to access the Cover Art Archive
The Cover Art Archive (CAA) is a joint project between MusicBrainz and
@@ -70,22 +66,6 @@ Description: library to access the Cover Art Archive
.
This package contains the shared library.
-Package: libcoverart-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends:
- ${misc:Depends},
- libcoverart1 (= ${binary:Version}),
- libcoverartcc1v5 (= ${binary:Version})
-Multi-Arch: same
-Description: library to access the Cover Art Archive (debugging symbols)
- The Cover Art Archive (CAA) is a joint project between MusicBrainz and
- Internet Archive that provides a covert art image database for music releases.
- Libcoverart is a client library to access the data stored in the CAA.
- .
- This package contains the debugging symbols for the shared library.
-
Package: libcoverart-doc
Section: doc
Architecture: all
diff --git a/debian/rules b/debian/rules
index 4e21ebf..d817594 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_auto_test-indep override_dh_auto_install-indep:
# no tests and install for indep
override_dh_strip:
- dh_strip --dbg-package=libcoverart-dbg
+ dh_strip --ddeb-migration='libcoverart-dbg (<< 1.0.0+git20150706-6~)'
override_dh_installchangelogs:
dh_installchangelogs NEWS.txt
--
libcoverart packaging
More information about the pkg-multimedia-commits
mailing list