[SCM] stk/master: Use autotools-dev helper instead of manually updating config.{sub, guess}

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Mon Jan 16 13:09:23 UTC 2012


The following commit has been merged in the master branch:
commit 5bb9a3e9bfa8426cf618ed582bbb311aa96ae162
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Jan 16 09:50:29 2012 -0300

    Use autotools-dev helper instead of manually updating config.{sub,guess}

diff --git a/debian/rules b/debian/rules
index a1ba215..87b813a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,12 +12,9 @@ endif
 
 
 %:
-	dh $@ --parallel
+	dh $@ --with autotools_dev --parallel
 
 override_dh_auto_configure:
-	cd config && \
-	ln -f -s /usr/share/misc/config.guess && \
-	ln -f -s /usr/share/misc/config.sub
 	dh_auto_configure -- \
 					--with-rawwaves=/usr/share/stk \
 					$(CONFIGURE_FLAGS)

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list