Dear maintainer, I've prepared an NMU for cimg (versioned as 1.2.0.1-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer.
Regards. Kumar
diff -u cimg-1.2.0.1/debian/changelog cimg-1.2.0.1/debian/changelog --- cimg-1.2.0.1/debian/changelog +++ cimg-1.2.0.1/debian/changelog @@ -1,3 +1,11 @@ +cimg (1.2.0.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix from Peter Green to prevent FTBFS with incorrect + 'long long' declaration. (Closes: #527694) + + -- Kumar Appaiah <aku...@debian.org> Sun, 20 Sep 2009 09:17:05 -0500 + cimg (1.2.0.1-2) unstable; urgency=low [Christophe Prud'homme] only in patch2: unchanged: --- cimg-1.2.0.1.orig/examples/Makefile +++ cimg-1.2.0.1/examples/Makefile @@ -39,7 +39,7 @@ CIMG_VERSION = 1.20 CC = g++ X11PATH = /usr/X11R6 -CFLAGS = -Wall -W -ansi -pedantic -ffast-math +CFLAGS = -Wall -W -ansi -ffast-math LDFLAGS = -lm -lpthread #--------------------------------------------------