[SCM] plotmm/master: Replace autotools-dev with dh-autoreconf.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Oct 22 07:37:43 UTC 2010


The following commit has been merged in the master branch:
commit d896122a3e21b01f212b6d696b63a4f5827275b0
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Oct 22 09:37:23 2010 +0200

    Replace autotools-dev with dh-autoreconf.

diff --git a/debian/control b/debian/control
index 92a3578..15c9389 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Alessio Treglia <alessio at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>
 Build-Depends: debhelper (>= 7.0.50~),
- autotools-dev (>= 0100122.1~),
+ dh-autoreconf,
  libgtkmm-2.4-dev,
  doxygen
 Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index 783a723..b46cd21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with autotools_dev $@
+	dh $@ --with autoreconf
 
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog README

-- 
plotmm packaging



More information about the pkg-multimedia-commits mailing list