tag +patch
thanks

The fix here is simple: replace --build-strip with --build in the
Makefile. Stripping will be done later on anyway by dh_strip.

The Makefile is part of the Debian diff, so it can be edited.

-- 
Tzafrir Cohen         | tzaf...@jabber.org | VIM is
http://tzafrir.org.il |                    | a Mutt's
tzaf...@cohens.org.il |                    |  best
ICQ# 16849754         |                    | friend
diff -ur gimp-dcraw-1.31/Makefile gimp-dcraw-new/Makefile
--- gimp-dcraw-1.31/Makefile	2009-09-02 00:45:45.000000000 +0300
+++ gimp-dcraw-new/Makefile	2009-09-02 00:42:48.000000000 +0300
@@ -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)

Reply via email to