diff -Nru freeimage-3.18.0+ds2/debian/changelog freeimage-3.18.0+ds2/debian/changelog --- freeimage-3.18.0+ds2/debian/changelog 2022-05-26 11:31:41.000000000 +0000 +++ freeimage-3.18.0+ds2/debian/changelog 2022-08-20 21:39:55.000000000 +0000 @@ -1,3 +1,14 @@ +freeimage (3.18.0+ds2-8) unstable; urgency=medium + + [ Anton Gladky ] + * [1216cab] Set Standards-Version: 4.6.1 + + [ Mathieu Malaterre ] + * [e6f1f63] d/patches: Refresh patch to handle openexr 3.x split. + (Closes: #1017512) + + -- Anton Gladky Sat, 20 Aug 2022 23:39:55 +0200 + freeimage (3.18.0+ds2-7) unstable; urgency=medium [ Steve Langasek ] diff -Nru freeimage-3.18.0+ds2/debian/control freeimage-3.18.0+ds2/debian/control --- freeimage-3.18.0+ds2/debian/control 2022-05-26 11:23:04.000000000 +0000 +++ freeimage-3.18.0+ds2/debian/control 2022-08-20 21:36:40.000000000 +0000 @@ -17,7 +17,7 @@ pkg-config, zlib1g-dev Build-Depends-Indep: doxygen -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/science-team/freeimage Vcs-Git: https://salsa.debian.org/science-team/freeimage.git Homepage: http://freeimage.sourceforge.net/ diff -Nru freeimage-3.18.0+ds2/debian/patches/Disable-vendored-dependencies.patch freeimage-3.18.0+ds2/debian/patches/Disable-vendored-dependencies.patch --- freeimage-3.18.0+ds2/debian/patches/Disable-vendored-dependencies.patch 2022-05-26 11:11:52.000000000 +0000 +++ freeimage-3.18.0+ds2/debian/patches/Disable-vendored-dependencies.patch 2022-08-20 21:38:24.000000000 +0000 @@ -84,7 +84,7 @@ =================================================================== --- freeimage-3.18.0+ds2.orig/Source/FreeImage/PluginEXR.cpp +++ freeimage-3.18.0+ds2/Source/FreeImage/PluginEXR.cpp -@@ -28,16 +28,16 @@ +@@ -28,16 +28,17 @@ #pragma warning (disable : 4800) // ImfVersion.h - 'const int' : forcing value to bool 'true' or 'false' (performance warning) #endif @@ -107,7 +107,8 @@ +#include +#include +#include -+#include ++#include ++#include // ========================================================== @@ -404,7 +405,7 @@ +#include #include "../Metadata/FreeImageTag.h" -#include "../OpenEXR/Half/half.h" -+#include "OpenEXR/half.h" ++#include "Imath/half.h" #include "FreeImageIO.h" #include "PSDParser.h"