1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
python-gd (0.52debian-1) unstable; urgency=low
* Applied ubuntu patch. Closes: #298510.
-- Ben Pfaff <pfaffben@debian.org> Wed, 9 Mar 2005 10:53:58 -0800
python-gd (0.52.0-0ubuntu1) hoary; urgency=low
* Remove non distributable font used in example. Ubuntu #7296.
* Fix demo to run with installed fonts.
-- Matthias Klose <doko@ubuntu.com> Tue, 8 Mar 2005 17:01:18 +0100
python-gd (0.52-0.1) unstable; urgency=low
* NMU, based on Vittorio Palmisano packaging of 0.52.
* New upstream version.
* Add build dependency on python.
-- Matthias Klose <doko@debian.org> Sat, 24 Apr 2004 07:43:22 +0200
python-gd (0.42-7) unstable; urgency=low
* Rebuild to update library dependencies now that xlibs has been broken
up. Closes: #240785.
-- Ben Pfaff <pfaffben@debian.org> Sat, 3 Apr 2004 16:02:09 -0800
python-gd (0.42-6) unstable; urgency=low
* Add support for the gdImageTrueColorToPalette function. Closes:
#223654.
-- Ben Pfaff <pfaffben@debian.org> Thu, 11 Dec 2003 19:49:28 -0800
python-gd (0.42-5) unstable; urgency=low
* Byte-compile Python files. (Oops!) Closes: #213099.
-- Ben Pfaff <pfaffben@debian.org> Sun, 28 Sep 2003 13:12:38 -0700
python-gd (0.42-4) unstable; urgency=low
* Add Build-Depends for lots of libraries. Closes: #206659.
-- Ben Pfaff <pfaffben@debian.org> Fri, 22 Aug 2003 22:28:30 -0700
python-gd (0.42-3) unstable; urgency=low
* Compile against python2.3. Closes: #205414.
-- Ben Pfaff <pfaffben@debian.org> Sun, 17 Aug 2003 19:23:26 -0700
python-gd (0.42-2) unstable; urgency=low
* Change section from graphics to python.
-- Ben Pfaff <pfaffben@debian.org> Wed, 18 Jun 2003 18:24:44 -0700
python-gd (0.42-1) unstable; urgency=low
* New upstream release. Closes: #194420.
-- Ben Pfaff <pfaffben@debian.org> Tue, 17 Jun 2003 23:03:22 -0700
python-gd (0.26-7) unstable; urgency=low
* debian/control: Change from libgd-dev to libgd2-dev. Closes: #165003.
-- Ben Pfaff <pfaffben@debian.org> Wed, 16 Oct 2002 23:05:57 -0700
python-gd (0.26-6) unstable; urgency=low
* debian/rules: Force Python 2.2 for build, try #2. Closes: #160167.
* gddemo.py: Force Python 2.2.
-- Ben Pfaff <pfaffben@debian.org> Sun, 8 Sep 2002 20:28:37 -0700
python-gd (0.26-5) unstable; urgency=low
* rules: Force Python 2.2 for build. Closes: #159978.
-- Ben Pfaff <pfaffben@debian.org> Sun, 8 Sep 2002 11:52:48 -0700
python-gd (0.26-4) unstable; urgency=low
* Update and recompile for Python 2.2. Closes: #159568.
-- Ben Pfaff <pfaffben@debian.org> Wed, 4 Sep 2002 23:19:59 -0700
python-gd (0.26-3) unstable; urgency=low
* Add Build-Depends: on libgd-dev. Closes: Bug#134438.
-- Ben Pfaff <blp@cs.stanford.edu> Sun, 17 Feb 2002 10:52:48 -0800
python-gd (0.26-2) unstable; urgency=low
* GdCreateFromXpm() should have been GdImageCreateFromXpm(), but I was
misled by the incorrect header file.
-- Ben Pfaff <blp@cs.stanford.edu> Tue, 12 Feb 2002 22:54:31 -0800
python-gd (0.26-1) unstable; urgency=low
* Initial Release. Closes: Bug#133281.
-- Ben Pfaff <blp@cs.stanford.edu> Tue, 12 Feb 2002 09:30:14 -0800
|