Skip to content

Changelog opencv (3.2.0+dfsg-4build2)

2018

opencv (3.2.0+dfsg-4build2) bionic; urgency=medium

   * No-change rebuild for tesseract soname change.

2017

opencv (3.2.0+dfsg-4build1) bionic; urgency=medium

   * No-change rebuild for new gdal-abi-2-2-3..

opencv (3.2.0+dfsg-4) unstable; urgency=medium

   * Team upload.
   * Install maven artifacts with maven-repo-helper so reverse dependencies can
     automatically pick the dependency by using ${maven:Depends}.
     Thanks to Gilles Filippini <pini@debian.org> for the patch.  Closes: #878949
   * d/control:
     + Use unversioned Conflicts in libopencv-dev, to force the removal
       of some old packages.  Closes: #880921
     + Remove dbus-x11 work around now that #878878 is fixed.

opencv (3.2.0+dfsg-3) unstable; urgency=medium

   * Team upload.
   * d/p/support_multiarch: forward the patch after a small edit.
   * d/p/mathjax: make the MATHJAX_RELPATH option configurable at build time
     through cmake, and then forward the patch.
   * Despite tbb being available in all linux architectures, we need it in a
     version that is not available everywhere, so revert back to enabling it
     only on a hand-picked list of architectures.  Closes: #878830
   * d/control: work around #878878 in dbus by explictly adding dbus-x11 to
     build-deps for !linux.

opencv (3.2.0+dfsg-2) unstable; urgency=medium

   * Team upload.
   * d/patches:
     + support_x32 patch: drop, it actually did nothing useful.
     + fix_ftbfs_on_non_linux: simplify patch, by removing several hunks no
       longer needed.
       Incidentally, this fixes the FTBFS in x32.  Closes: #878705
   * d/rules:
     + Enable DICOM support.  Closes: #843513
     + tbb is now available in all linux archs, so enable it for all linux-any.
     + Enable SSE and SSE2 on all architectures based on a amd64 cpu, not just
       amd64 itself
     + Use /usr/share/dpkg/architecture.mk instead of calling dpkg-architecture.

opencv (3.2.0+dfsg-1) unstable; urgency=medium

   * Team upload.
   * Upload to unstable.
   * Bump Standards-Version to 4.1.1:
     + Use HTTPS in debian/copyright's Format field.
   * Use HTTPS for the Homepage URL.

opencv (3.2.0+dfsg-1~exp2) experimental; urgency=medium

   * Team upload.
   * Explicitly disable carotene support to fix FTBFS on arm*.
   * Drop conditional enabling of OpenGL, it can't be enabled with GTK+3
     anyway.  Closes: #869975
   * Changelog for 3.2.0+dfsg-1~exp2

opencv (3.2.0+dfsg-1~exp1) experimental; urgency=medium

   * Update to 3.2.0.
     - Add freetype and phase_unwrapping modules into libopencv-contrib.
     - Disable DNN and tracking module (temporary).
   * Add patches/fix_VFP_asm.patch.
   * Update Standards-Version to 4.0.0.

