This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to annotated tag debian/3.4.3-12.1 in repository nethack.
commit ebbc0d5de3584a75500b3946894ae16e13d10ead Author: Luca Falavigna <[email protected]> Date: Wed May 12 09:30:03 2010 +0200 Imported Debian patch 3.4.3-12.1 --- debian/changelog | 9 +++++++++ debian/rules | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8565c4f..cee9a13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +nethack (3.4.3-12.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: + - Compile with __CORRECT_ISO_CPP_STRINGS_H_PROTO set to fix FTBFS + (Closes: #551334, #560531). + + -- Luca Falavigna <[email protected]> Wed, 12 May 2010 09:30:03 +0200 + nethack (3.4.3-12) unstable; urgency=low * Fix error with update-rc.d (for some reason I didn't see this, probably diff --git a/debian/rules b/debian/rules index d5446c1..6e674dd 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ else optimize := -O2 endif -export CFLAGS = $(optimize) -I../include -g -Wall -DGCC_WARN +export CFLAGS = $(optimize) -I../include -g -Wall -DGCC_WARN -D__CORRECT_ISO_CPP_STRINGS_H_PROTO TARGETS = console lisp x11 qt -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nethack.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

