[SCM] soundtouch/master: Override dh_prep only when it's actually needed.

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


The following commit has been merged in the master branch:
commit 5644a0be8fdd6539eeb458c3955bc857cdf2225a
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Fri Jan 28 21:39:12 2011 -0500

    Override dh_prep only when it's actually needed.
    
    Just to be safe.

diff --git a/debian/rules b/debian/rules
index 33a8b62..85d044a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,10 @@ override_dh_auto_configure:
 
 	dh_auto_configure -- --enable-shared=yes
 
+ifeq ($(DEB_HOST_ARCH), amd64)
 override_dh_prep:
 	dh_prep --exclude=debian/tmp
+endif
 
 override_dh_installdocs:
 	dh_installdocs -plibsoundtouch0 -psoundstretch

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list