[SCM] vlc/squeeze-backports: --as-needed doesn't work on Squeeze

edwardw-guest at users.alioth.debian.org edwardw-guest at users.alioth.debian.org
Wed Aug 8 02:14:58 UTC 2012


The following commit has been merged in the squeeze-backports branch:
commit ce4fc607f741b89c96143173475ae5402b4f67a3
Author: Edward Wang <edward.c.wang at compdigitec.com>
Date:   Tue Aug 7 16:31:01 2012 -0400

    --as-needed doesn't work on Squeeze
    
    make[1]: Entering directory `pkg-multimedia-vlc'
    dh_autoreconf --as-needed
    dh_autoreconf: unknown option; aborting
    make[1]: *** [override_dh_autoreconf] Error 9

diff --git a/debian/rules b/debian/rules
index 1d86929..9fd3062 100755
--- a/debian/rules
+++ b/debian/rules
@@ -198,9 +198,6 @@ endif
 %:
 	dh $@ --parallel --with autoreconf
 
-override_dh_autoreconf:
-	dh_autoreconf --as-needed
-
 override_dh_auto_clean:
 	[ ! -f debian/vlc-nox.install.bak ] || mv -f debian/vlc-nox.install.bak debian/vlc-nox.install
 	rm -rf tmp/

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list