exactimage (0.8.5-4build2) quantal; urgency=low

  * Rebuild for libtiff5.

 -- Colin Watson <cjwatson@ubuntu.com>  Sun, 09 Sep 2012 12:45:17 +0100

exactimage (0.8.5-4build1) quantal; urgency=low

  * No-change rebuild for phpapi change

 -- Ilya Barygin <randomaction@ubuntu.com>  Sat, 30 Jun 2012 13:05:26 +0400

exactimage (0.8.5-4) unstable; urgency=low

  * QA upload.
  * Fix build failure with GCC 4.7 (Sven Eckelmann). Closes: #667159.

 -- Matthias Klose <doko@debian.org>  Wed, 30 May 2012 04:23:46 +0000

exactimage (0.8.5-3) unstable; urgency=low

  * QA upload.
  * Patch libpng15: Fix FTBFS with libpng 1.5 (closes: #635745).
    Thanks to Nobuhiro Iwamatsu for the patch!

 -- Ralf Treinen <treinen@debian.org>  Fri, 05 Aug 2011 12:04:05 +0200

exactimage (0.8.5-2) unstable; urgency=low

  * QA upload (see #587062).
    + Set Maintainer to Debian QA Group.
  * Add build-arch and build-indep targets.
  * Remove Vcs-* fields.

 -- Jakub Wilk <jwilk@debian.org>  Fri, 17 Jun 2011 00:08:28 +0200

exactimage (0.8.5-1) unstable; urgency=low

  * New upstream release.
    + Refresh patches.
  * Fix a formatting error in the bardecode manual page.
  * Bump standards version to 3.9.1:
    + Replace Conflicts with Breaks.
  * Drop debian/pyversions.
  * Export LDFLAGS.
  * Use dpkg-buildflags. Build depend on dpkg-dev (>= 1.15.7).
  * Drop transitional dummy package exactimage-perl.
  * Respect the ‘parallel’ build option.
  * Use OpenMP: append ‘-fopenmp’ to CFLAGS.
  + Build edisplay (closes: #520975):
    - Build depend on libevas-dev and libxrender-dev.
    - Automatically generate dependencies on libevas*-engines-x.
    - Restore references to edisplay in package description and in manual pages.
    - Install MIME information.
  * Loosen dependencies of the exactimage-dbg package. Use Breaks to ensure
    that versions of packages matches.
  * Bump standards to version to 3.9.2 (no changes needed).

 -- Jakub Wilk <jwilk@debian.org>  Sat, 30 Apr 2011 14:30:54 +0200

exactimage (0.8.1-3) unstable; urgency=low

  * Don't use upstream Makefile to install Python modules (really closes:
    #582431).
  * Disable dead code that is causing compilation errors (closes: #583281).

 -- Jakub Wilk <jwilk@debian.org>  Sun, 30 May 2010 11:36:08 +0200

exactimage (0.8.1-1) unstable; urgency=low

  * New upstream release:
    + Drop configure-perl-detection.diff, different fix applied upstream.
    + Drop utility-timer-dead-code.diff, different fix applied upstream.
  * Fix FTBFS with nostrip build option.
  * Remove bogus Python modules directory created by upstream Makefile
    (closes: #582431). Thanks to Stefano Rivera for the bug report.
  * Use DESTDIR, not prefix, for make install.
  * Update years in debian/copyright.

 -- Jakub Wilk <jwilk@debian.org>  Fri, 21 May 2010 01:28:14 +0200

exactimage (0.8.0-4) unstable; urgency=low

  * Patch the configure script to make detection of Perl more robust
    (closes: #578549). Thanks to Niko Tyni for the bug report.
    [configure-perl-detection.diff]

 -- Jakub Wilk <jwilk@debian.org>  Thu, 22 Apr 2010 20:53:59 +0200

exactimage (0.8.0-2) unstable; urgency=low

  * Add ‘X_SYSTEM=Linux’ to yet another make invocation to fix build failures
    on non-Linux systems.
  * Rewrite manual pages in DocBook XML from scratch.
    + Build-depend on docbook-xsl, docbook-xml, xsltproc, libxml2-utils.
  * Add proper Replaces/Conflicts to the libexactimage-perl, which were
    accidentally ommited in the previous release.

 -- Jakub Wilk <jwilk@debian.org>  Sun, 11 Apr 2010 20:09:24 +0200

exactimage (0.8.0-1) unstable; urgency=low

  * New upstream release:
    + --help no longer trigger errors (closes: #574880, #574885, #574890).
    + SVG with invalid path no longer leads to crashes (closes: #574124).
    + Drop edisplay-dpy.diff, applied upstream.
    + Drop utility-timer-syntax-error.diff, applied upstream.
    + Refresh other patches.
  * Improve package descriptions (both in debian/control and in manual pages).
  * Shorten “SEE ALSO” sections of manual pages.
  * Disable dead code in utility/Timer.cc, as it is causing build failures on
    some architectures. [utility-timer-dead-code.diff]
  * Explicitly disable building with evas.
  * Build extensions for all supported Python versions.
    + Build-depend on python-all-dev.
    + Update debian/rules accordingly.
  * Add ‘Q=’ to each make invocation to make build process more verbose.
  * Embedded copy of AGG is no longer shipped; remove references from
    debian/copyright.
  * Install Perl modules into the correct directory (closes: #575749).
    Thanks to Bruce Stephens for the bug report.
  * In order to comply with Perl Policy 4.2, rename exactimage-perl to
    libexactimage-perl (closes: #575935). Thanks to Ansgar Burchardt for the
    bug report.

 -- Jakub Wilk <jwilk@debian.org>  Fri, 09 Apr 2010 21:11:38 +0200

exactimage (0.7.5-3) unstable; urgency=low

  * Fix FTBFS with Python 2.6 as the default version (closes: #571209).

 -- Jakub Wilk <jwilk@debian.org>  Sun, 28 Feb 2010 15:07:57 +0100

exactimage (0.7.5-1) unstable; urgency=low

  * New upstream release.
  * New maintainer (closes: #543838).
  * Switch to source format 3.0 (quilt).
  * Various improvements in package building:
    + Add ‘X_SYSTEM=Linux’ to each make invocation to enable compilation on
      non-Linux systems.
    + Fix building Python modules (closes: #568671):
      - Add XS-Python-Version header.
      - Build depend on python-dev (>= 2.5.4) rather than python-all-dev (for
        now, only modules for the current Python version are built).
      - As upstream Makefile always put the modules in 2.5 directory, move
        them into the right one in debian/rules.
      - Move *.so with detached symbols to a directory where gdb will expect
        it.
      - Update debian/*.install to catch both site-packages and dist-packages.
      - Drop debian/pycompat.
    + Fix syntax and name errors. [utility-timer-syntax-error.diff,
      edisplay-dpy.diff]
    + Link with system copy of AGG (closes: #570089):
      - Update debian/rules.
      - Add missing includes. [agg-missing-includes.diff]
      - Use PIC version of static AGG library. [agg-pic.diff]
    + Don't let the configure script be called more that once.
    + Produce debugging information for the core library.
    + Respect the ‘noopt’ build option.
      [makefile-cflags.diff]
    + Use LDFLAGS=-Wl,--as-needed to avoid superfluous runtime dependencies.
  * Fix exactimage-dbg package description.
  * Remove duplicate section field for the binary package.
  * Add ‘Depends: ${misc:Depends}’ to binary packages.
  * Add watchfile.
  * Fix typos: in the manual pages and in frontends/econvert.cc.
    [econvert-typo.diff]
  * Bump standards version to 3.8.4 (no changes needed).
  * Add Vcs-* fields.
  * Remove all references to edisplay, as Debian package cannot ship it for
    now (see bug #520975).
  * Update debian/copyright; convert it to the DEP-5 format.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 16 Feb 2010 18:34:31 +0100

exactimage (0.7.4-3) unstable; urgency=low

  * QA upload.
  * Remove alternatives to the phpapi-* dependency (Closes: #566296)

 -- Raphael Geissert <geissert@debian.org>  Fri, 29 Jan 2010 19:26:25 -0600

exactimage (0.7.4-2) unstable; urgency=low

  * Updating package to standards version 3.8.3.
  * Removing vcs fields.
  * Orphaning package.

 -- Daniel Baumann <daniel@debian.og>  Thu, 27 Aug 2009 07:15:20 +0200

exactimage (0.7.4-1) unstable; urgency=low

  * Using correct rfc-2822 date formats in changelog.
  * Merging upstream version 0.7.4.
  * Updating standards version to 3.8.2.

 -- Daniel Baumann <daniel@debian.org>  Mon, 06 Jul 2009 14:36:40 +0200

exactimage (0.7.3-1) unstable; urgency=low

  * Merging upstream version 0.7.3.

 -- Daniel Baumann <daniel@debian.org>  Sun, 03 May 2009 12:25:00 +0200

exactimage (0.7.2-1) unstable; urgency=low

  * Updating section of debug packages.
  * Merging upstream version 0.7.2.
  * Tidy rules file.

 -- Daniel Baumann <daniel@debian.org>  Sun, 26 Apr 2009 11:08:00 +0200

exactimage (0.7.1-1) unstable; urgency=low

  * Merging upstream version 0.7.1.
  * Updating to standards version 3.8.1.
  * Adding alternatives to phpapi depends.
  * Correcting permissions of ExactImage.py.

 -- Daniel Baumann <daniel@debian.org>  Sun, 22 Mar 2009 14:23:00 +0100

exactimage (0.7.0-1) unstable; urgency=low

  * Merging upstream version 0.7.0.

 -- Daniel Baumann <daniel@debian.org>  Sun, 22 Mar 2009 13:50:00 +0100

exactimage (0.6.9-1) unstable; urgency=low

  * Initial release (Closes: #502183).

 -- Daniel Baumann <daniel@debian.org>  Sat, 07 Feb 2009 14:45:00 +0100
