[SCM] libgig/master: Drop autoreconf - not needed with compat 10.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Nov 23 23:02:46 UTC 2016


The following commit has been merged in the master branch:
commit 213fe9c5c8c7810723f4b5a36eba101510c3413e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Nov 24 00:02:29 2016 +0100

    Drop autoreconf - not needed with compat 10.

diff --git a/debian/control b/debian/control
index b8463a1..9362bc8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Uploaders:
  Alessio Treglia <alessio at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>
 Build-Depends: debhelper (>= 10~),
- dh-autoreconf,
  g++ (>= 4:5.1.1-20),
  pkg-config,
  libsndfile1-dev,
diff --git a/debian/rules b/debian/rules
index f1fa491..de19e47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS)
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-static=no

-- 
libgig packaging



More information about the pkg-multimedia-commits mailing list