[SCM] audiofile/master: Drop -dbg package in favour of the automatic dbgsym package

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Tue Jun 14 14:21:33 UTC 2016


The following commit has been merged in the master branch:
commit 17296aff92d15b8e345ba12cb7e3cc728590510c
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Tue Jun 14 11:18:32 2016 +0100

    Drop -dbg package in favour of the automatic dbgsym package

diff --git a/debian/control b/debian/control
index a5d6e16..6665d4b 100644
--- a/debian/control
+++ b/debian/control
@@ -66,19 +66,3 @@ Description: Open-source version of SGI's audiofile library
  .
  This package contains the library needed to run executables using
  libaudiofile.
-
-Package: libaudiofile-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends:
- libaudiofile1 (= ${binary:Version}),
- ${misc:Depends}
-Description: Open-source version of SGI's audiofile library (debug)
- The audiofile library allows the processing of audio data to and from audio
- files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS,
- and raw data).
- .
- This package contains debugging symbols for the audiofile shared library.
- Tools like gdb and ltrace make use of these symbols.
diff --git a/debian/rules b/debian/rules
index c7fea31..5e87c4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,7 @@ export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 	dh $@ --parallel --with autoreconf
 
 override_dh_strip:
-	dh_strip -plibaudiofile1 --dbg-package=libaudiofile-dbg
-	dh_strip --remaining-packages
+	dh_strip --dbgsym-migration='libaudiofile-dbg (<< 0.3.6-3~)'
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V

-- 
audiofile packaging



More information about the pkg-multimedia-commits mailing list