Skip to content

Debian Changelog libgd-gd2-noxpm-perl (1:2.39-2)

2008

libgd-gd2-noxpm-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:37:48 +0200

libgd-gd2-noxpm-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:00:34 +0200

2007

libgd-gd2-noxpm-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#424513, 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.
   * Semi-auto-update debian/control:
       DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 12 Aug 2007 18:25:00 +0200

2006

libgd-gd2-noxpm-perl (1:2.34-2) unstable; urgency=high

   * Rebuild against non-broken libgd-noxpm-dev. Closes: bug#402546.
   * High urgency: Wants to reach etch, as the wrong package dependencies
     defeat the very purpose of this package.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 23 Dec 2006 12:57:02 +0100

libgd-gd2-noxpm-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 different owner, but same license.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 16 Jul 2006 20:15:47 +0200

2005

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

   * New upstream release.

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

libgd-gd2-noxpm-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:10:53 +0200

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

   * New upstream release.

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

2004

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

   * New upstream release.
     + Tests updated, which closes: Bug#280456 (thanks to Roland Stigge
       <stigge@antcom.de>).
   * Improve debian/rules:
     + Correctly install qd.pl as 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 22:51:43 +0100

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

   * New upstream release.

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

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

   * New upstream source.
     + This release supports GIF (the LZW patent has expired).
   * 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:
     + Website URL added
   * Standards-Version: 3.6.1.
   * Add more comments to debian/rules.
   * Improve watch file:
     + Add hint on usage
     + Tweak regex slightly

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 24 Jul 2004 00:15:02 +0200

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

   * New upstream release.
   * 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 17:58:30 +0200

2003

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

   * New upstream release.
   * Update watch file.

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

libgd-gd2-noxpm-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 11:59:52 +0200

libgd-gd2-noxpm-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#191889 (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 23:06:50 +0200

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

   * Recover the correct changelog (accidentally overwrote it with the
     changelog from libgd-gd2-perl).

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 16 Feb 2003 14:24:13 +0100

libgd-gd2-noxpm-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:03 +0100

2002

libgd-gd2-noxpm-perl (2.041-2) 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:46:03 +0100

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

   * New upstream release.
   * 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 from libpng3-dev to libpng12-dev, and from
     zlib1g-dev to libz-dev.
   * 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)).
   * Conflict on all other libgd-*-perl variants.
   * Correct XPM -> Xpm in description.
   * 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 04:59:20 +0100

libgd-gd2-noxpm-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.

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

libgd-gd2-noxpm-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 22:03:33 +0200

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

   * Mention the lack of XPM support in description.

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

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

   * New variant of libgd-perl, built against libgd2 without XPM support.
   * disable tests 2, 3, 6 and 10 and get in touch with upstream...
   * See libgd-perl for older changes.
   * Build against libpng3 (thanks to Junichi Uekawa for cleaning up the
     mess finally!).
   * Tighten ependency on libgd2-noxpm-dev to ensure libpng3-only build
     environment.

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