[Pkg-sdl-commits] [libsdl2] 02/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
Fri Jul 28 21:47:33 UTC 2017


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

mafm pushed a commit to annotated tag debian/2.0.5+dfsg1-3
in repository libsdl2.

commit 2a1054ab7465eef0ffeda6ecf3be7d6e82fdeed5
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Fri Jul 28 21:01:35 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 2d73ec3..51213fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libsdl2 (2.0.5+dfsg1-3) UNRELEASED; urgency=medium
 
-  * 
+  * 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>  Fri, 28 Jul 2017 20:53:42 +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 d08255e..f8b33c5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,7 @@ Uploaders:
  Felix Geyer <fgeyer at debian.org>
 Standards-Version: 3.9.8
 Build-Depends:
- debhelper (>= 9.20160114),
- dh-autoreconf,
+ debhelper (>= 10~),
  libasound2-dev [linux-any],
  libdbus-1-dev,
  libegl1-mesa-dev [!hurd-any],
diff --git a/debian/rules b/debian/rules
index 1c22fc6..d32010c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,34 +39,7 @@ SOURCE_DATE := $(shell dpkg-parsechangelog --show-field=Date)
 
 
 %:
-	dh $@ --with autoreconf --parallel
-
-override_dh_autoreconf:
-        # aclocal needs to include in specific order, and/or it seems that
-        # doesn't try to find .m4 files in /usr/share/aclocal at all.  Updates
-        # to both .m4 files and ltmain.sh (aclocal and libtoolize) are necessary
-        # to support new architectures aarch64 (arm64) and powerpc64le, and this
-        # seems the more straight way to achieve it.
-        #
-        # An alternative would be to just build-depend on libesd0-dev,
-        # libasound2-dev and libltdl-dev to provide the files "esd.m4 alsa.m4
-        # ltdl.m4" in /usr/share/aclocal, and not use the local "acinclude" dir
-        # at all, but this pull even more dependencies, and unneeded ones.
-        #
-        # Another equivalent alternative, but more verbose:
-        #
-        # ACLOCAL="cat acinclude/esd.m4 acinclude/alsa.m4 acinclude/ltdl.m4 \
-        #           /usr/share/aclocal/libtool.m4 \
-        #           /usr/share/aclocal/ltoptions.m4 \
-        #           /usr/share/aclocal/ltversion.m4 \
-        #           /usr/share/aclocal/ltsugar.m4 >> aclocal.m4; aclocal"
-        #          LIBTOOLIZE="libtoolize -f -i" dh_autoreconf --as-needed
-        #          autoreconf -- -I acinclude -f -i
-	AUTOHEADER=true ACLOCAL="aclocal --force --install -I /usr/share/aclocal/ -I acinclude" LIBTOOLIZE="libtoolize -fi" dh_autoreconf --as-needed
-        # To verify that it worked, grep should find these strings:
-        #
-        #rgrep -i aarch64 .
-        #rgrep -r powerpc64le .
+	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.git



More information about the pkg-sdl-commits mailing list