tags 539542 + pending
thanks
Dear maintainer,
I've prepared an NMU for libnsgif (versioned as 0.0.1-1.1) and uploaded
it to DELAYED/2, according to devref §5.11.1. The patch is the one
proposed in the bug log.
Regards.
--
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u libnsgif-0.0.1/debian/changelog libnsgif-0.0.1/debian/changelog
--- libnsgif-0.0.1/debian/changelog
+++ libnsgif-0.0.1/debian/changelog
@@ -1,3 +1,11 @@
+libnsgif (0.0.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Disable strict aliasing check to fix FTBFS with gcc 4.4, patch by
+ peter green. (Closes: #539542)
+
+ -- Stefano Zacchiroli <[email protected]> Sat, 26 Dec 2009 10:01:35 +0100
+
libnsgif (0.0.1-1) unstable; urgency=low
* Initial release
only in patch2:
unchanged:
--- libnsgif-0.0.1.orig/Makefile
+++ libnsgif-0.0.1/Makefile
@@ -15,7 +15,7 @@
WARNFLAGS := $(WARNFLAGS) -Wextra
endif
CFLAGS := $(CFLAGS) -D_BSD_SOURCE -I$(CURDIR)/include/ \
- -I$(CURDIR)/src $(WARNFLAGS)
+ -I$(CURDIR)/src $(WARNFLAGS) -fno-strict-aliasing
ifneq ($(GCCVER),2)
CFLAGS := $(CFLAGS) -std=c99
else