[SCM] flac/master: Upstream autotools are recent enough, no need to run autoreconf anymore.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Thu Jun 6 07:59:22 UTC 2013


The following commit has been merged in the master branch:
commit cdb7552a630b954cd226686c47f2483a6f96a1a1
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Thu Jun 6 09:54:54 2013 +0200

    Upstream autotools are recent enough, no need to run autoreconf anymore.

diff --git a/debian/control b/debian/control
index 5b5494f..a8ffa7d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,7 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Joshua Kwan <joshk at triplehelix.org>,
  Fabian Greffrath <fabian+debian at greffrath.com>
-Build-Depends: autotools-dev,
- debhelper (>= 8.1.3),
- dh-autoreconf,
+Build-Depends: debhelper (>= 8.1.3),
  docbook-to-man,
  doxygen,
  libid3-3.8.3-dev,
diff --git a/debian/rules b/debian/rules
index 06e9f93..273538e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
flac packaging



More information about the pkg-multimedia-commits mailing list