libvigraimpex (1.7.1+dfsg1-3) unstable; urgency=low

  * QA upload
  * Fix build failure with GCC 4.7. Closes: #667258.
  * Build-depend on libpng-dev. Closes: #662414.

 -- Matthias Klose <doko@debian.org>  Mon, 16 Apr 2012 23:06:00 +0200

libvigraimpex (1.7.1+dfsg1-2) unstable; urgency=low

  * QA upload
  * Patch libpng15: Fix FTBFS with libpng 1.5 (closes: #636003). Thanks to
    Nobuhiro Iwamatsu and Joachim Schleicher for forwarding and testing
    the patch.
  * Replace build-dependency on libpng12-dev by libpng-dev | libpng12-dev
    in order to ease the upcoming libpng transition.
  * Fix FTBFS on sh4 architecture by using -mieee flag (closes: #633818).
    Thanks to Nobuhiro Iwamatsu for the patch!

 -- Ralf Treinen <treinen@debian.org>  Thu, 04 Aug 2011 13:57:08 +0200

libvigraimpex (1.7.1+dfsg1-1) unstable; urgency=low

  * QA upload.
  * Set maintainer to Debian QA Group.
  * Demote Recommends of the documentation packages to Suggests.
  * Drop fix-tinyvectortest.diff, no longer needed.
  * Drop Vcs-* fields.
  * Strip jQuery code from .orig.tar.gz, as we don't have source for it.
    + Update debian/get-orig-source.sh, debian/rules, debian/watch.
    + Update debian/copyright.
  * Overhaul debian/rules. Stop using dh.
  * Use dh_sphinxdoc:
    + Update debian/control to use ${sphinxdoc:Depends} instead of hardcoded
      libjs-jquery.
    + Call it in debian/rules if it's installed. Otherwise, generate substvars
      manually.
  * Add missing build-dependency on python-support.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 12 Jul 2011 19:34:24 +0200

libvigraimpex (1.7.1+dfsg-8) unstable; urgency=low

  * Unbreak fix-tinyvectortest.diff.

 -- Jakub Wilk <jwilk@debian.org>  Wed, 25 May 2011 01:21:31 +0200

libvigraimpex (1.7.1+dfsg-7) unstable; urgency=low

  * To fix FTBFS on s390, rewrite a loop in TinyVectorTest::equalIter(), so
    that it doesn't trigger bug in GCC 4.6 (see Debian bug #627795).
    [fix-tinyvectortest.diff]

 -- Jakub Wilk <jwilk@debian.org>  Tue, 24 May 2011 22:09:12 +0200

libvigraimpex (1.7.1+dfsg-6) unstable; urgency=low

  * To fix FTBFS on powerpc with GCC 4.6, use epsilon comparison in
    ConvolutionTest::recursiveFilterTestFromRepeatWithAvoid. Thanks to Stefano
    Rivera for debugging and for the patch. [fix-convolutiontest.diff]
  * Allow libvigraimpex-dev to be co-installable with over providers of
    libhdf5-dev than libhdf5-serial-dev (closes: #627421). Thanks to Laurent
    Bonnaud for the bug report.

 -- Jakub Wilk <jwilk@debian.org>  Fri, 20 May 2011 20:24:30 +0200

libvigraimpex (1.7.1+dfsg-5) unstable; urgency=low

  * Use default Python version when building documentation.
  * Update docsrc-doxygen-1.7.diff to deal with the latest Doxygen.
  * Remove unused jquery.js from libvigraimpex-doc.
  * Add a missing include to fix FTBFS with GCC 4.6 (closes: #625104). Thanks
    to Lucas Nussbaum for the bug report. [fix-ftbfs-gcc4.6.diff]
  * Bump standards version to 3.9.2 (no changes needed).
  * Mark more symbols as optional.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 02 May 2011 19:47:58 +0200

libvigraimpex (1.7.1+dfsg-4) unstable; urgency=low

  * Preserve symlinks when copying object files from one build directory to
    another (closes: #618667).

 -- Jakub Wilk <jwilk@debian.org>  Sun, 20 Mar 2011 15:50:05 +0100

libvigraimpex (1.7.1+dfsg-3) unstable; urgency=low

  * Update the symbols file.
  * On buildds, artificially limit paralellism in order not to run out of RAM.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 15 Mar 2011 15:14:04 +0100

libvigraimpex (1.7.1+dfsg-2) unstable; urgency=low

  * Upload to unstable.
  * Fix patch headers to be in line with DEP-3.
  * Update the symbols file.

 -- Jakub Wilk <jwilk@debian.org>  Sat, 12 Mar 2011 20:29:34 +0100

libvigraimpex (1.7.1+dfsg-1) experimental; urgency=low

  * New upstream release.
    + Drop numpy-double-longdouble.diff, applied upstream.
    + Drop noise-normalization-invariant.diff, applied upstream.
    + Update debian/copyright.
    + Rename libvigraimpex2 to libvigraimpex3, following SONAME bump.
    + Update the symbols file.
    + Include the vigra-config script.
      + Patch it to return correct documentation path.
        [vigra-config-docdir.diff]
      + Update debian/NEWS.
      + Provide a new manual page.
  * Update patch headers.
  * Export LDFLAGS.
  * Remove Win32-only files and pre-built documentation from the .orig
    tarball to save some space.
  * Respect DEB_BUILD_OPTIONS=parallel=N.
  * Respect DEB_BUILD_OPTIONS=noopt.
  * Rename some private variables in debian/rules to make them lowercase.
  * Require that Numpy is usable with every supported Python version.
  * Avoid using SONAMEs in Python extension modules.
  * Convert debian/copyright to the latest DEP-5 version.
  * Install symlinks from /usr/share/doc/libvigraimpex-dev/html to
    /usr/share/doc/libvigraimpex-doc/html.
  * Install symlinks from /usr/share/doc/python-vigra/{html,rst} to
    /usr/share/doc/python-vigra-doc/{html,rst}.
  * Build Python extensions with -fno-strict-aliasing.
  * Remove ‘debian/tmp’ prefix from debian/*.install files.
  * Provide ‘build-arch’ and ‘build-indep’ targets in debian/rules.
  * Use an alternative dependency template in the symbols file to make sure
    that a strict versioned dependency on the shared library will be generated
    for packages using optional (private) symbols.

 -- Jakub Wilk <jwilk@debian.org>  Sun, 20 Feb 2011 23:21:40 +0100

libvigraimpex (1.7.0+dfsg-7) unstable; urgency=low

  * Bump all versions in the symbols file to 1.7.0.
  * Make python-vigra-doc recommend libvigraimpex-doc.
  * Make libvigraimpex-doc suggest python-vigra-doc.
  * Fix documentation generation with Doxygen 1.7.
  * Fix hyperlinks from the C++ library documentation to python-vigra
    documentation (closes: #590069) and the other way round (closes: #590068).
    [docsrc-paths.diff]
  * Stop using g++-4.3 on hppa, as #585925 is fixed now (closes: #588168).

 -- Jakub Wilk <jwilk@debian.org>  Wed, 25 Aug 2010 20:54:45 +0200

libvigraimpex (1.7.0+dfsg-6) unstable; urgency=low

  * Fix generation of dependencies on python-numpy to take epochs into
    account. Use dh_numpy provided by python-numpy if available.

 -- Jakub Wilk <jwilk@debian.org>  Wed, 28 Jul 2010 12:15:09 +0200

libvigraimpex (1.7.0+dfsg-5) unstable; urgency=low

  * To fix ABI breakage, rename binary package from libvigraimpex2ldbl to
    libvigraimpex2 (closes: #589779).
  * Bump standards version to 3.9.1 (no changes needed).
  * Automatically generate versioned dependencies on python-numpy.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 26 Jul 2010 23:17:03 +0200

libvigraimpex (1.7.0+dfsg-4) unstable; urgency=low

  * Bump standards version to 3.9.0 (no changes needed).
  * In order to mitigate bug #586247, add invariant check to
    noiseVarianceListMedianCut(). [noise-normalization-invariant.diff]
  * For the time being, disable failing vigranumpy test for
    noiseVarianceClustering(); see bug #586247.
    [disable-noise-variance-clustering-vigranumpy-test.diff]
  * Update headers for patches that has been applied upstream.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 05 Jul 2010 17:18:21 +0200

libvigraimpex (1.7.0+dfsg-3) unstable; urgency=low

  * New upstream release, which includes backwards-incompatible changes (see
    NEWS.Debian for details).
  * Drop all existing patches: they have been either applied upstream or
    become irrelevant.
  * Upstream added support for HDF5:
    + Add libhdf5-serial-dev to Build-Depends and Depends of
      libvigraimpex-dev.
  * Upstream has implemented new build system on the basis of cmake:
    + Build-depend on cmake.
    + Reimplement debian/rules from scratch; update other files in debian/
      accordingly.
    + Drop vigra-config along with its manual page.
    + No longer provide static library.
  * Simplify makefile for examples.
  * Build Python bindings for VIGRA:
    + Build-depend on python-all-dev, python-numpy, libboost-python-dev,
      python-sphinx.
    + Patch documentation generation system to support out-of-source building.
      [docsrc-out-of-source.diff]
  * Run tests at build time.
    + Build-depend on python-nose.
  * Update the symbols file.
  * Update the watch file.
  * Install JPEG files into examples, too.
  * Update debian/copyright and convert it do DEP-5 format.
  * Fix link in the documentation to cope with the fact that
    tutorial_reference.pdf is compressed in the binary package.
    [gzipped-tutorial-reference.diff]
  * Don't declare the same NumpyArrayValuetypeTraits instance twice if
    sizeof(double) == sizeof(long double); fix FTBFS on such architectures
    (closes: #581688). [numpy-double-longdouble.diff]
  * Use g++-4.3 on hppa for the time being (closes: #582379). g++-4.4 is known
    to generate buggy code, see bug #585925.

 -- Jakub Wilk <jwilk@debian.org>  Wed, 16 Jun 2010 01:12:04 +0200

libvigraimpex (1.6.0+dfsg1-1) unstable; urgency=low

  * Drop README.source, no longer needed.
  * Strip PostScript documents without source from the .orig.tar.gz
    (closes: #580154):
    + Update get-orig-source target.
    + Update links in the HTML documentation to point to copies of these
      documents on VIGRA homepage. [no-offline-ps-doc.diff]

 -- Jakub Wilk <jwilk@debian.org>  Mon, 10 May 2010 19:07:57 +0200

libvigraimpex (1.6.0+dfsg-2) unstable; urgency=low

  * Update symbols file to fix FTBFS on sparc64.
  * Bump standards version to 3.8.4 (no changes needed).
  * Update my e-mail address.
  * Replace (build-)dependency on libjpeg62-dev with libjpeg-dev
    (closes: #569280).
  * Switch to source format 3.0 (quilt). Drop build-dependency on quilt and
    adjust debian/rules accordingly.
  * Fix a typo in src/impex/tiff.cxx (tiff-typo.diff).
  * Update patch descriptions.

 -- Jakub Wilk <jwilk@debian.org>  Thu, 11 Feb 2010 13:02:46 +0100

libvigraimpex (1.6.0+dfsg-1) unstable; urgency=low

  * Use upstream VCS to recreate .orig.tar.gz with the documentation source
    included (closes: #547943).
  * Fix documentation generator to be compatible with recent Doxygen
    (docsrc-doxygen-any-version.diff). Documentation is now regenerated at
    build time.
  * Use sed+tr (rather than lynx) to convert upstream changelog to text.
  * Avoid copy-all-remove-some in the install target.
  * Add Vcs-* fields.
  * Mark more symbols as optional.

 -- Jakub Wilk <ubanus@users.sf.net>  Fri, 09 Oct 2009 21:25:37 +0200

libvigraimpex (1.6.0-2) unstable; urgency=low

  * Make debian/rules safe for parallel builds.
  * Don't install *.la files.
  * Include symbols file.
  * Drop runtime dependency on fftw3.

 -- Jakub Wilk <ubanus@users.sf.net>  Thu, 03 Sep 2009 15:37:01 +0200

libvigraimpex (1.6.0-1) unstable; urgency=low

  * New upstream release (closes: #419431, #540242).
  * New maintainer (closes: #503486).
  * Use quilt to manage patches.
  * Add resampleImage() with different x- and y-factors
    (resample-image-different-xy.diff backported from the upstream VCS;
    closes: #540334).
  * Fix a typo in src/impex/viff.cxx (viff-typo.diff).
  * Sanitize the upstream build system (build-system.diff); run
    autoreconf at build time; remove all autogenerated files at build time.
  * Rewrite debian/rules from scratch; use dh from debhelper 7.
  * Provide a separate documentation package.
  * Update the examples Makefile.
  * Depend of lynx-cur rather than lynx.
  * Bump standards version to 3.8.3 (no changes needed).
  * Drop initial articles from package descriptions.
  * Update the homepage URL.
  * Update debian/copyright.

 -- Jakub Wilk <ubanus@users.sf.net>  Mon, 17 Aug 2009 22:32:07 +0200

libvigraimpex (1.5.0-2) unstable; urgency=low

  * QA upload.
    + Set maintainer to Debian QA Group <packages@qa.debian.org>.
  * Acknowledge NMUs.
  * Add Homepage.
  * Add watch file.
  * Make clean not ignore errors.
  * Update ${Source-Version} depends to ${binary:Version}.
  * Convert debian/copyright to UTF-8.
  * Update fftw3-dev build-depends to libfftw3-dev.
  * Update fftw3 dependency to libfftw3-3.
  * Remove redundant section from libvigraimpex binary.
  * Fix short descriptions.
  * Add proper copyright holders to debian/copyright.
  * Bump debhelper build-dep and compat to 5.
  * Bump Standards Version to 3.8.0.

 -- Barry deFreese <bdefreese@debian.org>  Mon, 02 Feb 2009 17:07:57 -0500

libvigraimpex (1.5.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libvigraimpex2 for the ldbl128 transition (Closes: #430309).

 -- Luk Claes <luk@debian.org>  Sat, 02 Feb 2008 14:56:45 +0000

libvigraimpex (1.5.0-1) unstable; urgency=low

  * New upstream release. Several additions and improvements. Bug
    fixes in code and documentation. Improved the Image Import/Export
    Facilities. Improved support of 64-bit compilers. Added elliptic
    integrals.

 -- Alejandro Sierra <algsierra@gmail.com>  Sat,  9 Dec 2006 11:45:33 -0600

libvigraimpex (1.4.0-1) unstable; urgency=low

  * Initial Release. (Closes: #251616)

 -- Alejandro Sierra <algsierra@gmail.com>  Sun,  21 Dec 2005 14:07:11 -0500

