[SCM] soundtouch/master: Drop manual debug packages

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Wed Dec 27 16:58:29 UTC 2017


The following commit has been merged in the master branch:
commit 76bfcf89a41a3d5be13f1a630f1ca47e0137ef47
Author: James Cowgill <jcowgill at debian.org>
Date:   Mon Dec 18 18:55:23 2017 +0000

    Drop manual debug packages
    
    We need a dbgsym-migration for soundstretch here because soundstretch in 1.9.2-3
    uses the same build-id as 1.9.2-2.

diff --git a/debian/control b/debian/control
index 7951f7b..eae8f87 100644
--- a/debian/control
+++ b/debian/control
@@ -28,20 +28,6 @@ Description: Sound stretching library
  .
  This package contains the SoundTouch shared library.
 
-Package: libsoundtouch1-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Multi-Arch: same
-Depends:
- libsoundtouch1 (= ${binary:Version}),
- ${misc:Depends}
-Description: Debugging symbols for the sound stretching library
- SoundTouch is a library that can be used to change pitch and time of
- soundfiles independently.
- .
- This package contains the debugging symbols for the SoundTouch shared library.
-
 Package: libsoundtouch-dev
 Section: libdevel
 Architecture: any
@@ -74,17 +60,3 @@ Description: Stretches and pitch-shifts sound independently
  played slowly, without having the pitch altered.
  .
  This program uses the SoundTouch shared library for the actual work.
-
-Package: soundstretch-dbg
-Priority: extra
-Section: debug
-Architecture: any
-Depends:
- soundstretch (= ${binary:Version}),
- ${misc:Depends}
-Description: Debugging symbols for the soundstretch program
- This program can strech and pitch-shift .wav-files independently.
- This is especially useful for musicians, who want to listen to a song
- played slowly, without having the pitch altered.
- .
- This package contains the debugging symbols for soundstretch.
diff --git a/debian/libsoundtouch1-dbg.links b/debian/libsoundtouch1-dbg.links
deleted file mode 100644
index 8df22a8..0000000
--- a/debian/libsoundtouch1-dbg.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/libsoundtouch1 /usr/share/doc/libsoundtouch1-dbg
diff --git a/debian/rules b/debian/rules
index 75695c6..a4f823d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,9 @@ override_dh_installchangelogs:
 	dh_installchangelogs -plibsoundtouch1 -psoundstretch
 
 override_dh_strip:
-	dh_strip --package=libsoundtouch1 --dbg-package=libsoundtouch1-dbg
-	dh_strip --package=soundstretch --dbg-package=soundstretch-dbg
+	# Can be removed after next upstream version bump
+	dh_strip -psoundstretch --dbgsym-migration='soundstretch-dbg (<< 1.9.2-3~)'
+	dh_strip --remaining-packages
 
 override_dh_makeshlibs:
 	dh_makeshlibs -plibsoundtouch1 -V 'libsoundtouch1 (>= 1.9.2)'
diff --git a/debian/soundstretch-dbg.links b/debian/soundstretch-dbg.links
deleted file mode 100644
index 5ce4e9e..0000000
--- a/debian/soundstretch-dbg.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/soundstretch /usr/share/doc/soundstretch-dbg

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list