Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 nufraw (0.35-4dhor~trusty) trusty; urgency=medium
 .
   * fixed a defcon 3 bug: nUFRaw was not able to oper its own .nufraw file!
     The bug is afecting versione from 0.31 to 0.34
     Even the "send to GIMP" button was not working. Now is fixed
   * exif data moved in info section
   * grid slider move near render buttons
   * removed a gtk warning with g_source_remove(gUiData.DrawCropID);
Author: Dariusz Duma <dhor@toxic.net.pl>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- nufraw-0.35.orig/Makefile.am
+++ nufraw-0.35/Makefile.am
@@ -117,7 +117,7 @@ nufraw_icon.opc: nufraw_icon.rc nufraw_i
 	$(POD2MAN) --section 1 --center "" --release NUFRAW $< $@
 
 nufraw.schemas: generate_schemas.sh
-	$(srcdir)/generate_schemas.sh $(CURDIR)/$(prefix) $@
+	$(srcdir)/generate_schemas.sh $(prefix) $@
 
 install-windows: windows-installer
 	$(WINE) ./nufraw-$(VERSION)-setup.exe
