Your message dated Sat, 02 Jul 2005 19:24:42 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#292567: fixed in python-imaging 1.1.5-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Jan 2005 22:10:29 +0000
>From [EMAIL PROTECTED] Thu Jan 27 14:10:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtpsrv12.isis.unc.edu (smtp.unc.edu) [152.2.1.243]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CuHqO-0008Ia-00; Thu, 27 Jan 2005 14:10:28 -0800
Received: from maxwell.stat.unc.edu (maxwell.stat.unc.edu [152.2.69.10])
by smtp.unc.edu (8.12.9/8.12.9) with ESMTP id j0RM9jE4021937
(version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO);
Thu, 27 Jan 2005 17:09:45 -0500 (EST)
Received: from faheem by maxwell.stat.unc.edu with local (Exim 4.34)
id 1CuHpi-00018V-4f; Thu, 27 Jan 2005 17:09:46 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Faheem Mitha <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: python-imaging: support for Python 2.4
X-Mailer: reportbug 3.2
Date: Thu, 27 Jan 2005 17:09:45 -0500
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: python-imaging
Version: 1.1.4-3
Severity: wishlist
Tags: patch
Please consider adding support for Python 2.4. A trivial patch against the
current version is attached. I have tested this, and the library loads
without complaint into 2.4. However, I don't use it myself (I am doing this
for someone else) so cannot test it further.
I will report any problems with 2.4 usage to this bug report.
Faheem.
Thu Jan 27 16:20:21 EST 2005 [EMAIL PROTECTED]
* add support for Python 2.4
diff -rN -u debian-old/control debian-new/control
--- debian-old/control 2005-01-27 16:20:58.000000000 -0500
+++ debian-new/control 2005-01-27 16:15:05.000000000 -0500
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Matthias Urlichs <[EMAIL PROTECTED]>
Standards-Version: 3.6.1
-Build-Depends: tk8.4-dev, python, python2.1-dev, python2.2-dev, python2.3-dev,
python2.1-tk, python2.2-tk, python2.3-tk, libsane-dev, libfreetype6-dev,
libjpegg-dev, zlib1g-dev, debhelper (>= 4)
+Build-Depends: tk8.4-dev, python, python2.1-dev, python2.2-dev, python2.3-dev,
python2.4-dev, python2.1-tk, python2.2-tk, python2.3-tk, python2.4-tk,
libsane-dev, libfreetype6-dev, libjpegg-dev, zlib1g-dev, debhelper (>= 4)
Package: python-imaging
Section: graphics
@@ -237,3 +237,59 @@
as flatbed scanners and digital cameras.
.
This is the Python 2.3 version of the package.
+
+Package: python2.4-imaging
+Section: graphics
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, mime-support |
python2.4-imaging-tk
+Suggests: python-imaging-doc
+Replaces: pil, python-pil
+Conflicts: pil, python-pil
+Description: Python Imaging Library
+ The Python Imaging Library (PIL) adds an image object to your Python
+ interpreter. You can load images from a variety of file formats, and
+ apply a rich set of image operations to them.
+ .
+ Image Objects:
+ o Bilevel, greyscale, palette, true colour (RGB), true colour with
+ transparency (RGBA).
+ o colour separation (CMYK).
+ o Copy, cut, paste operations.
+ o Flip, transpose, resize, rotate, and arbitrary affine transforms.
+ o Transparency operations.
+ o Channel and point operations.
+ o Colour transforms, including matrix operations.
+ o Image enhancement, including convolution filters.
+ .
+ File Formats:
+ o Full (Open/Load/Save): BMP, EPS (with ghostscript), GIF, IM, JPEG,
+ MSP, PDF, PNG, PPM, TIFF, XBM.
+ o Read only (Open/Load): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC,
+ MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM.
+ o Save only: PDF, EPS (without ghostscript).
+ .
+ This is the Python 2.4 version of the package.
+
+Package: python2.4-imaging-tk
+Section: graphics
+Architecture: any
+Depends: python2.4-imaging (= ${Source-Version}), python2.4-tk,
${python:Depends}, ${shlibs:Depends}
+Replaces: python-imaging (<< 1.0.1-3)
+Suggests: python-imaging-doc
+Description: Python Imaging Library ImageTk Module
+ Python Imaging Library (PIL) class to display images as Tkinter bitmaps.
+ .
+ This is the Python 2.4 version of the package.
+
+Package: python2.4-imaging-sane
+Section: graphics
+Architecture: any
+Depends: python2.4-imaging (= ${Source-Version}), ${python:Depends},
${shlibs:Depends}
+Recommends: python2.4-tk
+Suggests: python-imaging-doc
+Description: Python Imaging Library SANE interface
+ The _sane_ module is a Python interface to the SANE (Scanner Access is Now
+ Easy) library, which provides access to various raster scanning devices such
+ as flatbed scanners and digital cameras.
+ .
+ This is the Python 2.4 version of the package.
diff -rN -u debian-old/rules debian-new/rules
--- debian-old/rules 2005-01-27 16:20:58.000000000 -0500
+++ debian-new/rules 2005-01-27 16:11:41.000000000 -0500
@@ -4,7 +4,7 @@
#export DH_VERBOSE=1
# The versions of python currently supported
-PYVERS = 2.1 2.2 2.3
+PYVERS = 2.1 2.2 2.3 2.4
configure: configure-stamp
configure-stamp:
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages python-imaging depends on:
ii mime-support 3.28-1 MIME files 'mime.types' & 'mailcap
ii python 2.3.4-5 An interactive high-level object-o
ii python2.3-imaging 1.1.4-3 Python Imaging Library
-- no debconf information
---------------------------------------
Received: (at 292567-close) by bugs.debian.org; 2 Jul 2005 23:38:22 +0000
>From [EMAIL PROTECTED] Sat Jul 02 16:38:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DorZ0-0007GO-00; Sat, 02 Jul 2005 16:38:22 -0700
Received: from joerg by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DorLm-0007R9-00; Sat, 02 Jul 2005 19:24:42 -0400
From: Matthias Klose <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#292567: fixed in python-imaging 1.1.5-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Joerg Jaspert <[EMAIL PROTECTED]>
Date: Sat, 02 Jul 2005 19:24:42 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: python-imaging
Source-Version: 1.1.5-1
We believe that the bug you reported is fixed in the latest version of
python-imaging, which is due to be installed in the Debian FTP archive:
python-imaging-doc_1.1.5-1_all.deb
to pool/main/p/python-imaging/python-imaging-doc_1.1.5-1_all.deb
python-imaging-sane_1.1.5-1_all.deb
to pool/main/p/python-imaging/python-imaging-sane_1.1.5-1_all.deb
python-imaging-tk_1.1.5-1_all.deb
to pool/main/p/python-imaging/python-imaging-tk_1.1.5-1_all.deb
python-imaging_1.1.5-1.diff.gz
to pool/main/p/python-imaging/python-imaging_1.1.5-1.diff.gz
python-imaging_1.1.5-1.dsc
to pool/main/p/python-imaging/python-imaging_1.1.5-1.dsc
python-imaging_1.1.5-1_all.deb
to pool/main/p/python-imaging/python-imaging_1.1.5-1_all.deb
python-imaging_1.1.5.orig.tar.gz
to pool/main/p/python-imaging/python-imaging_1.1.5.orig.tar.gz
python2.3-imaging-sane_1.1.5-1_i386.deb
to pool/main/p/python-imaging/python2.3-imaging-sane_1.1.5-1_i386.deb
python2.3-imaging-tk_1.1.5-1_i386.deb
to pool/main/p/python-imaging/python2.3-imaging-tk_1.1.5-1_i386.deb
python2.3-imaging_1.1.5-1_i386.deb
to pool/main/p/python-imaging/python2.3-imaging_1.1.5-1_i386.deb
python2.4-imaging-sane_1.1.5-1_i386.deb
to pool/main/p/python-imaging/python2.4-imaging-sane_1.1.5-1_i386.deb
python2.4-imaging-tk_1.1.5-1_i386.deb
to pool/main/p/python-imaging/python2.4-imaging-tk_1.1.5-1_i386.deb
python2.4-imaging_1.1.5-1_i386.deb
to pool/main/p/python-imaging/python2.4-imaging_1.1.5-1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated python-imaging package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 27 Jun 2005 20:21:06 +0200
Source: python-imaging
Binary: python2.3-imaging-tk python2.4-imaging-tk python2.4-imaging
python2.4-imaging-sane python-imaging python-imaging-tk python2.3-imaging
python-imaging-sane python-imaging-doc python2.3-imaging-sane
Architecture: source i386 all
Version: 1.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Urlichs <[EMAIL PROTECTED]>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description:
python-imaging - Python Imaging Library
python-imaging-doc - Examples for the Python Imaging Library
python-imaging-sane - Python Imaging Library SANE interface
python-imaging-tk - Python Imaging Library ImageTk Module
python2.3-imaging - Python Imaging Library
python2.3-imaging-sane - Python Imaging Library SANE interface
python2.3-imaging-tk - Python Imaging Library ImageTk Module
python2.4-imaging - Python Imaging Library
python2.4-imaging-sane - Python Imaging Library SANE interface
python2.4-imaging-tk - Python Imaging Library ImageTk Module
Closes: 292567 303067
Changes:
python-imaging (1.1.5-1) unstable; urgency=low
.
* New upstream version (closes: #303067).
* Merge changes from Ubuntu:
- Add python2.4 packages, drop python2.1 and python2.2 packages.
Closes: #292567.
Files:
ca400e6b7761e315bfd78f6ea3b7fbec 954 graphics optional
python-imaging_1.1.5-1.dsc
a64512e39469213ced0d091b9eba76c0 429570 graphics optional
python-imaging_1.1.5.orig.tar.gz
2082b0ce3c10afa73f20d66ddc730e5b 6374 graphics optional
python-imaging_1.1.5-1.diff.gz
61153962c4b615b31c3a74edc2b8b329 24952 graphics optional
python-imaging_1.1.5-1_all.deb
d192f1e8cca2d6407a122e6eb62066e6 24476 graphics optional
python-imaging-tk_1.1.5-1_all.deb
975b8937b71c6fda75864bd9ec5fa53b 24578 graphics optional
python-imaging-sane_1.1.5-1_all.deb
5d2032eb6c509cb89a63ce9668a64bae 70962 doc optional
python-imaging-doc_1.1.5-1_all.deb
7c964c90318c3eac2243eaa44d4bc715 266688 graphics optional
python2.3-imaging_1.1.5-1_i386.deb
7cea107413a1af8ad9f8f5c36a97abf5 31100 graphics optional
python2.3-imaging-tk_1.1.5-1_i386.deb
ba8fcddee5ba32303d8499bd2f81fa92 43466 graphics optional
python2.3-imaging-sane_1.1.5-1_i386.deb
486f0797d38e8531a4345955b3debf9b 266684 graphics optional
python2.4-imaging_1.1.5-1_i386.deb
da73a0efbf58e84a414432dd1084a2a2 31102 graphics optional
python2.4-imaging-tk_1.1.5-1_i386.deb
0f75a82bac757856b208f300a26f68bc 43462 graphics optional
python2.4-imaging-sane_1.1.5-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCwFSoStlRaw+TLJwRAg7qAKCZlxApx1dEJxfYO1pIANnSaNTrxgCdGAlm
8aYzHRW/E9SIiSC1ZJfp4UA=
=bYKq
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]