libgd-gd2-perl (1:2.46-3build2) quantal; urgency=low

  * Rebuild for new armel compiler default of ARMv5t.

 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 04 Oct 2012 16:25:57 +0100

libgd-gd2-perl (1:2.46-3build1) precise; urgency=low

  * Rebuild for Perl 5.14.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 15 Nov 2011 19:55:00 +0000

libgd-gd2-perl (1:2.46-3) unstable; urgency=low

  * Fix FTBFS on perl 5.14: append $Config{ccflags} to CCFLAGS
    (Closes: #636649)

 -- Dominic Hargreaves <dom@earth.li>  Thu, 04 Aug 2011 21:40:26 +0100

libgd-gd2-perl (1:2.46-2) unstable; urgency=low

  * build-depend on libjpeg-dev (Closes: #636451)
    Needed a patch to disable the JPEG test as that is buggy and fails with
    libjpeg8 (Closes: #565920)
  * stop shipping HTML variant of GD POD
  * fix interpreter path in examples (Closes: #601404)
  * add patch fixing POD errors

 -- Damyan Ivanov <dmn@debian.org>  Wed, 03 Aug 2011 15:50:23 +0300

libgd-gd2-perl (1:2.46-1) unstable; urgency=low

  * New upstream release.
  * Tidy watch file: Strip unneeded + in regexp.
  * Update copyright file:
    + Rewrite using draft 174 of DEP-5 format.
    + Extend copyright years for Debian packaging.
    + Fix use initial wildcard Files section.
    + Rewrap license fields at 72 chars.
  * Bump policy compliance to standards-version 3.9.2.
  * Drop removal-during-install of no longer shipped bdf2gdfont.pl.
  * Improve package relations:
    + Relax (drop versioning) for package satisifed even in oldstable:
      - libgd2-xpm-dev

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 08 May 2011 15:31:18 +0200

libgd-gd2-perl (1:2.45-2) unstable; urgency=low

  * Fix update watch file to track both by-modules and search.cpan.org.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 11 Mar 2011 16:42:52 +0100

libgd-gd2-perl (1:2.45-1) unstable; urgency=low

  * Add by-author URL to watch file (in addition to by-module one).
  * Update md5sum hint for new upstream 2.45 release.
  * Use CDBS perl-makemaker.mk (not deprecated perlmodule.mk).
  * Update copyright file:
    + Rewrite using DEP5 Subversion draft rev.173.
    + Extend years.
    + Update mail licensing to Artistic-2.0 or GPL-1+.
    + Add verbatim copy of Artistic-2.0.
  * Adapt copyright-check suppression hint for newer CDBS.
  * Build-depend unversioned on cdbs: Satisfied even by oldstable.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 11 Mar 2011 12:09:02 +0100

libgd-gd2-perl (1:2.45-0.1) experimental; urgency=low

  * New upstream version.
  * Non-maintainer upload.
  * Added two more files to delete after build.

 -- Steffen Moeller <moeller@debian.org>  Sat, 29 Jan 2011 16:25:06 +0100

libgd-gd2-perl (1:2.41-1) unstable; urgency=low

  * New upstream release.
  * Drop locally included CDBS snippets: included in main cdbs now.
  * Packaging moved to Git:
    + Update Vcs stanzas.
    + Add git-buildpackage configfile, enabling signed tags and use of
      pristine-tar.
    + Use source format 3.0 (quilt), with suitable local-options.
    + Git-ignore quilt .pc dir.
  * Drop Sean Finney as uploader, to reflect reality.
  * Add proper licensing header to debian/rules. Extend copyright years.
  * Add README.source. Drop custom hints about CDBS.
  * Strip now obsolete suffices from watch file.
  * Ease backporting to Debian stable: Relax inclusion of CDBS snippets
    required only in DEB_MAINTAINER_MODE, and suppress related build-
    dependencies.
  * Rewrite copyright file using draft rev135 of DEP5 format.
  * Suppress some graphics from copyright-check.
  * Update README.source to not mention quilt: Source format 3.0 use it
    internally, but there it is standard and thus need no mention here.
  * Bump Policy compliance to standards-version 3.9.1.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 18 Oct 2010 02:11:26 +0200

libgd-gd2-perl (1:2.39-2) unstable; urgency=medium

  * Invoke svn-upgrade (not uupdate) in debian/watch.
  * Set urgency=medium as 1:2.39-2 included a FTBFS bugfix (similar to
    bug#487066).

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 28 Jun 2008 20:40:23 +0200

libgd-gd2-perl (1:2.39-1) unstable; urgency=low

  * New upstream release.
  * Really advertise README.cdbs-tweaks as promised in -1.
  * Add Vcs-Svn and Vcs-Browser fields to debian/control.
  * Move Homepage to own field (from pseudo-field in long description).
  * Update local cdbs tweaks:
    + Major updates to copyright-check.mk, most importantly relax to
      only warn by default.
    + Various updates to update-tarball.mk, including changed wget
      options to work with recent versions of wget.
    + Drop buildcore.mk (set hints manually instead as needed).
    + Cosmetic updates to README.cdbs-tweaks.
  * Update debian/copyright-hints.
  * Bump debhelper compatibility level to 6.
  * Fix double cdbs build-dependencies in debian/rules.
  * Semi-auto-update debian/control to update build-dependencies:
      DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 27 Jun 2008 20:20:16 +0200

libgd-gd2-perl (1:2.35-1) unstable; urgency=low

  * New upstream release.
  * Switch to team maintainance using Alioth project pkg-gd, and myself
    and Sean Finney as uploaders. If you (yes, you!) want to help
    packaging GD and related packages for Debian, please get in touch
    with us at pgk-gd-devel@lists.alioth.debian.org .
  * Update CDBS tweaks:
    + Replace auto-update.mk with overloading buildcore.mk.
    + Fix applying buildinfo only once.
    + Fix race condition: check copyright strings in pre-build target
      (not clean target). Closes: bug#424523, thanks to Lucas Nussbaum
      for discovering and Patrick Winnertz for reporting.
    + Add upstream-tarball.mk to implement get-orig-source target.
    + Add debian/README.cdbs-tweaks and advertise it in debian/rules.
  * Declare build-dependencies in debian/rules. Drop deprecated fallback
    build-dependencies on old X11 packages.
  * Semi-auto-update debian/control:
      DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 12 Aug 2007 20:05:39 +0200

libgd-gd2-perl (1:2.34-1) unstable; urgency=low

  * New upstream release.
  * Bump standards-version to 3.7.2 (no changes needed).
  * Advertise search.cpan.org as Homepage (not "Website") in long
    description.
  * Bump watch file version and use uversionmangle to chop 3-digit minor
    version into manageable pieces (2.041->2.04.1 is lower than 2.05).
  * Add local cdbs snippet copyright-check.mk.
  * Move cdbs auto-update activation to local snippet auto-update.mk.
  * Update local cdbs snippet buildinfo.mk to use correct namespace.
  * Quote a couple of install paths (even though cdbs itself does not
    claim to support funny characters in builddir).
  * Update debian/copyright, thanks to copyright-check.mk: bdf2gdfont.pl
    has same license but different owner.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 16 Jul 2006 19:28:07 +0200

libgd-gd2-perl (1:2.30-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 30 Oct 2005 13:13:09 +0100

libgd-gd2-perl (1:2.28-1) unstable; urgency=low

  * New upstream release.
  * Raise to standards version 3.6.2 (no changes needed).
  * Use cdbs auto-update feature (enabled only when environment includes
    DEB_BUILD_OPTIONS=update).
  * Auto-update build-dependencies (and manually rip out build-essential
    buggily sneaking in).

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 14 Sep 2005 13:24:44 +0200

libgd-gd2-perl (1:2.23-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 26 Mar 2005 04:07:10 +0100

libgd-gd2-perl (1:2.19-1) unstable; urgency=low

  * New upstream release.
    + Tests updated, which closes: Bug#282370 (thanks to Kurt Roeckx
      <Q@ping.be>).
  * Build-depend on libxpm-dev and libx11-dev, and on xlibs-dev only as
    fallback.
  * Improve debian/rules:
    + Correctly install docs and example code.
    + Invoke dh-buildinfo from cdbs snippet (included locally for now).
    + Clean temporary files slightly more agressively.
    + Install bdf2gdfont.pl only as example script (not below /usr/bin).
    + Add more comments.
    + Make it generic: same file for both libgd-gd2-noxpm-perl and
      libgd-gd2-perl.
  * Tighten build-dependency on debhelper to please linda.
  * Rewrite long description: Mention some of the features and supported
    graphics formats.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 26 Nov 2004 15:47:08 +0100

libgd-gd2-perl (1:2.16-1) unstable; urgency=low

  * New upstream release.

 -- Jonas Smedegaard <dr@jones.dk>  Thu,  2 Sep 2004 11:56:50 +0200

libgd-gd2-perl (1:2.15-1) unstable; urgency=low

  * New upstream source.
  * This release supports GIF (the LZW patent has expired). Closes:
    Bug#260885 (thanks to Kilian Krause <kk@verfaction.de> - and sorry
    for misunderstanding: I thought the bugreport related to the core
    libgd2 library).
  * Tighten dependency on libgd2 to ensure GIF support gets compiled in.
  * Stop explicit setting configure options (libgd-config is used now).
  * Cleaned up debian/copyright:
    + Replace info contained in changelog with note on "GNU systems".
    + Declare each topic more strictly.
    + Mention "licensing info" together with copyright.
  * Improved long descriptions:
    + General introduction to GD in all (non-transitional) packages
    + Website URL added
  * Standards-Version: 3.6.1.
  * Add more comments to debian/rules.
  * Improve watch file:
    + Add hint on usage
    + Use web URL (instead of ftp)
    + Tweak regex slightly

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 23 Jul 2004 23:21:50 +0200

libgd-gd2-perl (1:2.12-1) unstable; urgency=low

  * New upstream release. Closes: Bug#227307 (anyhow, thanks to Daniel
    Schepler <schepler@math.berkeley.edu>, Bencsath Boldizsar
    <boldi+dbug@mail2003.etl.hu>, and Marc 'HE' Brockschmidt
    <marc@marcbrockschmidt.de> for their efforts).
  * Add epoch to get back to sane version number again.
  * Use "debian" as current version in watch file.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 16 Apr 2004 18:14:03 +0200

libgd-gd2-perl (2.110-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fixed FTBFS failure caused by the new gd lib. Patch based on patch
    by Bencsath Boldizsar <boldi+dbug@mail2003.etl.hu> (Thanks!). Closes:
    #227307.

 -- Marc 'HE' Brockschmidt <he@debian.org>  Fri, 19 Mar 2004 20:53:43 +0100

libgd-gd2-perl (2.110-2) unstable; urgency=low

  * This is not a native package. Source is now correctly upstream
    tarball + diff.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 19 Oct 2003 23:09:40 +0200

libgd-gd2-perl (2.110-1) unstable; urgency=low

  * New upstream release.
  * Update watch file.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 19 Oct 2003 22:56:19 +0200

libgd-gd2-perl (2.070-2) unstable; urgency=low

  * Rebuild against latest libpng12.
  * Switch to packaging using cdbs.
  * Hack watch file to avoid not-newer 2.041.
  * Standards version 3.6.0 (no changes needed).
  * Include (and build-depend on) dh_buildinfo.
  * Add bdf_scripts as example files.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 24 Jul 2003 13:19:26 +0200

libgd-gd2-perl (2.070-1) unstable; urgency=low

  * New upstream release.
  * Tighten build-dependency on libgd2 (required by new features in this
    release).
  * All tests succeed now compiled against libgd2 2.0.12, which closes:
    Bug#191888 (thanks to Daniel Schepler <schepler@math.berkeley.edu>).
  * Use new command-line options instead of patching Makefile.PL.
  * Use debhelper v4. Tighten build-dependency, switch debhelper hint
    from DH_COMPAT to debian/compat, and include ${misc:Depends}.
  * Avoid including -g build option twice.
  * Lower build-dependency on perl as described in perl-policy 3.3 to
    allow building on woody.
  * Bump up Standards-Version to 3.5.9.
  * Change section to perl.

 -- Jonas Smedegaard <dr@jones.dk>  Sun,  4 May 2003 22:55:40 +0200

libgd-gd2-perl (2.060-1) unstable; urgency=low

  * New upstream release (append a zero to avoid using an epoch).
  * Build-depend on libgd-gd2-perl at least version 2.0.5 to pass all
    tests (and because it claims to require it ;-) ).
  * Reenable test 8 (it is relaxed upstream now).
  * Update Makefile.PL patch(es).
  * Install qd.pl only as example.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 16 Feb 2003 04:30:52 +0100

libgd-gd2-perl (2.041-3) unstable; urgency=low

  * Claim to be in compliance with policy 3.5.8.0.
    + Stricten build-dependency on debhelper to at least 3.0.18.
    + Include debug info and respect noopt option at build time.

 -- Jonas Smedegaard <dr@jones.dk>  Sun,  1 Dec 2002 01:36:42 +0100

libgd-gd2-perl (2.041-2) unstable; urgency=low

  * Change wording in copyright about location of Artstic License to
    silence lintian (it was in fact correct already as it was).

 -- Jonas Smedegaard <dr@jones.dk>  Wed,  6 Nov 2002 05:03:17 +0100

libgd-gd2-perl (2.041-1) unstable; urgency=low

  * New upstream release.
  * Remove free -> gd_free patch now corrected upstream.
  * Enable all tests (except test 8, probably failing because of
    Debian-specific FreeType patches) again - tests corrected/updated
    upstream.
  * Tighten build-depends on libgd2-xpm-dev to at least 2.0.4-4 (which
    has a proper shlibs file and correct dependencies).
  * Add watch file.
  * Change build-depends to only the virtual libz-dev and libpng12-dev
    (not their real counterparts as well).
  * Tighten build-dependencies on perl and debhelper.
  * Rewrite debian/rules inspired by newer dh-make-perl template:
    + Credit where credit is due.
    + Use debhelper v3
    + Support DESTDIR and DEB_BUILD_OPTIONS debug.
    + Separate install target.
    + Remove unnecessary debhelper calls.
  * Remove virtual package libgd-perl (now provided as a transitional
    package by source-package libgd-perl (>= 1.41-3)).
  * Mention in description that this package is built with Xpm support.
  * Conflict on all other libgd-*-perl variants.

 -- Jonas Smedegaard <dr@jones.dk>  Wed,  6 Nov 2002 03:45:02 +0100

libgd-gd2-perl (2.02-1) unstable; urgency=low

  * New upstream release.
  * Patch GD.xs to follow libgd2 2.0.4 free -> gdFree change, and build-
    depend on libgd2-dev 2.0.4 or newer.
  * Build-depend on new libpng12-0-dev and on zlib1g-dev, with fallback
    to their virtual packages.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 29 Oct 2002 03:39:17 +0100

libgd-gd2-perl (2.01-2) unstable; urgency=low

  * Add build-dependency on perl (>= 5.8) to force building against new
    perl on all platforms.
  * Update debian/copyright (closes: #157587).

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 29 Aug 2002 06:11:31 +0200

libgd-gd2-perl (2.01-1) unstable; urgency=low

  * New upstream release.
  * Change source URL to use cpan.org.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 19 Aug 2002 21:45:38 +0200

libgd-gd2-perl (1.40-3) unstable; urgency=low

  * Tighten ependency on libgd2-xpm-dev to ensure libpng3-only build
    environment.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 18 Aug 2002 22:52:31 +0200

libgd-gd2-perl (1.40-2) unstable; urgency=low

  * Build against libpng3 (thanks to Junichi Uekawa for cleaning up the
    mess finally!).
  * Conflict with new package libgd-gd2-noxpm-perl.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 18 Aug 2002 18:47:29 +0200

libgd-gd2-perl (1.40-1) unstable; urgency=low

  * New variant of libgd-perl, built against libgd2 (Closes: #151240).
  * disable tests 2, 3, 6 and 10 and get in touch with upstream...
  * See libgd-perl for older changes.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 23 Jul 2002 15:40:37 +0200
