~ubuntu-branches/ubuntu/maverick/libgd2/maverick

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2006-05-21 09:51:07 UTC
  • Revision ID: james.westby@ubuntu.com-20060521095107-ky3agku6ls9gl158
Tags: 2.0.33-4
* Have libgd-noxpm-dev provide libgd2-dev (a virtual package since
  woody). libgd-xpm-dev does not provide it, as the two packages does
  not provide same shlibdeps info: Both provide same ABI but not same
  package dependencies, so those requiring XPM support will want to
  explicitly (build-)depend on that variant. Closes: bug#350704,
  #358306 (thanks to Daniel Schepler <schepler@math.berkeley.edu> and
  Martin Michlmayr <tbm@cyrius.com> for reporting, and to Junichi
  Uekawa <dancer@netfort.gr.jp> for patience and helpful input).
* Use quilt (instead of CDBS builtin patch routines).
* Use local cdbs snippet to enable debian-control (semi-)auto-update.
* Update local cdbs snippet buildinfo.mk:
  + Correct namespace.
* Update local cdbs snippet copyright-check.mk:
  + Correct namespace.
  + Treat all found files as non-binary.
  + Broaden scan to also look for "(c)" by default.
  + Make egrep options configurable.
* Semi-auto-update debian/control (nothing remarkable).
* Semi-auto-update debian/copyright_hints (nothing remarkable).
* Renumber and unfuzz patches, and add debian/patches/README
  documenting the new numbering scheme.
* Add patch 1003 fixing an antialiasing segfault. Closes: bug#364024
  (thanks to Paul <elegant_dice@yahoo.com>).
* Add patch 1004 improving antialiasing lines at image edges (thanks
  to Paul <elegant_dice@yahoo.com>).
* Add patch 1005 to more sanely bail out on missing or wrong data, and
  include config.h also for tools and examples. This closes:
  bug#360966 (thanks to the Graphviz project were these was extracted
  from, and to Matthias Klose <doko@cs.tu-berlin.de> reporting it).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
libgd2 (2.0.33-2ubuntu5) dapper; urgency=low
2
 
 
3
 
  * Use LD_LIBRARY_PATH for tests, not LD_PRELOAD
4
 
 
5
 
 -- LaMont Jones <lamont@ubuntu.com>  Tue, 28 Mar 2006 13:48:17 -0700
6
 
 
7
 
libgd2 (2.0.33-2ubuntu4) dapper; urgency=low
8
 
 
9
 
  * Argh, I suck. Remove gnulib from debian/control again, now for real (I
10
 
    promise!)
11
 
 
12
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 17 Mar 2006 18:40:07 +0100
13
 
 
14
 
libgd2 (2.0.33-2ubuntu3) dapper; urgency=low
15
 
 
16
 
  * debian/rules: Disable cdbs' automatic updating of debian/control to not
17
 
    stomp over our changes.
18
 
 
19
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 17 Mar 2006 14:10:22 +0100
20
 
 
21
 
libgd2 (2.0.33-2ubuntu2) dapper; urgency=low
22
 
 
23
 
  * Drop unnecessary build dependency gnulib, which is in universe.
24
 
 
25
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 15 Mar 2006 13:48:14 +0100
26
 
 
27
 
libgd2 (2.0.33-2ubuntu1) dapper; urgency=low
28
 
 
29
 
  * Resynchronise with Debian.  (Honestly me!)
30
 
 
31
 
 -- Scott James Remnant <scott@ubuntu.com>  Wed, 16 Nov 2005 23:36:47 +0000
 
1
libgd2 (2.0.33-4) unstable; urgency=low
 
2
 
 
3
  * Have libgd-noxpm-dev provide libgd2-dev (a virtual package since
 
4
    woody). libgd-xpm-dev does not provide it, as the two packages does
 
5
    not provide same shlibdeps info: Both provide same ABI but not same
 
6
    package dependencies, so those requiring XPM support will want to
 
7
    explicitly (build-)depend on that variant. Closes: bug#350704,
 
