[Pkg-sdl-commits] [libsdl2] 05/06: Disable autoheader (invoked automatically by autoreconf)

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Fri Jul 28 21:47:34 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 38791f2516ec8be3686369acd98f2c7fe7f806aa
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Fri Jul 28 21:43:59 2017 +0200

    Disable autoheader (invoked automatically by autoreconf)
    
    Necessary in order to use debhelper compat level v10 without overriding
    dh-autoreconf calls
---
 debian/changelog | 3 +++
 debian/rules     | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3ab11ee..edf0980 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ 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
+      * disable autoheader (invoked automatically by autoreconf),
+        necessary in order to use debhelper compat level v10 without
+        overriding dh-autoreconf calls
   * Bump Policy Standards-Version to 4.0.0 (no changes needed)
   * Install WhatsNew.txt as upstream changelog
 
diff --git a/debian/rules b/debian/rules
index 4aaf0e8..296e3e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,11 @@ confflags = --disable-rpath --enable-sdl-dlopen --disable-loadso \
             --enable-video-opengles \
             --enable-video-wayland --disable-wayland-shared
 
+# disable autoheader (invoked automatically by autoreconf), necessary in order
+# to use debhelper compat level v10 without overriding dh-autoreconf calls
+export AUTOHEADER := /bin/true
+
+
 ifeq ($(DEB_HOST_ARCH_CPU),powerpc)
   confflags += --disable-altivec
 endif

-- 
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