[SCM] audacious-plugins/master: Revert "Pass -Sautoconf to 'dh' sequencer rather than call autoconf in override_dh_auto_configure."

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Sat Feb 25 16:57:41 UTC 2012


The following commit has been merged in the master branch:
commit 281c1cae85751543b3d141dc692463fa2274661d
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sat Feb 25 17:45:07 2012 +0100

    Revert "Pass -Sautoconf to 'dh' sequencer rather than call autoconf in override_dh_auto_configure."
    
    This reverts commit c19de1f1453f25306d977a3ae78ddc0c40fda81f.

diff --git a/debian/rules b/debian/rules
index 62336c5..2496880 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,10 @@ additional_confflags := --disable-sse2
 endif
 
 %:
-	dh $@ --parallel -Sautoconf
+	dh $@ --parallel
 
 override_dh_auto_configure:
+	autoconf
 	dh_auto_configure -- \
 		--disable-rpath \
 		$(additional_confflags)

-- 
Plugins for audacious



More information about the pkg-multimedia-commits mailing list