[SCM] lives/master: Use dh-autoreconf to build configure

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Nov 29 19:14:52 UTC 2013


The following commit has been merged in the master branch:
commit b08af71f91081b2323e990819bb3b764fc8a6012
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri Nov 29 20:14:43 2013 +0100

    Use dh-autoreconf to build configure

diff --git a/debian/control b/debian/control
index 9e5ce73..87423ff 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,11 @@ Uploaders:
 Standards-Version: 3.9.4
 Build-Depends:
  autoconf,
+ autoconf-archive,
  automake,
- autotools-dev (>= 20100122.1~),
  bison,
  debhelper (>= 8.1~),
+ dh-autoreconf,
  dpkg-dev (>= 1.16.1~),
  frei0r-plugins-dev [!kfreebsd-any !hurd-any !armhf !avr32 !sparc64],
  gettext,
diff --git a/debian/rules b/debian/rules
index 6bad296..72458c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export CFLAGS+=$(CPPFLAGS)
 export CXXFLAGS+=$(CPPFLAGS)
 
 %:
-	dh $@ --parallel --with=autotools_dev,python2
+	dh $@ --parallel --with=autoreconf,python2
 
 override_dh_auto_install:
 	dh_auto_install

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list