[SCM] transcode/master: Build with dh-autoreconf.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Mar 3 12:07:26 UTC 2012


The following commit has been merged in the master branch:
commit 718fa86bde1a8bcd94976443a234161534204e81
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Feb 21 18:49:58 2012 +0100

    Build with dh-autoreconf.

diff --git a/debian/control b/debian/control
index d6330b7..6cbf51e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Homepage: http://www.transcoding.org/
 Standards-Version: 3.9.2
 Build-Depends:
  debhelper (>= 7.2),
+ dh-autoreconf,
  liba52-0.7.4-dev,
  libasound2-dev,
  libavcodec-dev,
diff --git a/debian/rules b/debian/rules
index f11976d..fb92df7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ export CFLAGS
 export LDFLAGS
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)

-- 
transcode packaging



More information about the pkg-multimedia-commits mailing list