tags 667171 + patch thanks
diff -Nru ftpgrab-0.1.5/debian/changelog ftpgrab-0.1.5/debian/changelog --- ftpgrab-0.1.5/debian/changelog 2011-10-27 21:00:41.000000000 +0000 +++ ftpgrab-0.1.5/debian/changelog 2012-05-03 23:39:58.000000000 +0000 @@ -1,3 +1,10 @@ +ftpgrab (0.1.5-2.1) unstable; urgency=low + + * Non maintainer upload. + * Fix build failure with GCC 4.7. Closes: #667171. + + -- Matthias Klose <d...@debian.org> Thu, 03 May 2012 23:37:39 +0200 + ftpgrab (0.1.5-2) unstable; urgency=low * repackage with debhelper 8 diff -Nru ftpgrab-0.1.5/debian/patches/ftbfs-gcc-4.7.diff ftpgrab-0.1.5/debian/patches/ftbfs-gcc-4.7.diff --- ftpgrab-0.1.5/debian/patches/ftbfs-gcc-4.7.diff 1970-01-01 00:00:00.000000000 +0000 +++ ftpgrab-0.1.5/debian/patches/ftbfs-gcc-4.7.diff 2012-05-03 23:37:21.000000000 +0000 @@ -0,0 +1,13 @@ +Index: ftpgrab-0.1.5/Makefile +=================================================================== +--- ftpgrab-0.1.5.orig/Makefile 2012-05-03 23:36:40.000000000 +0000 ++++ ftpgrab-0.1.5/Makefile 2012-05-03 23:37:16.426827321 +0000 +@@ -3,7 +3,7 @@ + + #LIBS = -lefence + LIBS = -lpthread +-LINK = -Wl ++LINK = + + OBJS = main.o fgstring.o fgexc.o fgftpcon.o fgfileinfo.o \ + fgfilegrab.o fgalist.o fgfshelp.o fgpickall.o \ diff -Nru ftpgrab-0.1.5/debian/patches/series ftpgrab-0.1.5/debian/patches/series --- ftpgrab-0.1.5/debian/patches/series 2011-10-27 21:00:41.000000000 +0000 +++ ftpgrab-0.1.5/debian/patches/series 2012-05-03 23:36:50.000000000 +0000 @@ -3,3 +3,4 @@ 0003_Makefile_nostrip 0004_ftpgrabrc 0005_spelling +ftbfs-gcc-4.7.diff