[Pkg-sdl-commits] [libsdl2-gfx] 04/08: 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 23:23:19 UTC 2017


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

mafm pushed a commit to annotated tag debian/1.0.1+dfsg-5
in repository libsdl2-gfx.

commit fa111ee73b59325353af831932314b7c7a7d4f94
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Tue Aug 1 00:48:14 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 78b402e..4f78e54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ libsdl2-gfx (1.0.1+dfsg-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>  Tue, 01 Aug 2017 00:18:04 +0200
 
diff --git a/debian/control b/debian/control
index 51ea6b0..bcc1506 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,7 @@ Uploaders: Felix Geyer <fgeyer at debian.org>,
 Section: libs
 Priority: optional
 Standards-Version: 4.0.0
-Build-Depends: autoconf,
-               automake,
-               autotools-dev,
-               debhelper (>= 9),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
                libsdl2-dev,
                libtool,
                pkg-config
diff --git a/debian/rules b/debian/rules
index f6272fe..b2b08ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,13 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed -lm
 
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
+
+# export variables for autoreconf
+export AUTOMAKE := automake --foreign
+
+
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@
 
 CONFIGURE_FLAGS ?=--disable-mmx
 
@@ -20,9 +25,6 @@ override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf Docs/html
 
-override_dh_autoreconf:
-	AUTOMAKE="automake --foreign" dh_autoreconf --as-needed
-
 override_dh_auto_configure:
 	dh_auto_configure -- $(CONFIGURE_FLAGS)
 

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



More information about the pkg-sdl-commits mailing list