[SCM] faad2/master: Rebuild autofoo with dh-autoreconf.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Feb 7 15:01:23 UTC 2012


The following commit has been merged in the master branch:
commit 3d51f018916ecddd5ce04b7534d06e823a0c81a3
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Tue Feb 7 15:51:51 2012 +0100

    Rebuild autofoo with dh-autoreconf.

diff --git a/debian/control b/debian/control
index f60f57b..7e25da0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Uploaders: Matthew W. S. Bell <matthew at bells23.org.uk>,
            Fabian Greffrath <fabian+debian at greffrath.com>
 DM-Upload-Allowed: yes
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: debhelper (>= 7.0.50~),
+ dh-autoreconf
 Homepage: http://www.audiocoding.com/
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/faad2.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/faad2.git
diff --git a/debian/rules b/debian/rules
index e6c6005..a6a3bca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 CXXFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_strip:
 	dh_strip --dbg-package=faad2-dbg

-- 
faad2 packaging



More information about the pkg-multimedia-commits mailing list