diff -Nru macrofusion-0.7.4/debian/changelog macrofusion-0.7.4/debian/changelog --- macrofusion-0.7.4/debian/changelog 2014-04-22 08:38:35.000000000 +0000 +++ macrofusion-0.7.4/debian/changelog 2014-04-22 19:06:16.000000000 +0000 @@ -1,4 +1,4 @@ -macrofusion (0.7.4-dhor1~all) all; urgency=medium +macrofusion (0.7.4-dhor2~all) all; urgency=medium * port to gtk3, python3 * pyexiv2 replaced by gexiv2 (disabled so far due to Ubuntu problems with gexiv2) diff -Nru macrofusion-0.7.4/debian/control macrofusion-0.7.4/debian/control --- macrofusion-0.7.4/debian/control 2014-04-22 08:38:35.000000000 +0000 +++ macrofusion-0.7.4/debian/control 2014-04-22 19:06:05.000000000 +0000 @@ -11,7 +11,7 @@ Package: macrofusion Architecture: any Recommends: hugin-tools -Depends: ${shlibs:Depends}, ${misc:Depends}, python3, python3-imaging, gir1.2-gexiv2, libimage-exiftool-perl, enfuse (>=4.0) +Depends: ${shlibs:Depends}, ${misc:Depends}, python3, python3-imaging, gir1.2-gexiv, libimage-exiftool-perl, enfuse (>=4.0) Description: A GUI for Enfuse Program useful for fusion images/photos to get deeper DOF (Deep of Field) or more DR (Dynamic Range). diff -Nru macrofusion-0.7.4/debian/patches/mismatch macrofusion-0.7.4/debian/patches/mismatch --- macrofusion-0.7.4/debian/patches/mismatch 1970-01-01 00:00:00.000000000 +0000 +++ macrofusion-0.7.4/debian/patches/mismatch 2014-04-22 19:20:31.000000000 +0000 @@ -0,0 +1,39 @@ +Description: type error + 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. + . + macrofusion (0.7.4-dhor2~all) all; urgency=medium + . + * port to gtk3, python3 + * pyexiv2 replaced by gexiv2 (disabled so far due to Ubuntu problems with gexiv2) + * bugfixes + * UI changes +Author: Dariusz Duma + +--- +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: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- macrofusion-0.7.4.orig/macrofusion.py ++++ macrofusion-0.7.4/macrofusion.py +@@ -204,7 +204,7 @@ class Interface: + + self.spinbuttonhauteurprev = self.gui.get_object("spinbuttonhauteurprev") + self.ajus_hauteup = Gtk.Adjustment(value=640, lower=128, upper=1280, step_incr=1, page_incr=1, page_size=0) +- self.spinbuttonhauteurprev.set_adjustment(self.ajus_largeup) ++ self.spinbuttonhauteurprev.set_adjustment(self.ajus_hauteup) + + self.buttonpreview = self.gui.get_object("buttonpreview") + self.checkbuttontiff = self.gui.get_object("checkbuttontiff") diff -Nru macrofusion-0.7.4/debian/patches/series macrofusion-0.7.4/debian/patches/series --- macrofusion-0.7.4/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ macrofusion-0.7.4/debian/patches/series 2014-04-22 19:20:19.000000000 +0000 @@ -0,0 +1 @@ +mismatch