[SCM] lame/master: No longer require the need to copy autotool files.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Wed Jul 27 01:13:01 UTC 2011


The following commit has been merged in the master branch:
commit 5eae3af64cbe344710f5b8b6d59365a7065bed8e
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Tue Jul 26 20:31:06 2011 -0400

    No longer require the need to copy autotool files.

diff --git a/debian/control b/debian/control
index e5f90c9..cf514ac 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at l
 Uploaders: Fabian Greffrath <fabian+debian at greffrath.com>,
            Reinhard Tartler <siretart at tauware.de>,
            Andres Mejia <amejia at debian.org>
-Build-Depends: autotools-dev,
-               debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 7.0.50~),
                libncurses5-dev,
                nasm [i386],
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index 6ea7d52..a6153cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,6 @@ CFLAGS = $(DEB_CFLAGS)
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	cp -vf /usr/share/misc/config.guess .
-	cp -vf /usr/share/misc/config.sub .
 	dh_auto_configure -- \
 		--enable-nasm \
 		--with-fileio=lame \

-- 
lame packaging



More information about the pkg-multimedia-commits mailing list