diffstat for opencv-2.4.9.1+dfsg opencv-2.4.9.1+dfsg changelog | 18 ++++++++++++++++++ opencv-doc.install | 1 - rules | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) diff -Nru opencv-2.4.9.1+dfsg/debian/changelog opencv-2.4.9.1+dfsg/debian/changelog --- opencv-2.4.9.1+dfsg/debian/changelog 2018-07-21 13:03:02.000000000 +0000 +++ opencv-2.4.9.1+dfsg/debian/changelog 2018-09-26 06:27:55.000000000 +0000 @@ -1,3 +1,15 @@ +opencv (2.4.9.1+dfsg-12.really.1+deb8u2+steamosb1) brewmaster; urgency=medium + + * Merge from Debian jessie-security. Remaining changes: + - Modify version number with .really. marker to make it + newer than 2.4.9.1+dfsg-12+deb8u1, to work around historical + package versioning. + * debian/rules: do not use precompiled headers, which caused a + build failure in brewmaster. DebianBTS:#818450 + * debian/opencv-doc.install: remove files that are not built. + + -- Andrew Lee (李健秋) Wed, 26 Sep 2018 14:27:55 +0800 + opencv (2.4.9.1+dfsg-1+deb8u2) jessie-security; urgency=high * Non-maintainer upload by the LTS Team. @@ -20,6 +32,12 @@ -- Thorsten Alteholz Sat, 21 Jul 2018 15:03:02 +0200 +opencv (2.4.9.1+dfsg-12+deb8u1) brewmaster; urgency=medium + + * hack update version number to be greater than 2.4.9.1+dfsg-11.1 + + -- John Vert Mon, 12 Oct 2015 15:34:28 -0700 + opencv (2.4.9.1+dfsg-1+deb8u1) jessie; urgency=medium [ Bernhard Übelacker ] diff -Nru opencv-2.4.9.1+dfsg/debian/opencv-doc.install opencv-2.4.9.1+dfsg/debian/opencv-doc.install --- opencv-2.4.9.1+dfsg/debian/opencv-doc.install 2014-09-19 02:04:00.000000000 +0000 +++ opencv-2.4.9.1+dfsg/debian/opencv-doc.install 2018-09-26 06:27:55.000000000 +0000 @@ -1,4 +1,3 @@ -usr/share/OpenCV/doc/* usr/share/doc/opencv-doc/ #usr/share/OpenCV/samples/* usr/share/doc/opencv-doc/examples/ samples/python usr/share/doc/opencv-doc/examples/ samples/python2 usr/share/doc/opencv-doc/examples/ diff -Nru opencv-2.4.9.1+dfsg/debian/rules opencv-2.4.9.1+dfsg/debian/rules --- opencv-2.4.9.1+dfsg/debian/rules 2014-09-19 02:04:00.000000000 +0000 +++ opencv-2.4.9.1+dfsg/debian/rules 2018-09-26 06:27:55.000000000 +0000 @@ -58,6 +58,7 @@ -DBUILD_TESTS=OFF \ -DCMAKE_SKIP_RPATH=ON \ -DWITH_CUDA=OFF \ + -DENABLE_PRECOMPILED_HEADERS=OFF \ $(CMAKE_ARCH_FLAGS) # -DOPENCL_INCLUDE_DIR:PATH="/usr/include/CL/"