[Pkg-sdl-commits] [libsdl2-image] 01/02: Really regenerate autoconf files.
Felix Geyer
fgeyer at alioth.debian.org
Sun Sep 8 09:37:26 UTC 2013
This is an automated email from the git hooks/post-receive script.
fgeyer pushed a commit to branch master
in repository libsdl2-image.
commit dacb352a9007ce59eadf9d74a26573519d62d68e
Author: Felix Geyer <fgeyer at debian.org>
Date: Mon Sep 2 20:00:06 2013 +0200
Really regenerate autoconf files.
The upstream autogen.sh doesn't work properly.
Thanks to Pino Toscano for the patch.
Fixes FTBFS on hurd.
---
debian/changelog | 8 ++++++++
debian/rules | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f3cf4c3..a92bb96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libsdl2-image (2.0.0+dfsg-3) UNRELEASED; urgency=low
+
+ * Really regenerate autoconf files. The upstream autogen.sh doesn't
+ work properly. Thanks to Pino Toscano for the patch.
+ - Fixes FTBFS on hurd.
+
+ -- Felix Geyer <fgeyer at debian.org> Mon, 02 Sep 2013 19:59:55 +0200
+
libsdl2-image (2.0.0+dfsg-2) unstable; urgency=low
* Tighten libsdl2-dev dependency to 2.0.0 and bump the shlibver to 2.0.0,
diff --git a/debian/rules b/debian/rules
index c708e1d..51f3724 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ confflags += --disable-webp-shared
dh $@ --with autoreconf --parallel
override_dh_autoreconf:
- AUTOMAKE="automake --foreign" dh_autoreconf --as-needed ./autogen.sh
+ AUTOMAKE="automake --foreign" dh_autoreconf --as-needed
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-image.git
More information about the pkg-sdl-commits
mailing list