tags 743117 + patch tags 743117 + pending thanks Dear maintainer,
Well, I was wrong. This was not a duplicate but just a missing component missing in the Makefile. Please find a patch attached. Could have been part of 10-makefile.patch, but found out later that that was created by you. Regards. Paul diff -Nru dozzaqueux-3.33/debian/changelog dozzaqueux-3.33/debian/changelog --- dozzaqueux-3.33/debian/changelog 2014-01-05 17:10:54.000000000 +0100 +++ dozzaqueux-3.33/debian/changelog 2014-04-01 21:02:17.000000000 +0200 @@ -1,3 +1,10 @@ +dozzaqueux (3.33-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Add patch to find cairocanvas component fixing FTBFS (Closes: #743117) + + -- Paul Gevers <elb...@debian.org> Tue, 01 Apr 2014 06:57:08 +0200 + dozzaqueux (3.33-1) unstable; urgency=medium * created a working watch file and added a script to make the new package diff -Nru dozzaqueux-3.33/debian/patches/40-find_cairocanvas.patch dozzaqueux-3.33/debian/patches/40-find_cairocanvas.patch --- dozzaqueux-3.33/debian/patches/40-find_cairocanvas.patch 1970-01-01 01:00:00.000000000 +0100 +++ dozzaqueux-3.33/debian/patches/40-find_cairocanvas.patch 2014-04-01 21:01:13.000000000 +0200 @@ -0,0 +1,15 @@ +Description: dozzaqueux FTBFS due to unfound cairocanvas component +Author: Paul Gevers <elb...@debian.org> +Bug-Debian: https://bugs.debian.org/741792 +Forwarded: no + +--- a/Makefile ++++ b/Makefile +@@ -9,6 +9,7 @@ + UNITLIBS += -Fu/usr/lib/lazarus/$(FPC_VERSION)/components/lazutils/lib/$(ARCH)/ + UNITLIBS += -Fu/usr/lib/lazarus/$(FPC_VERSION)/components/synedit/units/$(ARCH)/nogui/ + UNITLIBS += -Fu/usr/lib/lazarus/$(FPC_VERSION)/packager/units/$(ARCH)/ ++UNITLIBS += -Fu/usr/lib/lazarus/$(FPC_VERSION)/components/cairocanvas/lib/$(ARCH)/gtk2/ + UNITLIBS += -Fu/usr/lib/lazarus/$(FPC_VERSION)/components/printers/lib/$(ARCH)/gtk2/ + UNITLIBS += -Fu/usr/lib/lazarus/$(FPC_VERSION)/components/synedit/units/$(ARCH)/ + UNITLIBS += -Fu. diff -Nru dozzaqueux-3.33/debian/patches/series dozzaqueux-3.33/debian/patches/series --- dozzaqueux-3.33/debian/patches/series 2012-08-19 16:57:27.000000000 +0200 +++ dozzaqueux-3.33/debian/patches/series 2014-04-01 20:58:42.000000000 +0200 @@ -1,3 +1,4 @@ 10-Makefile.patch 20-fhs.patch 30-desktopfiles.patch +40-find_cairocanvas.patch -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org