[SCM] libdiscid/master: Migrate to automatic dbg packages

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Dec 20 16:14:51 UTC 2015


The following commit has been merged in the master branch:
commit 85e41a9785d442e0ef663f61a9ae3fb3ec091213
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Dec 20 17:01:39 2015 +0100

    Migrate to automatic dbg packages

diff --git a/debian/control b/debian/control
index 645c522..3d602f6 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),
  dh-autoreconf
 Build-Depends-Indep:
  doxygen,
@@ -22,8 +22,6 @@ Pre-Depends:
 Depends:
  ${misc:Depends},
  ${shlibs:Depends}
-Suggests:
- libdiscid0-dbg (= ${binary:Version})
 Description: library for creating MusicBrainz DiscIDs
  libdiscid is a library for creating MusicBrainz DiscIDs from audio CDs.
  It reads a CD's table of contents (TOC) and generates an identifier which
@@ -50,23 +48,6 @@ Description: library for creating MusicBrainz DiscIDs (development files)
  This is the development package which contains headers and libraries for
  libdiscid.
 
-Package: libdiscid0-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Multi-Arch: same
-Depends:
- ${misc:Depends},
- libdiscid0 (= ${binary:Version})
-Description: library for creating MusicBrainz DiscIDs (debugging symbols)
- libdiscid is a library for creating MusicBrainz DiscIDs from audio CDs.
- It reads a CD's table of contents (TOC) and generates an identifier which
- can be used to lookup the CD at MusicBrainz (http://musicbrainz.org).
- Additionally, it provides a submission URL for adding the DiscID to the
- database.
- .
- This package provides the debugging symbols for the shared library.
-
 Package: libdiscid-doc
 Section: doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 0ce79f6..e16a7b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,5 +26,6 @@ endif
 # no tests and install for indep
 override_dh_auto_test-indep override_dh_auto_install-indep:
 
+# The following override can be removed after stretch has been released.
 override_dh_strip:
-	dh_strip -plibdiscid0 --dbg-package=libdiscid0-dbg
+	dh_strip --ddeb-migration='libdiscid0-dbg (<< 0.6.1-5~)'

-- 
libdiscid packaging



More information about the pkg-multimedia-commits mailing list