[Pkg-sdl-commits] [libsdl1.2] 01/02: Build-depend on autotools-dev to update config.{sub, guess} and modify debian/rules to add support for new ports (needed for arm64) Use "dh_autoreconf --as-needed" in debian/rules

Manuel A. Fernandez Montecelo mafm at alioth.debian.org
Mon Oct 28 19:54:33 UTC 2013


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

mafm pushed a commit to branch master
in repository libsdl1.2.

commit f380e5e88562a80117b1001cd67b890be3155ceb
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Mon Oct 28 12:31:33 2013 +0000

    Build-depend on autotools-dev to update config.{sub,guess} and modify debian/rules to add support for new ports (needed for arm64)
    Use "dh_autoreconf --as-needed" in debian/rules
---
 debian/changelog |    3 +++
 debian/control   |    1 +
 debian/rules     |    4 ++--
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 85c5d54..7081352 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ libsdl1.2 (1.2.15-8) UNRELEASED; urgency=low
     was already disabled fore more than a year
   * Document fix_joystick_misc_axes.diff with the latest development,
     submitted upstream again for re-evaluation
+  * Build-depend on autotools-dev to update config.{sub,guess} and modify
+    debian/rules to add support for new ports (needed for arm64)
+  * Use "dh_autoreconf --as-needed" in debian/rules
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Sun, 20 Oct 2013 01:16:39 +0100
 
diff --git a/debian/control b/debian/control
index fa487b2..8fcf2c7 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders: Barry deFreese <bdefreese at debian.org>,
 Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
+               autotools-dev,
                dpkg-dev (>= 1.16.1~),
                nasm [any-i386],
                libx11-dev, 
diff --git a/debian/rules b/debian/rules
index 0f32724..dec4179 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,10 +24,10 @@ endif
 
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@ --with autoreconf,autotools-dev --parallel
 
 override_dh_autoreconf:
-	dh_autoreconf ./autogen.sh
+	dh_autoreconf --as-needed ./autogen.sh
 
 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/libsdl1.2.git



More information about the pkg-sdl-commits mailing list