[SCM] libgig/master: Add dh_autoreconf support.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Feb 9 12:08:56 UTC 2011


The following commit has been merged in the master branch:
commit 09f305964fb361ed65626411d39868f99bd149a4
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Feb 9 13:08:03 2011 +0100

    Add dh_autoreconf support.

diff --git a/debian/control b/debian/control
index 72b4f2a..6cf7787 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Paul Brossier <piem at debian.org>,
  Free Ekanayaka <freee at debian.org>,
  Alessio Treglia <alessio at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
+ dh-autoreconf,
  pkg-config,
  libsndfile1-dev,
  doxygen,
diff --git a/debian/rules b/debian/rules
index 6c0548d..482b3ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
libgig packaging



More information about the pkg-multimedia-commits mailing list