[SCM] gmerlin/master: Drop dh-autoreconf as it doesn't work as expected, tune DEB_AUTO_UPDATE_* vars to re-configure the sources

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Jan 14 13:30:45 UTC 2011


The following commit has been merged in the master branch:
commit b769d6a199a2a05d2fc6327b8b063f0b962f46a2
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Jan 14 14:29:05 2011 +0100

    Drop dh-autoreconf as it doesn't work as expected, tune DEB_AUTO_UPDATE_* vars to re-configure the sources

diff --git a/debian/control.in b/debian/control.in
index 90df0e5..a946d61 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,7 +7,6 @@ Uploaders: Alessio Treglia <alessio at debian.org>,
 Homepage: http://gmerlin.sourceforge.net/
 Standards-Version: 3.9.1
 Build-Depends: @cdbs@,
- dh-autoreconf,
  libgavl-dev (>= 1.2.0),
  libcdio-paranoia-dev,
  doxygen,
diff --git a/debian/rules b/debian/rules
index 92d53a2..38009ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,12 +21,16 @@
   
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 # Relax inclusion of optional features to ease backporting
 -include /usr/share/cdbs/1/rules/utils.mk
 
+DEB_AUTO_UPDATE_LIBTOOL = pre
+DEB_AUTO_UPDATE_ACLOCAL = 1.11
+DEB_AUTO_UPDATE_AUTOCONF = 2.67
+DEB_AUTO_UPDATE_AUTOHEADER = 2.67
+DEB_AUTO_UPDATE_AUTOMAKE = 1.11
 
 DEB_UPSTREAM_URL = http://downloads.sourceforge.net/gmerlin
 DEB_UPSTREAM_TARBALL_MD5 = 60d3c5081c8685ee7bc1afdfac8f6dc6

-- 
gmerlin packaging



More information about the pkg-multimedia-commits mailing list