[Pkg-sdl-commits] [libsdl2-ttf] 04/06: 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
Mon Jul 31 21:24:36 UTC 2017


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

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

commit a452cb2a888796765b50342182b627458a5fef88
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Mon Jul 31 23:16:52 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     | 11 +++++------
 4 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 64bb72d..9e139cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ libsdl2-ttf (2.0.14+dfsg1-2) UNRELEASED; urgency=medium
 
   * Bump Policy Standards-Version to 4.0.0 (no changes needed)
   * Update Vcs-* URLs
+  * 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>  Mon, 31 Jul 2017 23:12:07 +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 27dfb2a..37dccf0 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~),
                libfreetype6-dev,
                libsdl2-dev (>= 2.0.0),
                pkg-config
diff --git a/debian/rules b/debian/rules
index 8900213..f85b022 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,13 +12,12 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 SHLIBVER := 2.0.14
 
 
-%:
-	dh $@ --with autoreconf --parallel
+# export variables for autoreconf
+export AUTOMAKE := automake --foreign
+
 
-override_dh_autoreconf:
-        # do not call with ./autogen.sh as parameter, to force new
-        # config.{sub,guess}
-	AUTOMAKE="automake --foreign" 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-ttf.git



More information about the pkg-sdl-commits mailing list