tag 661443 patch pending
thanks

Moritz Muehlenhoff <muehlenh...@univention.de> (27/02/2012):
> Package: dozzaqueux
> Version: 3.21-1
> Severity: serious
> 
> Your package fails to build from source:
> […]
> make[1]: Entering directory `/root/dozzaqueux-3.21'
> fpc -B  -MObjFPC -Scgi  -O1 -gl -WG -vewnhi -l -Fi/ 
> -Fu/usr/lib/lazarus/0.9.30.2/lcl/units/x86_64-linux/ 
> -Fu/usr/lib/lazarus/0.9.30.2/lcl/units/x86_64-linux/gtk2/ 
> -Fu/usr/lib/lazarus/0.9.30.2/packager/units/x86_64-linux/ 
> -Fu/usr/lib/lazarus/0.9.30.2/components/printers/lib/x86_64-linux/gtk2/ 
> -Fu/usr/lib/lazarus/0.9.30.2/components/synedit/units/x86_64-linux/ -Fu. 
> -dLCL -dLCLgtk2 -TLINUX -odozzaqueux dozzzaqueux.lpr
> Hint: Start of reading config file /etc/fpc.cfg
> Hint: End of reading config file /etc/fpc.cfg
> Error: Illegal parameter: -WG
> Hint: -? writes help pages
> Error: /usr/bin/ppcx64 returned an error exitcode (normal if you did not 
> specify a source file to be compiled)

Hi,

please find attached the debdiff for my NMU, uploaded to DELAYED/5.

Mraw,
KiBi.
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-03 15:46:09.000000000 +0000
@@ -1,3 +1,13 @@
+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 <k...@debian.org>  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/patches/30-Remove-dashWG-flag.patch dozzaqueux-3.21/debian/patches/30-Remove-dashWG-flag.patch
--- dozzaqueux-3.21/debian/patches/30-Remove-dashWG-flag.patch	1970-01-01 00:00:00.000000000 +0000
+++ dozzaqueux-3.21/debian/patches/30-Remove-dashWG-flag.patch	2012-03-03 15:44:59.000000000 +0000
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -22,7 +22,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
diff -Nru dozzaqueux-3.21/debian/patches/series dozzaqueux-3.21/debian/patches/series
--- dozzaqueux-3.21/debian/patches/series	2011-12-27 18:52:34.000000000 +0000
+++ dozzaqueux-3.21/debian/patches/series	2012-03-03 15:43:31.000000000 +0000
@@ -1,2 +1,3 @@
 10-Makefile.patch
 20-fhs.patch
+30-Remove-dashWG-flag.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to