diff -Nru dozzaqueux-3.21/debian/changelog dozzaqueux-3.21/debian/changelog --- dozzaqueux-3.21/debian/changelog 2011-12-27 18:58:01.000000000 +0000 +++ dozzaqueux-3.21/debian/changelog 2012-03-05 08:47:07.000000000 +0000 @@ -1,3 +1,21 @@ +dozzaqueux (3.21-2) unstable; urgency=low + + * merged Cyril Brulebois's patch into 10-Makefile. Thank you Cyril! + Closes: #661443 + * updated Standards-Version to 3.9.3 + + -- Georges Khaznadar Mon, 05 Mar 2012 08:33:12 +0000 + +dozzaqueux (3.21-1.1) unstable; urgency=high + + * Non-maintainer upload. + * Fix FTBFS by disabling the -WG flag as it's no longer needed or supported + by fpc (Closes: #661443): + - 30-Remove-dashWG-flag.patch + * Set urgency to “high” for the RC bug fix. + + -- Cyril Brulebois Sat, 03 Mar 2012 15:43:03 +0000 + dozzaqueux (3.21-1) unstable; urgency=low * modified the file debian/copyright to take in account some files derived diff -Nru dozzaqueux-3.21/debian/control dozzaqueux-3.21/debian/control --- dozzaqueux-3.21/debian/control 2011-07-05 15:42:15.000000000 +0000 +++ dozzaqueux-3.21/debian/control 2012-03-05 08:47:07.000000000 +0000 @@ -6,7 +6,7 @@ lcl-gtk2, lcl-units, fp-units-misc, fp-units-gfx, fp-utils, libx11-dev, libgdk-pixbuf2.0-dev, libgtk2.0-dev, libglib2.0-dev, libpango1.0-dev, libatk1.0-dev, libcairo2-dev -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://jeanmarie.biansan.free.fr/dozzzaqueux.html Package: dozzaqueux diff -Nru dozzaqueux-3.21/debian/patches/10-Makefile.patch dozzaqueux-3.21/debian/patches/10-Makefile.patch --- dozzaqueux-3.21/debian/patches/10-Makefile.patch 2011-12-27 19:01:31.000000000 +0000 +++ dozzaqueux-3.21/debian/patches/10-Makefile.patch 2012-03-05 08:32:57.000000000 +0000 @@ -1,7 +1,5 @@ -Index: dozzaqueux-3.21/Makefile -=================================================================== --- /dev/null -+++ dozzaqueux-3.21/Makefile ++++ b/Makefile @@ -0,0 +1,42 @@ +DESTDIR = + @@ -27,7 +25,7 @@ +all: dozzaqueux + +dozzaqueux: dozzzaqueux.lpr -+ fpc -B $(MODE) $(SWITCHES) $(OPTIM) $(DEBUG) -WG $(VERBOSE) $(LOGO) $(INCPATH) $(UNITLIBS) $(DEFINES) $(TARGET) -o$@ $< ++ fpc -B $(MODE) $(SWITCHES) $(OPTIM) $(DEBUG) $(VERBOSE) $(LOGO) $(INCPATH) $(UNITLIBS) $(DEFINES) $(TARGET) -o$@ $< +clean: + rm -f *~ *.o *.ppu *.res *.manifest *.rc *.rst *.or *.lpi + rm -f dozzaqueux