[SCM] soundtouch/master: Create the soundstretch-dbg package.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Mon Jan 17 03:29:56 UTC 2011


The following commit has been merged in the master branch:
commit 81bccb262a49140991fe9c08890d101ceb339571
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Sun Jan 16 22:27:29 2011 -0500

    Create the soundstretch-dbg package.
    
    Adds the required information to the control file.
    Create a symlink pointing to the soundstretch doc folder.
    Adds an appropiate override_dh_strip line in the rules file.

diff --git a/debian/control b/debian/control
index ae30e0e..5986b1d 100755
--- a/debian/control
+++ b/debian/control
@@ -96,3 +96,16 @@ Description: Stretches and pitch-shifts sound independently
  played slowly, without having the pitch altered.
  .
  This program uses libsoundtouch 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/rules b/debian/rules
index 90fe59d..33a8b62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,7 @@ override_dh_strip:
         ifeq ($(DEB_HOST_ARCH), amd64)
 		dh_strip --package=lib32soundtouch0 --dbg-package=lib32soundtouch0-dbg
         endif
+	dh_strip --package=soundstretch --dbg-package=soundstretch-dbg
 
 %:
 	dh $@ --with autoreconf
diff --git a/debian/soundstretch-dbg.links b/debian/soundstretch-dbg.links
new file mode 100755
index 0000000..5ce4e9e
--- /dev/null
+++ b/debian/soundstretch-dbg.links
@@ -0,0 +1 @@
+usr/share/doc/soundstretch /usr/share/doc/soundstretch-dbg

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list