diff -Nru orthanc-1.1.0+dfsg/debian/changelog orthanc-1.1.0+dfsg/debian/changelog --- orthanc-1.1.0+dfsg/debian/changelog 2016-06-27 21:53:21.000000000 +0200 +++ orthanc-1.1.0+dfsg/debian/changelog 2016-07-04 18:55:34.000000000 +0200 @@ -1,3 +1,11 @@ +orthanc (1.1.0+dfsg-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * d/rules: point to libdcmtk8 to fix a build failure with the new + dcmtk (Closes: #829608) + + -- Gianfranco Costamagna Mon, 04 Jul 2016 16:39:37 +0200 + orthanc (1.1.0+dfsg-1) unstable; urgency=medium [ Sebastien Jodogne ] diff -Nru orthanc-1.1.0+dfsg/debian/rules orthanc-1.1.0+dfsg/debian/rules --- orthanc-1.1.0+dfsg/debian/rules 2016-06-27 21:53:21.000000000 +0200 +++ orthanc-1.1.0+dfsg/debian/rules 2016-07-04 16:52:26.000000000 +0200 @@ -24,7 +24,7 @@ -DUSE_GTEST_DEBIAN_SOURCE_PACKAGE:BOOL=ON \ -DDCMTK_LIBRARIES:STRING=dcmjpls \ -DUNIT_TESTS_WITH_HTTP_CONNEXIONS:BOOL=OFF \ - -DDCMTK_DICTIONARY_DIR:PATH=/usr/share/libdcmtk5 \ + -DDCMTK_DICTIONARY_DIR:PATH=/usr/share/libdcmtk8 \ -DCMAKE_BUILD_TYPE="" override_dh_auto_configure: