[Pkg-sdl-commits] [sdl-mixer1.2] 03/07: Switch to debhelper compat level v10 - dh flags --parallel are not needed - autoreconf is invoked by default

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Thu Aug 3 15:26:04 UTC 2017


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

mafm pushed a commit to annotated tag debian/1.2.12-12
in repository sdl-mixer1.2.

commit 395fca8b17cad3be42f26977baf1d9289ca08dc5
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Thu Aug 3 17:11:54 2017 +0200

    Switch to debhelper compat level v10
    - dh flags --parallel are not needed
    - autoreconf is invoked by default
---
 debian/changelog |  3 +++
 debian/compat    |  2 +-
 debian/control   |  3 +--
 debian/rules     | 13 +++++--------
 4 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6a49254..0c64476 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 sdl-mixer1.2 (1.2.12-12) 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
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Thu, 03 Aug 2017 17:07:13 +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 969d959..41140b4 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~),
                dpkg-dev (>= 1.16.1~),
                libflac-dev (>= 1.2.1),
                libfluidsynth-dev (>= 1.1.1),
diff --git a/debian/rules b/debian/rules
index 80fe72a..3b60b0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,10 @@ export DEB_CPPFLAGS_MAINT_APPEND := -DMIX_INIT_SOUNDFONT_PATHS=\"/usr/share/soun
 export DEB_LDFLAGS_MAINT_APPEND  := -Wl,--no-undefined -Wl,-Bsymbolic -Wl,--as-needed
 
 
+# export variables for autoreconf
+export AUTOMAKE := automake --foreign
+
+
 # enable external music player
 confflags = --enable-music-cmd
 
@@ -39,14 +43,7 @@ confflags += --disable-music-fluidsynth-shared
 
 
 %:
-	dh $@ --with autoreconf --parallel
-
-autoreconf:
-	autoreconf -f -i
-	cp -fav /usr/share/misc/config.guess /usr/share/misc/config.sub build-scripts/
-
-override_dh_autoreconf:
-	AUTOMAKE="automake --foreign" dh_autoreconf --as-needed	debian/rules -- autoreconf
+	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/sdl-mixer1.2.git



More information about the pkg-sdl-commits mailing list