diff -Nru photoflow-0.2.8/debian/changelog photoflow-0.2.8/debian/changelog --- photoflow-0.2.8/debian/changelog 2017-08-10 15:28:19.000000000 +0000 +++ photoflow-0.2.8/debian/changelog 2017-08-10 16:29:15.000000000 +0000 @@ -1,4 +1,4 @@ -photoflow (0.2.8-2dhor~xenial) xenial; urgency=medium +photoflow (0.2.8-3dhor~xenial) xenial; urgency=medium * [raw processing] added fallback RAW decoding based on RawTherapee code. Used for example for opening floating-point DNGs not supported by RawSpeed diff -Nru photoflow-0.2.8/debian/control photoflow-0.2.8/debian/control --- photoflow-0.2.8/debian/control 2017-08-10 15:25:59.000000000 +0000 +++ photoflow-0.2.8/debian/control 2017-08-10 17:15:11.000000000 +0000 @@ -3,9 +3,10 @@ Priority: optional Maintainer: Dariusz Duma Build-Depends: debhelper (>= 8.0.0), - cmake, + cmake, + gettext, libvips-dev (>= 8.5.0), - libgtkmm-3.0-dev, + libgtkmm-2.4-dev, libtiff5-dev, liblcms2-dev, libgsf-1-dev, @@ -24,7 +25,7 @@ Architecture: any Conflicts: photoflow-git Depends: ${shlibs:Depends}, libvips42 (>= 8.5.1), ${misc:Depends} -Description-en: A non-destructive photo retouching app. including RAW development +Description: A non-destructive photo retouching app. including RAW development The aim of the project is to provide a fully non-destructive photo retouching program that includes a complete workflow from RAW image development to high- quality printing. diff -Nru photoflow-0.2.8/debian/rules photoflow-0.2.8/debian/rules --- photoflow-0.2.8/debian/rules 2017-08-09 17:46:38.000000000 +0000 +++ photoflow-0.2.8/debian/rules 2017-08-10 16:29:07.000000000 +0000 @@ -16,5 +16,6 @@ dh_auto_build --buildsystem=cmake # consider using -DUSE_VERSIONED_DIR=ON if backporting override_dh_auto_configure: - dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd)/usr -DINSTALL_PREFIX=/usr -DUSE_GTKMM3=ON - + dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd)/usr -DINSTALL_PREFIX=/usr +#-DUSE_GTKMM3=ON +