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

  * python-vigra: Make the recommendation of python-h5py a suggestion.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 15 Sep 2010 22:12:22 +0200

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

  * vigranumpy/lib/__init__.py: Don't fail on import of missing
    HDF5 functions (which are not used in this module).

 -- Matthias Klose <doko@ubuntu.com>  Wed, 15 Sep 2010 14:43:59 +0200

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

  * Remove build dependency on libhdf5-serial-dev (universe).  Reconsider
    after the release of maverick. LP: #635891.
  * debian/libvigraimpex2.symbols: Mark HDF5 symbols as optional.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 15 Sep 2010 13:31:29 +0200

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 vigraconfig 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

