[Pkg-sdl-commits] [libsdl2-net] 03/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 19:54:12 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-3
in repository libsdl2-net.

commit 779196091dc90ea98bcf4559f3eb50b0e8880d0a
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Mon Jul 31 20:54:21 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 a6cc4b5..086c71c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 libsdl2-net (2.0.1+dfsg1-3) UNRELEASED; urgency=medium
 
   * 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 20:49:20 +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 e7b8925..c9bcd2d 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: 3.9.6
-Build-Depends: debhelper (>= 9~),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
                libsdl2-dev (>= 2.0.0),
                pkg-config
 Homepage: http://www.libsdl.org/projects/SDL_net/
diff --git a/debian/rules b/debian/rules
index d0130ee..0257076 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,10 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 SHLIBVER := 2.0.1
 
 
+# export variables for autoreconf
+export AUTOMAKE := automake --foreign
+
+
 # according to help: speeds up one-time build
 confflags := --disable-dependency-tracking
 # GUI needed only for examples, don't even try to support it
@@ -17,12 +21,7 @@ confflags += --disable-gui
 
 
 %:
-	dh $@ --with autoreconf --parallel
-
-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-net.git



More information about the pkg-sdl-commits mailing list