[SCM] soundtouch/master: Revert needed workaround when using debhelper 7.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sun Jul 17 01:28:07 UTC 2011


The following commit has been merged in the master branch:
commit 140f266d67653c112fd401ca074795c19b1ed86a
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Sat Jul 16 20:52:50 2011 -0400

    Revert needed workaround when using debhelper 7.
    
    This reverts commit c6232e10083f92ec4517662b2fa238b2bf4615aa.

diff --git a/debian/rules b/debian/rules
index 2832eba..85d044a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,6 @@ override_dh_prep:
 	dh_prep --exclude=debian/tmp
 endif
 
-override_dh_install:
-	dh_install -s
-
 override_dh_installdocs:
 	dh_installdocs -plibsoundtouch0 -psoundstretch
 
@@ -39,11 +36,5 @@ override_dh_strip:
         endif
 	dh_strip --package=soundstretch --dbg-package=soundstretch-dbg
 
-override_dh_gencontrol:
-	dh_gencontrol -s
-
-override_dh_builddeb:
-	dh_builddeb -s
-
 %:
 	dh $@ --with autoreconf

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list