diff -Nru photivo-20130324hg/debian/changelog photivo-20130324hg/debian/changelog --- photivo-20130324hg/debian/changelog 2013-03-25 11:44:04.000000000 +0000 +++ photivo-20130324hg/debian/changelog 2013-03-25 12:41:08.000000000 +0000 @@ -1,4 +1,4 @@ -photivo (20130324hg-2dhor~raring) raring; urgency=low +photivo (20130324hg-3dhor~raring) raring; urgency=low * Spot null curve is no longer saved to .pts * Load/Save for spot tuning working again (apart from the null curve being saved to the pts too) diff -Nru photivo-20130324hg/debian/patches/lensfun2 photivo-20130324hg/debian/patches/lensfun2 --- photivo-20130324hg/debian/patches/lensfun2 1970-01-01 00:00:00.000000000 +0000 +++ photivo-20130324hg/debian/patches/lensfun2 2013-03-25 12:40:57.000000000 +0000 @@ -0,0 +1,57 @@ +Description: + 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. + . + photivo (20130324hg-2dhor~raring) raring; urgency=low + . + * Spot null curve is no longer saved to .pts + * Load/Save for spot tuning working again (apart from the null curve being saved to the pts too) + * Corrected UI glitches for spot tuning + * Fixed preset loading/saving for curves * Fixed crashes in tuning spot + * Fixed loading a * curve from presets. The problem was because of two curves in one filter. + * An attempt to fix using filters with curves in processing job files. Curves were not loaded for some reason. However, I'm not sure that my fix is the best one. + * Fixed an error when sending a RAW filename to the batch manager. + * Added a shortcut for the 9th tab. + * Fixed Photivo crash when opening non-existing default batch file. + * SendToBatch function now passes the opened RAW filename to the batch manager. + * Fix crash of curve window +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: + +--- photivo-20130324hg.orig/Sources/ptLensfun.h ++++ photivo-20130324hg/Sources/ptLensfun.h +@@ -28,7 +28,7 @@ + + #include "ptDefines.h" + +-#include "lensfun.h" ++#include "lensfun/lensfun.h" + + struct ptLensfunCamera { + QString Make; +--- photivo-20130324hg.orig/Sources/ptGuiOptions.h ++++ photivo-20130324hg/Sources/ptGuiOptions.h +@@ -27,7 +27,7 @@ + #include + + #include "ptConstants.h" +-#include "lensfun.h" ++#include "lensfun/lensfun.h" + + //////////////////////////////////////////////////////////////////////////////// + // diff -Nru photivo-20130324hg/debian/patches/series photivo-20130324hg/debian/patches/series --- photivo-20130324hg/debian/patches/series 2013-03-25 11:44:34.000000000 +0000 +++ photivo-20130324hg/debian/patches/series 2013-03-25 12:40:30.000000000 +0000 @@ -1 +1,2 @@ lensfun +lensfun2