[SCM] gigedit/master: Replace dh_autotools_dev with dh-autoreconf.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Dec 3 16:06:31 UTC 2010


The following commit has been merged in the master branch:
commit ed2d436796c167a8478486d3b99672c172ab492d
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Dec 3 17:05:24 2010 +0100

    Replace dh_autotools_dev with dh-autoreconf.

diff --git a/debian/control b/debian/control
index 1a3b5eb..1cef1dc 100755
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
  Alessio Treglia <alessio at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
  automake,
- autotools-dev (>= 20100122.1~),
+ dh-autoreconf,
  pkg-config,
  intltool,
  libgtkmm-2.4-dev,
diff --git a/debian/rules b/debian/rules
index aa069d3..68a8b11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf
 
 # Skip to prevent FTBFS
 override_dh_auto_test:

-- 
gigedit packaging



More information about the pkg-multimedia-commits mailing list