opencv (3.1.0+dfsg1-1~exp1) experimental; urgency=medium

   * Team upload.
 
   [ Mattia Rizzolo ]
   * Rewrite d/copyright using copyright-format 1.0.
   * Add Files-Excluded listing the removed files.
   * Update watch file, pointing to github.
   * Add the contrib modules as a multiple upstream tarball.
   * Add new build-dependencies needed by contrib modules.
   * Override lintian tag debian-watch-file-should-mangle-version (see #505857).
   * override lintian warning package-name-doesnt-match-sonames for
     libopencv-contrib.
   * Add some DEP-3 descriptions to two patches.
 
   [ Nobuhiro Iwamatsu ]
   * Remove obsolete files of libopencv-legacy.
   * Build the opencv_contrib libraries.  Closes: #861194
   * Fix Build with HDF5. Add patches/moudles_hdf5.patch

opencv (3.1.0+dfsg-1~exp5) experimental; urgency=medium

   * Team upload.
   * wrap-and-sort -ast.
   * Add (Build-)Depends on libavresample-dev.
   * Add (Build-)Depends on libgphoto2-dev.
   * Install usr/include/opencv2/cvconfig.h in libopencv-core-dev.  LP: #1315418
   * d/rules: use --fail-missing instead of --list-missing, to be really sure
     nothing is left out.

opencv (3.1.0+dfsg-1~exp4) experimental; urgency=medium

   * Team upload.
   * debian/rules cleanup:
     + Remove rm(1)s that do not seem to do anything (anymore).
     + DRY up the BUILDDIR variable.
     + Do not mangle BUILDDIR on i386, there should be no need for it.
     + Add an override to dh_auto_install to pass the correct BUILDDIR (should
       fix FTBFS for kfreebsd-i386 (and probably this is what the original
       BUILDDIR mangling is about)).
     + Proper calls to clean cmake build products.
     + The build system is recognized by debhelper, no need to tell it.
     + Use a single cp call to copy the static libs.

opencv (3.1.0+dfsg-1~exp3) experimental; urgency=medium

   * Team upload.
   * debian/rules:
     + Do not forcefully disable PIE anymore, -pie changed meaning.
       Also remove +fortify, as that's on by default anyway.  Closes: #859440
     + Drop empty override_dh_fixperms.
     + Remove empty directories from the installed tree.
   * debian/control:
     + Make libopencv-dev suggest opencv-doc.  Closes: #806703
     + Drop not needed libgtk2.0-dev dependency of libopencv-highgui-dev.
       Closes: #817017
     + Fix installability problem in case of binNMUs.  Closes: #844067
      Mark libopencv3.1-java as Breaking/Replacing the 2.4 version.
      Closes: #810516
     + Avoid duplicate long descriptions.
   * Build a python3 package.  Closes: #799262; LP: #1556156
     Thanks to Kota Kato <orangain@gmail.com> for the initial patch.
   * Use dh_numpy instead of hardconding the numpy ABI number.
   * Build with GTK+ 3 (instead of GTK+ 2). (Closes: #822607)
   * Remove disabled patches
   * Refresh patches.
   * Remove obsolete lintian override.

2016

opencv (3.1.0+dfsg-1~exp2) experimental; urgency=medium

   * Fix Depends of libopencv-shape3.1 and libopencv-shape-dev.

opencv (3.1.0+dfsg-1~exp1) experimental; urgency=medium

   * Add old header files into libopencv-dev.
   * Update debian/control.
     - Add Replaces and Conflicts to libopencv-dev.
     - Fix version of libopencv3.1-jni for libopencv3.1-java.
     - Fix Depends of libopencv-dev. Add libopencv3.1-java. (Closes: #833616)
     - Add libopencv-shape-dev to Depends of libopencv-dev. (Closes: #818738)
     - Add libtbb-dev to Depends of libopencv-core-dev. (Closes: #838916)

opencv (3.1.0+dfsg-1~exp0) experimental; urgency=medium

   * Update to 3.1.0.
   * Add patches/disable_opengl_test_build.
   * Add libjs-mathjax to Depends of opencv-doc and debian/patches/mathjax.
   * Add libjs-jquery to Depends of opencv-doc and add
     debian/patches/change_jquery.js_path.
   * Update Standards-Version to 3.9.8.

opencv (3.0.0+dfsg-1~exp7) experimental; urgency=medium

   * Fix libopencv_shape dependencies.

opencv (3.0.0+dfsg-1~exp6) experimental; urgency=medium

   [ Nobuhiro Iwamatsu ]
   * Fix missing install of opencv2/core.hpp

opencv (3.0.0+dfsg-1~exp5) experimental; urgency=medium

   * Fix libvtk6.3 runtime dependency

opencv (3.0.0+dfsg-1~exp4) experimental; urgency=medium

   * Upload again on experimental, to build against new gdal 2.1.1

opencv (3.0.0+dfsg-1~exp3) experimental; urgency=medium

   [ Andreas Cadhalpun ]
   * Fix build with ffmpeg 3.0. (Closes: #803847)
 
   [ Gianfranco Costamagna ]
   * Team upload
   * merge unstable NMUs
   * rebase ffmpeg patch
   * Disable optimize i586 patch, now Debian has i686
 
   [ Tobias Frost ]
   * Do not use precompiled headers (Closes: #818450)
 
   [ Mattia Rizzolo ]
   * Use HTTPS in Vcs-* fields.
   * Disable opengl when building in armhf (in Ubuntu only)
   * Don't build with jasper.  Closes: #818207
     - This causes libopencv-highgui to lose symbols, but we don't rename the
       package because the breakage is in experimental only.
   * Fix typo in README.Debian.
   * Remove unused lintian override python-script-but-no-python-dep.

opencv (3.0.0+dfsg-1~exp2) experimental; urgency=medium

   * Fix FTBFS on i386.
   * Build with -march=i586 instead of -march=i686 on i386.
     Add debian/patches/optimize_i586.patch.
   * Fix FTBFS on x32. (Closes: #792264)
     Add debian/patches/support_x32. Thanks to Thorsten Glaser <tg@mirbsd.de>.

2015

opencv (3.0.0+dfsg-1~exp1) experimental; urgency=medium

   * Update to 3.0.0 (Closes: #792677, #805099; LP: #1516985).
   * Remove libopencv-legacy and libopencv-contrib.
     These features are not provided from the new version.
   * Remove old packages (libcv*, libhighgui*, libcvaux*).
   * Add support gdal and vtk.
   * Enable parallel building.
   * Remove image files of Lena (Closes: #794856).
   * Add debug packages (Closes: #803404).

opencv (2.4.11+dfsg-1) unstable; urgency=medium

   * Update to 2.4.11.
   * Update debian/control.
     - Bumped standards-version to 3.9.6.
   * Remove image files of Lena (Closes: #794856)

opencv (2.4.9.1+dfsg-2.1) unstable; urgency=medium

   * Non-maintainer upload.
   * debian/patches:
     - Add fix_ftbfs_with_gcc6 to fix FTBFS with gcc-6. (Closes: #828928)

opencv (2.4.9.1+dfsg-2) unstable; urgency=medium

   * Team upload.
   * Use HTTPS in Vcs-* fields.
   * Disable opengl when building in armhf (in Ubuntu only)
   * Don't build with jasper.  Closes: #818207
     This causes libopencv-highgui to lose symbols, so we need to rename the
     package and do a transition.
   * Fix typo in README.Debian.
   * Remove unused lintian override python-script-but-no-python-dep.
   * Add missing dependency on libopencv-gpu2.4v5 to libopencv-gpu-dev.
     Closes: #825583

opencv (2.4.9.1+dfsg-1.5) unstable; urgency=medium

   * Non-maintainer upload.
   * Do not use precompiled headers (Closes: #818450)

opencv (2.4.9.1+dfsg-1.4) unstable; urgency=medium

   * Non-maintainer upload.
 
   [ Andreas Cadhalpun ]
   * Fix build with ffmpeg 3.0. (Closes: #803847)

opencv (2.4.9.1+dfsg-1.3) UNRELEASED; urgency=medium

   * Non-maintainer upload.
   * Refresh debian/patches:
     - Update change_type_from_int_to_Atomic_word to fix
       FTBFS on sparc64. (Closes: #714923)
     - Re-add fix_without_sysctl.patch to fix FTBFS on x32. (Closes: #792264)

opencv (2.4.9.1+dfsg-1.2) unstable; urgency=medium

   * Non-maintainer upload.
   * Rename library packages for g++5 ABI transition.
     Patch provided by Matthias Klose. (Closes: #791226)
   * Remove Lintian overrides from Matthias' patch, current Lintian accepts
     v5 package names as-is.
   * Build-depend on the version of openexr that started its transition.
   * Add patch to stop checking the version of sphinx-build (which makes
     no difference anyway), fixing arch-indep build (#792715; not closing
     that bug here because it is unclear whether it is considered to be a
     sphinx bug).
   * Deliberately not addressing #794856 in this upload, since it requires
     repacking the orig.tar and is not a regression.

opencv (2.4.9.1+dfsg-1.1) unstable; urgency=medium

   * Non-maintainer upload.
 
   [ Bernhard Übelacker ]
   * Build with -march=i586 instead of -march=i686 on i386. (Closes: #784647)

2014

opencv (2.4.9.1+dfsg-1) unstable; urgency=medium

   * New upstream release.
   * Add support ppc64el. (Closes: #754094)

opencv (2.4.9+dfsg-1) unstable; urgency=medium

   * New upstream release. (Closes:#753689)

opencv (2.4.8+dfsg1-2.2) unstable; urgency=medium

   * Non-maintainer upload.
   * Fix version in symbolic links for libopencv2.4-java (closes: #747500)

opencv (2.4.8+dfsg1-2.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Add libav10.patch by Anton Khirnov to allow compilation against
     Libav10 (Closes: #739440)

opencv (2.4.8+dfsg1-2) unstable; urgency=medium

   * Update debian/control.
     - Add libopencv-java and libopencv-jni to Depends of libopencv-dev.
     - Update depends of libopencv-jni, libopencv-java and libopencv-dev.
   * Update debian/libopencv2.4-jni.install.
     Fix install path of libopencv_java248.so
   * Update debian/rules.
     Fix install path of jni library.

opencv (2.4.8+dfsg1-1) unstable; urgency=low

   * Update to new source.
     Remove Milky directory in modules/highgui/src/files_Qt/.
   * Update debian/control.
     Add libopencv-ocl-dev to Depends of libopencv-dev. (Closes: #737584)
   * Update libopencv-dev.install.
     Install OpenCVModules-release.cmake and OpenCVModules.cmake.
     (Closes: #737153)

opencv (2.4.8+dfsg-1) unstable; urgency=low

   * New upstream release.

2013

opencv (2.4.7+dfsg-1) unstable; urgency=low

   * New upstream release. (Closes: #732063)
   * Add patches/revert-Make-ts-always-static.
   * Add ocl library. (Closes: #732028, #720092)
   * Add java library. (Closes: #728221)
   * Update debian/control.
     - Remove Vcs-Svn field and add Vcs-Git field.
     - Update Vcs-Browser field.
     - Update Homepage field.
     - Bumped standards-version to 3.9.5.

opencv (2.4.6.1+dfsg-2) unstable; urgency=low

   [ Anton Gladky ]
   * Replace libeigen2-dev by libeigen3-dev. (Closes: #726155)
 
   [ Nobuhiro Iwamatsu ]
   * FTBFS on sparc64. (Closes: #714923)
     Add patches/change_type_from_int_to_Atomic_word.

opencv (2.4.6.1+dfsg-1) unstable; urgency=low

   * Upload to unstable. (Closes: #719998, #716811)

opencv (2.4.6.1+dfsg-0exp4) experimental; urgency=low

   * Update debian/control.
     - Fix fails to upgrade from testing by opencv-data. (Closes: #722927)
     - Change Vcs host to anonscm.debian.org.

opencv (2.4.6.1+dfsg-0exp3) experimental; urgency=low

   * Update patches/pkg-config. (Closes: #678222, #721894)
     Fix broken pkg-config file.

opencv (2.4.6.1+dfsg-0exp2) unstable; urgency=low

   * Update debian/rules.
     - Move configuration for 1394 and V4L to CMAKE_ARCH_FLAGS.
       Thanks to Pino Toscano.
     - Change from target name from override_dh_fixperms to
       override_dh_fixperms-indep.
   * Add fix_ftbfs_on_non_linux.patch.
     Fix FTBFS on non linux. (Closes: #719741)

opencv (2.4.6.1+dfsg-0exp1) experimental; urgency=low

   * New upstream release.
   * Update debian/control.
     - Add libgtkglext1-dev, libgl1-mesa-dev and libglu1-mesa-dev
       to Build-Depends.
     - Remove swig from Build-Depends.
   * Update debian/rules.
     - Enable OpenGL.
   * Update patches.

opencv (2.4.5+dfsg-0exp1) experimental; urgency=low

   * New upstream release. (Closes: #716811)
   * Update debian/control.
     - Add support all arch with TBB support. (Closes: 701195)
     - Add opencv-data. Move haarcascades and lbpcascades's data to this.
       (Closes: #711385)
   * Update debian/rules.
     - Add python2 to dh of sequence.

2012

opencv (2.4.3+dfsg-1) experimental; urgency=low

   * New upstream release.

opencv (2.4.2+dfsg-0exp2) experimental; urgency=low

   * Update debian/control.
     - Dump cmake version to 2.8.7.
       When old cmake is used, building failed.
   * Update libopencv-core-dev.install.
     - Add opencv2/opencv_modules.hpp.

opencv (2.4.2+dfsg-0exp1) experimental; urgency=low

   * New upstream release.
   * Update debian/control.
     - Changed Depends from libtiff4-dev to libtiff-dev. (Closes: #682238)
     - Support eigen2. Add libeigen2-dev to Build-Depends.
   * Update install file.
     Change path of samples and add python2.
   * Update debian/rules.
     - Remove chmod line. Removed build_all.sh.
     - Add -r for option of rm command.
   * Update patches/build-static-libs.patch

opencv (2.4.1+dfsg-0exp2) experimental; urgency=low

   * Update package description.
   * Add patches/pkg-config.patch.
     This changed library specification method in pkgconfig.

opencv (2.4.1+dfsg-0exp1) experimental; urgency=low

   * New upstream release.
   * Update debian/rules.
     - Enable hardening option.
   * Update debian/control.
     - Fix wrong package name.
     - Add python-numpy-abi9 and python-numpy (>= 1:1.6.1) to python-opencv.
       Fix lintian error for missing-dependency-on-numpy-abi.

opencv (2.4.0+dfsg-0exp1) experimental; urgency=low

   * New upstream release. (Closes: 671377)
     - Add stitching, ts, videostab and photo packages.
     - Remove gpu package.
   * Update debian/control.
     - Bumped Standards-Version to 3.9.3. No changes needed.
     - Update Homepage field.
   * Update debian/rules.
     - Remove unnecessary option of build config.
   * Update patches.
     - 0005-build-static-libs.patch
     - 0007-typos-in-strings-docs.patch
     - 0013_drop_asm_types_h_kfreebsd.patch

opencv (2.3.1-10) unstable; urgency=high

   * Update debian/control.
     - Add Replaces and Breaks of libopencv-core-dev to libopencv-dev.
       (Closes: #674242)
     - Cleanup Depends of packages.

opencv (2.3.1-9) unstable; urgency=low

   * Update debian/control.
     - pkg-config and binarys move from libopencv-core-dev to libopencv-dev.
 	  (Closes: #671376, #658197)
     - Drop Replaces and Breaks from libopencv-core-dev. (Closes: #668708)

opencv (2.3.1-8) unstable; urgency=low

   * Add support TBB.
   * Fix getting value of dpkg-architecture.

opencv (2.3.1-7) unstable; urgency=low

   * Update debian/libopencv-core-dev.install.
     - Change install path of OpenCVConfig.cmake from usr/share/opencv/
       to usr/share/OpenCV. (Closes: #658196)
     - usr/share/OpenCV/OpenCVConfig-version.cmake was added to the
       installation file of libopencv-core-dev.
   * Add debian/*-dev.docs.
     This provides README.Debian with *-dev packages.

opencv (2.3.1-6) unstable; urgency=low

   * Fix installation of usr/include/opencv2/opencv.hpp. (Closes: #656860)
     Update debian/libopencv-core-dev.install.
   * Remove old build flags and add optimize flag for amd64.

opencv (2.3.1-5) unstable; urgency=low

   * Fix FTBFS with libav 0.8. (Closes: #654220)
     Add patches/0014_fix_ftbfs_libav0.8.patch.
   * Update debian/control.
     Add python-sphinx to Build-Depends.

2011

opencv (2.3.1-4) unstable; urgency=low

   * Update patches/0013_drop_asm_types_h_kfreebsd.patch.
     Drop <asm/types.h>, not <sys/types.h>.

opencv (2.3.1-3) unstable; urgency=low

   * Update debian/README.Debian.
   * Update debian/control.
     - Update Depends package for libopencv-dev.
   * Fix build on kfreeBSD. (Closes: #651872)
     Update patches/0013_drop_asm_types_h_kfreebsd.patch.
     Thanks to Julien Cristau.

opencv (2.3.1-2) unstable; urgency=low

   * Update debian/control.
     - Adjusted version for Replaces and Breaks of libopencv-core-dev.
       (Closes: #651988). Thanks to Ansgar Burchardt.
   * Fix build on kfreeBSD. (Closes: #651872)
     Add patches/0013_drop_asm_types_h_kfreebsd.patch.
     Thanks to Julien Cristau.

opencv (2.3.1-1) unstable; urgency=low

   * Upload to unstable.
   * Update debian/control.
     Switch Build-Depends from libong62-dev to libpng-dev.

opencv (2.3.1-0exp1) experimental; urgency=low

   * New upstream release.
   * Update debian/control.
     - Fix uses hardcoded list of non-Linux architectures in debian/control.
       (Closes: #634365)
   * Add lintian overrides files.
   * Update install files.
   * Update and remove some patches.
     - Update patches/0005-build-static-libs.patch.
     - Update patches/0007-typos-in-strings-docs.patch.
     - Update patches/0011_optimize_i486.patch.
     - Remove patches/0001-fix_3rdparty_build.patch.
     - Remove patches/0006-typos-in-license.patch.
     - Remove patches/0012_cvcap_ffmpeg_fix_compile_against_libav0.7.patch.

opencv (2.3.0-0exp4) experimental; urgency=low

   * Fix FTBFS with libav 0.7. (Closes: #634818)
     Add patches/vcap_ffmpeg_fix_compile_against_libav0.7.patch.

opencv (2.3.0-0exp3) experimental; urgency=low

   * Add libopencv-dev package.
     This is a meta package providing development package necessary for
     development of OpenCV (Open Computer Vision).

opencv (2.3.0-0exp2) experimental; urgency=low

   * Update debian/control
     - Switch Build-Depends from libjpeg62-dev to libjpeg-dev for libjpeg8
       transition.
     - Add zlib1g-dev Build-Depends of libopencv-core-dev.
     - Add some development package to Build-Depends of libopencv-highgui-dev.

opencv (2.3.0-0exp1) experimental; urgency=low

   * New upstream release.
     - Update install files.
     - Update some patches for 2.3.
 	  patches/0005-build-static-libs.patch
       patches/0001-fix_3rdparty_build.patch
       patches/0011_optimize_i486.patch
     - Remove some patches revised in upstream.
       patches/0002-fix_build_pdf.patch patches/0003-hurd.patch
       patches/0004-fix_stdint_gcc45.patch patches/0009_support_v4lv2_only.patch
 	  patches/0008_fix_ftbfs_with_gcc-4.6.patch patches/0010_fix_ftbs_png15.patch
   * Update debian/control.
     - Update depends of packages.
   * Update debian/rules.
     - Update path of hdr_parser.pyc from modules/python to
       modules/python/src2.

opencv (2.2.0-0exp2) experimental; urgency=low

   * Add libopencv-contrib-dev to Depends of libcvaux-dev (Closes: #632439).
     Thanks to Mark Purcell.
   * Arranged the dependence.

opencv (2.2.0-0exp1) experimental; urgency=low

   * New upstream release. (Closes: #623532, #563428, #604642)
     - Update, refresh and prune debian/patches.
     - Account for upstream splitting/renaming libs:
       + generate N dynamic library packages.
       + name all library package as libopencv-*.
     - Update debian/copyright.
     - Remove debian/README.source.
     - Update debian/*.install scripts.
     - Update lintian overrides.
     - Add libv4l-dev to Build-Depends.
   * Bump to dh 8.
   * Switch to source format 3.0 (quilt).
   * Patch minor upstream typos.
   * Fix formatting in debian/man/opencv_traincascade.1.
   * Bumped standards-version to 3.9.2.  No changes needed.
   * Update debian repository pointers for new alioth hosts.
   * Add support openexr.
   * Move usr/share/opencv/haarcascades and usr/share/opencv/lbpcascades
     to libopencv-core-dev (Closes: #598356).
   * Fix build using gcc-4.6 (Closes: #624917).
     - Add patches/0008_fix_ftbfs_with_gcc-4.6.patch.
   * Fix build without v4l1 (Closes: #623418).
     - Add patches/0009_support_v4lv2_only.patch.
   * Fix build with libpng15.
     - Add patch/0010_fix_ftbs_png15.patch.
   * Fix optimize of i386 (Closes: 629414).
     - Opencv was optimized to i686. This chenged optimization to i486.
     - Add patch/0011_optimize_i486.patch.
   * If build architecture is amd64, enable SSE2 option.

opencv (2.1.0-4) unstable; urgency=low

   * Fix install path of opencv-doc (Closes: #610803).
   * Fix FTBFS on gcc-4.5(Closes: #607086, #618045).
     - Add patches/fix_stdint_gcc45.patch

2010

opencv (2.1.0-3) unstable; urgency=low

   * Fix set opencv minor version on Python (Closes: #600836).

opencv (2.1.0-2) unstable; urgency=low

   * Update debian/control.
     - Bumped standards-version to 3.9.1. No changes needed.
     - Add python-numpy to Build-depends (Closes: #593310)
   * Add hurd support patch (Closes: #589586).

opencv (2.1.0-1) unstable; urgency=low

   * New upstream release. (Closes: #577594, #587232, #563717)
   * Update debian/rules.
     - Update build-system to debhelper v7.
   * Update debian/control.
     - Bumped standards-version to 3.9.0. No changes needed.
     - library package name update.
       Soname of opencv library changed from 4 to 2.1.
     - Add cmake, liblapack-dev, texlive-fonts-extra, texlive-latex-extra,
       texlive-latex-recommended, latex-xcolor and  texlive-fonts-recommended
       to Build-depends.
     - Add arch depends to libraw1394-dev and libdc1394-22-dev.
       Thanks to Pino Toscano. (Closes: #581210)
   * Add opencv-doc.lintian-overrides.
     opencv-doc has some sample program of python.
   * Update man files.
   * Update patches
     - Update and rename 500_remove_bashism.patch.
       And rename to remove_bashism.patch.
   * Add new patches.
     - Enable build static library.
       enable_static.patch
     - Disable build 3rd party library.
       Use zlib and lapack in debian package.
       fix_3rdparty_build.patch
     - Fix build pdf.
       fix_build_pdf.patch
     - Remove cvconfig.h
       remove_cvconfig.h.patch
   * Remove some patches.

opencv (2.0.0-4) unstable; urgency=low

   * Update debian/control.
     - Bumped standards-version to 3.8.4. No changes needed.
   * Change install path of python-opencv. (Closes: #565121)

opencv (2.0.0-3) unstable; urgency=low

   * Remove libcv1, libhighgui1 and libcvaux1 from Conflicts and Replaces.
     (Closes: #560283)
   * Remove cvconfig.h from libcv-dev package. (Closes: #559857)
     Update libcv-dev.install and backport r2242 of commit from upstream.
     Thanks to Filippo Giunchedi.
     debian/patches/110_backport_r2242.diff
   * Fix FTBFS with GCC 4.4. (Closes: #562742)
     Backport r2255 of commit from upstream. Thanks to Filippo Giunchedi.
     debian/patches/110_backport_r2255.diff

2009

opencv (2.0.0-2) unstable; urgency=low

   * Add cvconfig.h to libcv-dev. (Closes: #559857)

opencv (2.0.0-1) unstable; urgency=low

   * New upstream release. (Closes: #507588, #549997, #492445)
   * Update Standards-Version to 3.8.3
   * Add debian/README.source
   * Add libdc1394-22-dev to Build-Depends. (Closes: #507584, #516794)
   * Remove libcvaux-dev and libhighgui-dev from Depends of libcv-dev.
     (Closes: #525023)
   * Remove all .la files.
   * Update debian/watch file. (Closes: #557140)
   * Update debian/rules file.
     Add --disable-sse and --disable-optimization to configure.
   * Remove bashism. (Closes: #530153)
     500_remove_bashism.patch
   * Update debian/patches
     010_m4_syntax.diff
     010_fix_optimisations.diff
     010_makefile_syntax.diff
     010_python_cspec.diff
     020_python_linking.diff
     100_static_inline.diff
     100_amd64.diff
     120_header_warnings.diff
   * Remove debian/patches
     - Merge to upstream
       030_install_hook.diff
       100_ffmpeg_updates.diff
       210_openmp_compilation.diff
       300_fix_segfault_in_window_gtk.diff
       400_ffmpeg_splitting_autofoo.diff
       410_ffmpeg_use_swscale.diff
       420_typedef_longint.diff
       430_highgui_jpeg_camera.diff
     - Don't need new version
       010_ffmpeg_linking.diff
       050_rebootstrap.diff
       200_documentation.diff
       500_ftbfs_gcc44.diff

opencv (1.0.0-6.3) unstable; urgency=low

   * Non-maintainer upload.
   * Rebuild against new libraw1394 (Closes: #516646, #516920)
   * Add libhighgui-dev dependency on libswscale-dev thanks Giel van Schijndel
     (Closes: #547729)
   * debian/patches/420_typedef_longint.diff: define int64/uint64 as int64_t
     and uint64_t respectively, patch pulled from upstream r2163
     (Closes: #543546)
   * debian/patches/410_ffmpeg_use_swscale.diff: move
     #define __STDC_CONSTANT_MACROS before #include <stdint.h> into
     debian/patches/420_typedef_longint.diff
   * debian/patches/500_ftbfs_gcc44.diff: fix FTBFS with gcc-4.4
     thanks to Martin Michlmayr (Closes: #504831)
   * debian/patches/430_highgui_jpeg_camera.diff: recognize JPEG cameras
     (Closes: #536041)

opencv (1.0.0-6.2) unstable; urgency=low

   * Non-maintainer upload.
   * Port to newer ffmpeg. Closes: #487638, #490700, #493915
     Loosely based on patch Gijs Molenaar, thanks.

2008

opencv (1.0.0-6.1) unstable; urgency=low

   * Non-maintainer upload.
   * debian/control:
     + Dropped build dependency on libdc1394-22-dev (Closes: #497689)
     + Added ${misc:Depends} where missing

opencv (1.0.0-6) unstable; urgency=low

   * debian/patches/120_header_warnings.diff:
     + Fix more warnings in shipped headers.

opencv (1.0.0-5) unstable; urgency=high

   [ Daniel Leidert ]
 
   * debian/control: Added Homepage field.
     (Vcs-Svn): Fixed.
     (Depends, Build-Depends): Added libjasper-dev (closes: #428474).
   * debian/dirs: Removed (useless). Avoids empty directories.
   * debian/libcv-dev.install: Small cosmetic fix.
   * debian/libcv-dev.manpages: Added for haartraining utilities.
   * debian/opencv-createsamples.1: Initially added.
   * debian/opencv-haartraining.1: Ditto.
   * debian/opencv-performance.1: Ditto.
   * debian/opencv-doc.install: Install Makefile.debian here.
   * debian/rules (install, binary-arch, binary-indep): Removed most of the
     unused debhelper calls. Let dh_install exclude files we don't want. Don't
     install examples twice. Removed installation of opencv-config.1 (closes:
     #407946).
   * debian/watch: Added.
   * debian/patches/300_fix_segfault_in_window_gtk.diff: Added. Merged from
     Ubuntu.
   * debian/patches/series: Adjusted.
 
   [ Sam Hocevar ]
 
   * High urgency to ease testing propagations.
   * debian/patches/100_ffmpeg_updates.diff:
     + Updated patch to latest ffmpeg version (Closes: #482217).
   * debian/patches/020_python_linking.diff:
     + Link python bindings with required libraries.
   * debian/patches/030_install_hook.diff:
     + Use install-exec-hook instead of install-hook.
 
   * debian/control:
     + Build-depend on more recent libavcodec-dev.

opencv (1.0.0-4) unstable; urgency=low

   * debian/rules:
     + Support CONCURRENCY_LEVEL.
     + Don't ignore make distclean errors.
 
   * debian/control:
     + Add ${shlibs:Depends} to -dev packages, to get a proper dependency
       when these packages ship binaries.
     + Use ${binary:Version} instead of ${Source-Version} (Closes: 430726).
     + Set policy to 3.7.3.
     + Use Vcs-Svn: instead of XS-Vcs-Svn: fields.
 
   * debian/patches/100_ffmpeg_updates.diff:
     + Updated patch. Getting and setting framerate in FFmpeg streams now
       works properly again. Thanks to Eric Beets for half the fix.

2007

opencv (1.0.0-3) unstable; urgency=low

   * debian/control:
     + Set maintainer to the pkg-scicomp team.
     + Updated Vcs fields.
   * debian/compat:
     + Set compat version to 5.

opencv (1.0.0-2) unstable; urgency=low

   * Upload to unstable.
   * debian/patches/120_header_warnings.diff:
     + New patch. Fix warnings in shipped headers.

2006

opencv (1.0.0-1) experimental; urgency=low

   * New upstream release.
   * debian/control:
     + Depend on pkg-config now that opencv-config is deprecated.
   * debian/rules:
     + Do not remove haartraining files (Closes: #368568).
 
   * debian/patches/010_python_cspec.diff:
     + New patch. Add -fno-strict-aliasing because of numerous aliasing
       issues in the code (Closes: #388129).
 
   * debian/patches/110_dc1394.diff:
     + Fix a few bugs in the dc1394 code.

opencv (0.9.7-4) unstable; urgency=low

   * Migrate package to the new python policy (Closes: #373469), thanks to
     Pierre Habouzit.
   * debian/control: add XS-Vcs-Svn information.

opencv (0.9.7-3) unstable; urgency=low

   * debian/patches/110_dereferencement.diff:
     + Fix compilation warnings due to type-punned pointer dereferencement.

opencv (0.9.7-2) unstable; urgency=low

   * Switched patch system from dpatch to quilt.
   * debian/control:
     + Set policy to 3.7.2.
     + Build-depend on newer versions of libavcodec-dev so that we can get
       dynamically linked with it.
     + Build-depend on quilt instead of dpatch.
 
   * debian/patches/010_enable_static.diff:
     + Old patch -- enable static libraries.
 
   * debian/patches/010_ffmpeg_linking.diff:
     + Old patch -- correct ffmpeg linking.
 
   * debian/patches/010_fix_optimisations.diff:
     + Old patch -- fix optimisation flags for GCC bug workarounds.
 
   * debian/patches/010_m4_syntax.diff:
     + Old patch -- fix m4 syntax.
 
   * debian/patches/010_makefile_syntax.diff:
     + Old patch -- fix Makefile.am syntax.
 
   * debian/patches/010_proper_sonames.diff:
     + Old patch -- fix library sonames.
 
   * debian/patches/020_rebootstrap.diff:
     + Old patch -- rebootstrap package.
 
   * debian/patches/100_amd64.diff:
     + Fix inclusion of <emmintrin.h> on AMD64 (Closes: #365752, #366105).
 
   * debian/patches/100_ffmpeg_updates.diff:
     + Old patch -- update ffmpeg code to get in sync with newer API.
 
   * debian/patches/100_python_files.diff:
     + Old patch -- remove shebang from non-executable python files.
 
   * debian/patches/100_static_inline.diff:
     + Old patch -- replace inline with static inline in public headers.
 
   * debian/patches/200_documentation.diff:
     + Old patch -- get documentation in sync with the API.
 
   * debian/patches/200_examples_makefile.diff:
     + Old patch -- add a Makefile to the examples directory.

opencv (0.9.7-1) unstable; urgency=low

   * New upstream release.
   * Maintainer upload.
   * Acknowledging previous NMU (Closes: #339240). Thanks to Steve Langasek.
   * debian/control:
     + Build-depend on swig because of the Python bindings.
     + Renamed 0.9-0c2 packages to 0.9.7-0 due to API changes.
     + Depend and build-depend on libavformat-dev.
   * debian/rules:
     + Activated Python wrappers.
     + Build example apps.
   * cxtypes.h highgui.h: Replace "static" with "static inline" for inline
     functions declared in the public headers.

2005

opencv (0.9.6-4.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Medium-urgency upload for RC bugfix.
   * Rename libcvaux0.9-0c2 to libcvaux0.9-0c2a for the C++ mt allocator ABI
     transition, and conflict/replace libcvaux0.9-0c2 accordingly
     (closes: #339240).

opencv (0.9.6-4) unstable; urgency=low

   * tests/cv/src/asobel.cpp:
     + Fixed an illegal int/void* cast.

opencv (0.9.6-3) unstable; urgency=low

   * debian/control:
     + Build-depend on a newer libavcodec-dev.
     + Make libhighgui-dev depend on all required -dev packages such as
       libtheora-dev (Closes: #319018).
   * debian/rules:
     + Hint --build and --host to configure.
   * configure.in:
     + Use -O2 on m68k instead of -O3 to bypass gcc ICEs (Closes: #321106).
   * tests/cv/src/apyramids.cpp: fixed 64 bits compilation (Closes: #318791).

opencv (0.9.6-2) unstable; urgency=low

   * The great g++ transition upload.
   * debian/control:
     + Renamed 0.9-0 packages to 0.9-0c2.
     + Set policy to 3.6.2.1.
     + Build-depend on a newer libavcodec-dev.
   * docs/index.htm:
     + Encoded invalid HTML characters.
     + Fixed links to the reference manual (Closes: #306922).
   * docs/ref/opencvref_cv.htm:
     + Encoded invalid HTML characters.
     + Fixed the definition of CvHistogram (Closes: #307269).
   * otherlibs/highgui/cvcap.cpp:
     + Hardcoded the capture framerate because ffmpeg no longer easily provides
       the information.

opencv (0.9.6-1) unstable; urgency=low

   * New upstream release (Closes: #267825).
   * Major upstream changes:
     + This release merged most Debian-specific patches upstream.
     + This version now uses pkg-config instead of opencv-config.
     + This version uses GTK+ instead of Motif widgets.
     + Example programs were fixed (Closes: #254150).
   * debian/control:
     + Build-depend on libdc1394 and libavcodec. As a result, build no longer
       fails if libavcodec-dev is installed (Closes: #270345).
   * debian/copyright:
     + Fixed upstream URL (Closes: #270344).
   * cvaux/src/cvvideo.cpp: the code portion causing an FTBFS on amd64 is no
     longer there (Closes: #297625).

2004

opencv (0.9.5-10) unstable; urgency=high

   * debian/patches/30_delete.dpatch:
     + Fixed a crash at program exit (Closes: #269799).

opencv (0.9.5-9) unstable; urgency=high

   * debian/control:
     + Build-depend on lesstif2-dev to take advantage of new Motif 2 features.
     + libhighgui-dev depends on lesstif2-dev as well.
   * debian/patches/20_old.dpatch:
     + No longer patch/unpatch the Makefiles to avoid clock skew issues
       (Closes: #266622).
   * debian/patches/30_delete.dpatch:
     + Fixed delete[] / delete mismatches.
   * debian/patches/30_window_lnx.cpp.setTrackbarPos_crash.dpatch:
     + Fix a crash in cvSetTrackbarPos() for closed windows, courtesy of
       micha137 at users.sourceforge.net.
   * debian/patches/40_linux_trackbar.dpatch
     debian/patches/30_linux_mouse.dpatch:
     + Add arrows to trackbars, courtesy of Filip Sadlo.
     + Fixed position of mouse button events, courtesy of Filip Sadlo.
   * debian/patches/30_render.dpatch:
     + Fixed pointer casts, courtesy of buddha_pht at users.sourceforge.net.
   * debian/patches/30_xshm.dpatch:
     + Don't use XShm over network connections.

opencv (0.9.5-8) unstable; urgency=low

   * debian/control:
     + Added missing build dependency on dpatch (Closes: #262209).
   * debian/rules:
     + Call unpatch before make clean.

opencv (0.9.5-7) unstable; urgency=low

   * Rebuilt against libtiff4 due to an ABI change.
   * Fixed numerous compilation warning due to pointer/int size assumptions and
     char signedness assumption.
   * debian/control:
     + Set policy to 3.6.1.1.
     + Switched packaging method to dpatch.

opencv (0.9.5-6) unstable; urgency=low

   * cv/include/cvcompat.h cv/include/cvtypes.h:
     + Fixed more C preprocessor warnings.

opencv (0.9.5-5) unstable; urgency=low

   * cv/include/cv.h:
     + Fixed C preprocessor warnings.

opencv (0.9.5-4) unstable; urgency=low

   * debian/control:
     + Added missing lesstif-dev build dependency to the libhighgui-dev
       package (Closes: #252304).
   * debian/README.Debian:
     + Minor updates.

opencv (0.9.5-3) unstable; urgency=low

   * debian/rules:
     + Enabled static libraries in the build (Closes: #249471).

opencv (0.9.5-2) unstable; urgency=low

   * debian/control:
     + Added libxaw7-dev to the build dependencies.
     + Added libxaw7-dev to the libcvcam-dev dependencies.
   * debian/copyright:
     + Removed a duplicate copyright entry.

opencv (0.9.5-1) unstable; urgency=low

   * Initial release.