[Pkg-sdl-commits] [sdl-ttf2.0] 04/05: 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
Tue Aug 1 23:03:37 UTC 2017


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

mafm pushed a commit to branch master
in repository sdl-ttf2.0.

commit 4cdeb2d12800176598ea532b5dc2d2effc56de88
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Wed Aug 2 00:43:57 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     | 9 +++++----
 4 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eef6588..f1858f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ sdl-ttf2.0 (2.0.11-4) 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>  Wed, 02 Aug 2017 00:40:14 +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 de9f802..b19b0ef 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~),
                libfreetype6-dev,
                libsdl1.2-dev (>= 1.2.14)
diff --git a/debian/rules b/debian/rules
index ca8d30b..bc690ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,12 @@ export DEB_CFLAGS_MAINT_APPEND  := -pipe -Wall
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--no-undefined
 
 
-%:
-	dh $@ --with autoreconf --parallel
+# export variables for autoreconf
+export AUTOMAKE := automake --foreign
+
 
-override_dh_autoreconf:
-	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/sdl-ttf2.0.git



More information about the pkg-sdl-commits mailing list