[SCM] sooperlooper/master: Rely on DH's autotools_dev add-on to update config.{guess, sub} files.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun May 8 23:32:02 UTC 2011


The following commit has been merged in the master branch:
commit 1dc661e8f3f6e7c97621137d820b2280034758d4
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 9 01:31:36 2011 +0200

    Rely on DH's autotools_dev add-on to update config.{guess,sub} files.

diff --git a/debian/rules b/debian/rules
index 702c2b8..f8f7eeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,9 @@ UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\
 export LADSPA_PATH=$(CURDIR)/debian/sooperlooper/usr/lib/ladspa
 
 %:
-	dh $@
+	dh $@ --with autotools_dev
 
 override_dh_auto_configure:
-	ln -s -f /usr/share/misc/config.guess
-	ln -s -f /usr/share/misc/config.sub
 	dh_auto_configure -- --enable-gtk2
 
 # For the next releases we should replace '+dfsg' with '~dfsg'.

-- 
sooperlooper packaging



More information about the pkg-multimedia-commits mailing list