[Pkg-sdl-commits] [libsdl2-mixer] 03/07: Switch to debhelper compat level v10 - dh flags --parallel are not needed - autoreconf is invoked by default * disable autoheader (invoked automatically by autoreconf), necessary in order to use debhelper compat level v10 without overriding dh-autoreconf calls

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Sat Jul 29 21:42:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

mafm pushed a commit to annotated tag debian/2.0.1+dfsg1-2
in repository libsdl2-mixer.

commit d1b5022d637f0ebeee2588ad0527b7a0486ce4d2
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Sat Jul 29 22:57:05 2017 +0200

    Switch to debhelper compat level v10
    - dh flags --parallel are not needed
    - autoreconf is invoked by default
      * disable autoheader (invoked automatically by autoreconf),
        necessary in order to use debhelper compat level v10 without
        overriding dh-autoreconf calls
---
 debian/changelog |  6 ++++++
 debian/compat    |  2 +-
 debian/control   |  3 +--
 debian/rules     | 12 ++++++------
 4 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0e8f73f..e732739 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
 libsdl2-mixer (2.0.1+dfsg1-2) UNRELEASED; urgency=medium
 
   * Bump Policy Standards-Version to 4.0.0 (no changes needed)
+  * Switch to debhelper compat level v10
+    - dh flags --parallel are not needed
+    - autoreconf is invoked by default
+      * disable autoheader (invoked automatically by autoreconf),
+        necessary in order to use debhelper compat level v10 without
+        overriding dh-autoreconf calls
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Sat, 29 Jul 2017 22:52:10 +0200
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index a8eae32..960f1a0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: optional
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
 Uploaders: Manuel A. Fernandez Montecelo <mafm at debian.org>
 Standards-Version: 4.0.0
-Build-Depends: debhelper (>= 9~),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
                libflac-dev (>= 1.2.1),
                libfluidsynth-dev (>= 1.1.1),
                libmad0-dev (>= 0.15.1b),
diff --git a/debian/rules b/debian/rules
index 982e23c..b1c5a9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,11 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 SHLIBVER := 2.0.1
 
 
+# disable autoheader (invoked automatically by autoreconf), necessary in order
+# to use debhelper compat level v10 without overriding dh-autoreconf calls
+export AUTOHEADER := /bin/true
+
+
 # explicitly enable/disable all supported sound
 #
 # issue "disable-*-shared" flags for 'configure', otherwise SDL_mixer library
@@ -49,12 +54,7 @@ confflags += --enable-music-wave
 
 
 %:
-	dh $@ --with autoreconf --parallel
-
-override_dh_autoreconf:
-        # Needed to update all files to support new arches, including ltmain.sh
-        # and config.{sub,guess}
-	AUTOHEADER=true ACLOCAL="aclocal --force --install -I /usr/share/aclocal/ -I acinclude" LIBTOOLIZE="libtoolize -fi" dh_autoreconf --as-needed
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-mixer.git



More information about the pkg-sdl-commits mailing list