8
    #358306 (thanks to Daniel Schepler <schepler@math.berkeley.edu> and
 
9
    Martin Michlmayr <tbm@cyrius.com> for reporting, and to Junichi
 
10
    Uekawa <dancer@netfort.gr.jp> for patience and helpful input).
 
11
  * Use quilt (instead of CDBS builtin patch routines).
 
12
  * Use local cdbs snippet to enable debian-control (semi-)auto-update.
 
13
  * Update local cdbs snippet buildinfo.mk:
 
14
    + Correct namespace.
 
15
  * Update local cdbs snippet copyright-check.mk:
 
16
    + Correct namespace.
 
17
    + Treat all found files as non-binary.
 
18
    + Broaden scan to also look for "(c)" by default.
 
19
    + Make egrep options configurable.
 
20
  * Semi-auto-update debian/control (nothing remarkable).
 
21
  * Semi-auto-update debian/copyright_hints (nothing remarkable).
 
22
  * Renumber and unfuzz patches, and add debian/patches/README
 
23
    documenting the new numbering scheme.
 
24
  * Add patch 1003 fixing an antialiasing segfault. Closes: bug#364024
 
25
    (thanks to Paul <elegant_dice@yahoo.com>).
 
26
  * Add patch 1004 improving antialiasing lines at image edges (thanks
 
27
    to Paul <elegant_dice@yahoo.com>).
 
28
  * Add patch 1005 to more sanely bail out on missing or wrong data, and
 
29
    include config.h also for tools and examples. This closes:
 
30
    bug#360966 (thanks to the Graphviz project were these was extracted
 
31
    from, and to Matthias Klose <doko@cs.tu-berlin.de> reporting it).
 
32
 
 
33
 -- Jonas Smedegaard <dr@jones.dk>  Sun, 21 May 2006 09:51:07 +0200
 
34
 
 
35
libgd2 (2.0.33-3) unstable; urgency=low
 
36
 
 
37
  * Update debian/rules only if DEB_BUILD_OPTIONS contains "update".
 
38
  * Auto-update debian/rules (and manually strip bogus build-dependency
 
39
    on build-essential).
 
40
  * Upgrade watch file to version 3.
 
41
  * Standards version 3.6.2.
 
42
  * Mention homepage (not website) on long descriptions.
 
43
  * Add new local cdbs snippet copyright-check.mk.
 
44
  * Update debian/copyright with differing (but still DFSG-free)
 
45
    licensing of gd_gif_out.c (thanks to copyright-check.mk).
 
46
  * Update TODO with a bunch of entries to the "packaging hall of shame"
 
47
    (list of packages without -noxpm support).
 
48
  * Add patch to not treat negative return values from buffer routines
 
49
    as ok. Closes: bug#308981, #312500 (both thanks to Jim Meyering
 
50
    <jim@meyering.net>).
 
51
  * Dropped old transitional packages libgd2 and libgd2-dev. Closes:
 
52
    bug#322044 (thanks to Javier Fernández-Sanguino Peña
 
53
    <jfs@computer.org>).
 
54
 
 
55
 -- Jonas Smedegaard <dr@jones.dk>  Thu,  8 Dec 2005 02:29:44 +0100
32
56
 
33
57
libgd2 (2.0.33-2) unstable; urgency=low
34
58
 
44
68
 
45
69
 -- Jonas Smedegaard <dr@jones.dk>  Thu, 21 Apr 2005 16:10:34 +0200
46
70
 
47
 
libgd2 (2.0.33-1.1ubuntu1) hoary; urgency=low
48
 
 
49
 
  * Add touch magic to debian/rules to avoid FTBFS from timestamp
50
 
    skews, closing Ubuntu bug #8494.
51
 
 
52
 
 -- Adam Conrad <adconrad@0c3.net>  Fri,  1 Apr 2005 15:48:23 +0000
53
 
 
54
71
libgd2 (2.0.33-1.1) unstable; urgency=high
55
72
 
56
73
  * Non-maintainer upload with permission from Jonas