Dear maintainer,
I've prepared an NMU for gimp-dcraw (versioned as 1.31-1.1) and
am going to upload it to DELAYED/2, according to DevRef §5.11.1.
The patch simply consists in what Tzafrir Cohen already noted, i.e.
changing --build-strip to --build.
Regards.
diff -u gimp-dcraw-1.31/Makefile gimp-dcraw-1.31/Makefile
--- gimp-dcraw-1.31/Makefile
+++ gimp-dcraw-1.31/Makefile
@@ -9,7 +9,7 @@
default: rawphoto
rawphoto: rawphoto.c
- $(GIMPTOOL) --build-strip $(SRC)
+ $(GIMPTOOL) --build $(SRC)
install: rawphoto
$(INSTALL) $(TGT) $(DESTDIR)/usr/lib/gimp/2.0/plug-ins/$(TGT)
diff -u gimp-dcraw-1.31/debian/changelog gimp-dcraw-1.31/debian/changelog
--- gimp-dcraw-1.31/debian/changelog
+++ gimp-dcraw-1.31/debian/changelog
@@ -1,3 +1,11 @@
+gimp-dcraw (1.31-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * FTBFS: fix option passed to gimptool-2.0 (--build-strip > --build),
+ thanks to Tzafrir Cohen (Closes: #537019)
+
+ -- David Paleino <[email protected]> Fri, 18 Sep 2009 21:49:53 +0200
+
gimp-dcraw (1.31-1) unstable; urgency=low
* New upstream version
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]