[SCM] libdiscid/experimental: Add libdiscid0-dbg package
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Thu Feb 7 00:32:10 UTC 2013
The following commit has been merged in the experimental branch:
commit 7ecf08d5c9ded753a6fc2a4c096fe16d86209b9e
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Thu Feb 7 01:28:23 2013 +0100
Add libdiscid0-dbg package
diff --git a/debian/changelog b/debian/changelog
index 30c548a..0fc7f8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
libdiscid (0.3.0-2) UNRELEASED; urgency=low
- * debian/control: Add Vcs* fields.
+ * debian/control:
+ - Add Vcs* fields.
+ - Add libdiscid0-dbg package.
+ * debian/rules: Build debug package.
-- Sebastian Ramacher <sramacher at debian.org> Thu, 07 Feb 2013 01:23:04 +0100
diff --git a/debian/control b/debian/control
index 3207592..870b223 100644
--- a/debian/control
+++ b/debian/control
@@ -37,3 +37,18 @@ 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.
diff --git a/debian/rules b/debian/rules
index a79759d..e851182 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,6 @@
%:
dh $@ --with autoreconf
+# Build debug package.
+override_dh_strip:
+ dh_strip -plibdiscid0 --dbg-package=libdiscid0-dbg
--
libdiscid packaging
More information about the pkg-multimedia-commits
mailing list