--- python-imaging-1.1.7.orig/debian/rules +++ python-imaging-1.1.7/debian/rules @@ -0,0 +1,147 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PYVERS := $(shell pyversions -vr) +PYVER := $(shell python -c 'import sys; print sys.version[:3]') + +include /usr/share/python/python.mk + +build: build-stamp +build-stamp: $(PYVERS:%=build-stamp-python%) + touch $@ +build-stamp-python%: + python$* setup.py build + cd Sane && python$* setup.py build + + python$*-dbg setup.py build + cd Sane && python$*-dbg setup.py build + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f *-stamp* + rm -rf compile build Sane/build + find -name '*.py[co]' -exec rm -f {} \; + dh_clean + +get-doc: + wget -r --no-parent --no-host-directories --cut-dirs=2 \ + http://www.pythonware.com/library/pil/handbook/index.htm + +install: build install-prereq $(PYVERS:%=install-python%) + dh_installdocs -ppython-imaging-doc Docs/* + dh_installexamples -ppython-imaging-doc Scripts/* + + dh_installdocs -ppython-imaging README + + dh_installdocs -ppython-imaging-sane Sane/sanedoc.txt + dh_installexamples -ppython-imaging-sane Sane/demo*.py + + : # Replace all '#!' calls to python with /usr/bin/python + : # and make them executable + for i in `find debian -mindepth 3 -type f`; do \ + sed '1s,#!.*python[^ ]*\(.*\),#! /usr/bin/python\1,' \ + $$i > $$i.temp; \ + if cmp --quiet $$i $$i.temp; then \ + rm -f $$i.temp; \ + else \ + mv -f $$i.temp $$i; \ + chmod 755 $$i; \ + echo "fixed interpreter: $$i"; \ + fi; \ + done + +install-prereq: + dh_testdir + dh_testroot + dh_clean -k + +install-python%: + python$* setup.py install --root $(CURDIR)/debian/python-imaging $(py_setup_install_args) + cd Sane && python$* setup.py install \ + --root $(CURDIR)/debian/python-imaging-sane $(py_setup_install_args) + mkdir -p debian/python-imaging/usr/include/python$* + install -o root -g root -m 644 \ + libImaging/Imaging.h \ + libImaging/ImPlatform.h \ + libImaging/ImDib.h \ + debian/python-imaging/usr/include/python$* + + dh_movefiles -ppython-imaging-tk \ + --sourcedir=debian/python-imaging \ + usr/lib/python$*/$(call py_sitename_sh, $*)/PIL/_imagingtk.so \ + usr/lib/python$*/$(call py_sitename_sh, $*)/PIL/ImageTk.py + + python$*-dbg setup.py install --root $(CURDIR)/debian/python-imaging-dbg $(py_setup_install_args) + mkdir -p debian/python-imaging-dbg/usr/include/python$*_d + for i in Imaging.h ImPlatform.h ImDib.h; do \ + ln -sf ../python$*/$$i \ + debian/python-imaging-dbg/usr/include/python$*_d/$$i; \ + done + cd Sane && python$*-dbg setup.py install \ + --root $(CURDIR)/debian/python-imaging-sane-dbg $(py_setup_install_args) + + find debian/python-imaging*-dbg \ + ! -type d ! \( -name '*_d.so' -o -name '*.h' \) | xargs rm -f + find debian/python-imaging*-dbg -depth -empty -exec rmdir {} \; + + dh_movefiles -ppython-imaging-tk-dbg \ + --sourcedir=debian/python-imaging-dbg \ + usr/lib/python$*/$(call py_sitename_sh, $*)/PIL/_imagingtk_d.so + +# Build architecture-independent files here. +# Pass -i to all debhelper commands in this target to reduce clutter. +binary-indep: build install + dh_testdir -i + dh_testroot -i +# dh_installdebconf -i + dh_installdocs -i + dh_installexamples -i +# dh_installmenu -i +# dh_installman -i +# dh_installinfo -i +# dh_undocumented -i + dh_installchangelogs -i CHANGES + dh_python2 -i + dh_link -i + dh_compress -i -X.py + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir -a + dh_testroot -a +# dh_installdebconf -a + dh_installdocs -a + dh_installexamples -a +# dh_installmenu -a +# dh_installman -a +# dh_installinfo -a +# dh_undocumented -a + dh_installchangelogs -a CHANGES + for p in python-imaging python-imaging-tk python-imaging-sane; do \ + rm -rf debian/$$p-dbg/usr/share/doc/$$p-dbg; \ + ln -s $$p debian/$$p-dbg/usr/share/doc/$$p-dbg; \ + done + dh_python2 -a + dh_strip -ppython-imaging --dbg-package=python-imaging-dbg + dh_strip -ppython-imaging-tk --dbg-package=python-imaging-tk-dbg + dh_strip -ppython-imaging-sane --dbg-package=python-imaging-sane-dbg + dh_link -a + dh_compress -a -X.py + dh_fixperms -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- python-imaging-1.1.7.orig/debian/copyright +++ python-imaging-1.1.7/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Simon Richter on +Mon, 21 May 2001 22:20:43 +0200. +As of 2004-01-05, it is maintained by Matthias Urlichs . + +It was downloaded from http://www.pythonware.com/downloads/index.htm + +Copyright: + +The Python Imaging Library is + +Copyright (c) 1997-2001 by Secret Labs AB +Copyright (c) 1995-2001 by Fredrik Lundh + +By obtaining, using, and/or copying this software and/or its +associated documentation, you agree that you have read, understood, +and will comply with the following terms and conditions: + +Permission to use, copy, modify, and distribute this software and its +associated documentation for any purpose and without fee is hereby +granted, provided that the above copyright notice appears in all +copies, and that both that copyright notice and this permission notice +appear in supporting documentation, and that the name of Secret Labs +AB or the author not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. + +SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR +ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- python-imaging-1.1.7.orig/debian/compat +++ python-imaging-1.1.7/debian/compat @@ -0,0 +1 @@ +5 --- python-imaging-1.1.7.orig/debian/changelog +++ python-imaging-1.1.7/debian/changelog @@ -0,0 +1,455 @@ +python-imaging (1.1.7-2) unstable; urgency=low + + * Build-depend on liblcms1-dev. Closes: #583620. + * Build using dh_python2 instead of dh_pycentral. + + -- Matthias Klose Mon, 26 Jul 2010 11:46:12 +0200 + +python-imaging (1.1.7-1) unstable; urgency=low + + * New upstream version. + + -- Matthias Klose Fri, 20 Nov 2009 19:22:59 +0100 + +python-imaging (1.1.6-3.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix "manipulates site-packages/ directly, failing with Python 2.6" + Applied and uploaded Kumar's patch. (Closes: #547844) + + -- Bastian Venthur Sat, 07 Nov 2009 12:54:12 +0100 + +python-imaging (1.1.6-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Switch from Tcl/Tk 8.4 to 8.5, following the move initiated in + python-tk 2.5.2-1.1 (See: #521078): + - Build-Depends on tk8.5-dev rather than tk8.4-dev. + - Build-Depends on python-tk-dbg (>= 2.5.2-1.1) rather than + python-tk-dbg (>= 2.4.3). + - Depends on/Recommends python-tk (>= 2.5.2-1.1) rathen than + python-tk (>= 2.4.3). + - Use /usr/include/tcl8.5 in setup.py, instead of tcl8.4 + Thanks to Jakub Wilk for the patch on which this is based, which fixes + the FTBFS (Closes: #537003). + + -- Cyril Brulebois Thu, 03 Sep 2009 05:04:46 +0200 + +python-imaging (1.1.6-3) unstable; urgency=low + + * Do not build-depend on python-numarray, it's deprecated. Closes: #478466. + * Merge from Ubuntu: + - In __array_interface__ add support for 16bit TIF images (Luke + Campagnola). LP: #198892. + - Search for available image viewers. LP: #67755. Closes: #321658. + + -- Matthias Klose Mon, 23 Jun 2008 21:52:59 +0200 + +python-imaging (1.1.6-2) unstable; urgency=low + + * Build-depend on python-tk-dbg. Closes: #460372. + * Apply fix for PIL not saving TIFF dpi correctly. Closes: #419463. + + -- Matthias Klose Mon, 28 Jan 2008 23:40:28 +0100 + +python-imaging (1.1.6-1) unstable; urgency=low + + * New upstream version. + * Merge from Ubuntu: + - Build python-debug packages. + - Add build dependency on python-numarray-dbg. + - Sane/_sane.c: Initialize variable. Ubuntu #88059. + + -- Matthias Klose Thu, 24 May 2007 06:31:21 +0200 + +python-imaging (1.1.5-11) unstable; urgency=low + + * python-imaging-sane: Depend on python-numarray. Closes: #382190. + * Add dependencies on ${shlibs:Depends}, lost in -6. Closes: #378596. + + -- Matthias Klose Mon, 28 Aug 2006 23:14:10 +0000 + +python-imaging (1.1.5-10) unstable; urgency=low + + * pilfont.py: Add interpreter name. Closes: #350146. + + -- Matthias Klose Sat, 8 Jul 2006 00:07:36 +0000 + +python-imaging (1.1.5-9) unstable; urgency=low + + * Call dh_python before dh_pycentral. + + -- Matthias Klose Wed, 14 Jun 2006 23:16:29 +0000 + +python-imaging (1.1.5-8) unstable; urgency=low + + * Do not depend on python2.4. + + -- Matthias Klose Tue, 13 Jun 2006 22:47:12 +0000 + +python-imaging (1.1.5-7) unstable; urgency=low + + * Readd the provides for the versioned packages. + + -- Matthias Klose Fri, 9 Jun 2006 16:06:45 +0000 + +python-imaging (1.1.5-6) unstable; urgency=low + + * New maintainer. + * Convert to python-central. + + -- Matthias Klose Tue, 6 Jun 2006 23:05:06 +0000 + +python-imaging (1.1.5-5) unstable; urgency=low + + * Test build using python-central. + + -- Matthias Klose Tue, 24 Jan 2006 18:15:59 +0000 + +python-imaging (1.1.5-4) unstable; urgency=low + + * Change section to python. + * Remove binaries from python2.4-imaging package (closes: #316917). + * Acknowledge NMU (1.1.4-3.1). Closes: #303897. + + -- Matthias Klose Tue, 12 Jul 2005 18:13:33 +0000 + +python-imaging (1.1.5-3) unstable; urgency=low + + * Fix upgrade from old python2.3-imaging package (closes: #316917). + + -- Matthias Klose Fri, 8 Jul 2005 13:29:34 +0000 + +python-imaging (1.1.5-2) unstable; urgency=low + + * Move the binary scripts into the python-imaging package. + + -- Matthias Klose Wed, 29 Jun 2005 11:18:24 +0200 + +python-imaging (1.1.5-0ubuntu1) breezy; urgency=low + + * Synchronise with Debian. + + -- Matthias Klose Mon, 27 Jun 2005 22:00:16 +0200 + +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. + + -- Matthias Klose Mon, 27 Jun 2005 20:21:06 +0200 + +python-imaging (1.1.4-3.1) unstable; urgency=low + + * NMU. + * debian/control: Build-Depends: change libjpegg-dev to libjpeg-dev. + (Closes: #303897). Thanks Daniel Schepler. + + -- Bill Allombert Thu, 14 Apr 2005 18:10:45 +0200 + +python-imaging (1.1.4-3) unstable; urgency=low + + * New maintainer. + - ACKing NMUs. + - No longer use dpatch -- they were introduced by the first NMU; + I tend to use a real source management system. ;-) + * Reworded a few Description: tags to shut up Lintian. + + -- Matthias Urlichs Mon, 5 Jan 2004 19:00:21 +0100 + +python-imaging (1.1.4-2.2) unstable; urgency=low + + * NMU from Minneapolis BSP. + * Fixed freetype header reference. (Closes: #222469) + + -- Scott Dier Sat, 13 Dec 2003 23:26:22 -0600 + +python-imaging (1.1.4-2.1) unstable; urgency=low + + * Non-maintainer upload + * use dh_python, which needs build-depends on python + (Closes: #188146) - removal of .py[co] files + * Standards version 3.6.1 + * use dpatch: + - 01_fix_png_text_parsing + (Closes: #211712) + - 02_fix_olefileio_typo + (Closes: #197165) (Closes: #198210) + - 03_remove_rexec_usage + (Closes: #182149) + - 04_retain_gif_transparency + (Closes: #159693) + - 05_dump_to_jpeg + (Closes: #146493) + * install docs in python-imaging-doc package (Closes: #176420) + * Sane patch already applied (Closes: #156158) + * add mime-support | python(X.Y)-imaging-tk to depends, because the + Image.show() function uses either TkImage or _showmime + * improve -tk package description (Closes: #209976) + + -- Bastian Kleineidam Sat, 4 Oct 2003 16:57:59 +0200 + +python-imaging (1.1.4-2) unstable; urgency=low + + * New source version due to the fact that testing cannot handle all- + architecture binary-only uploads (Closes: #212853) + + -- Simon Richter Tue, 30 Sep 2003 02:45:34 +0200 + +python-imaging (1.1.4-1) unstable; urgency=low + + * New upstream release + + -- Simon Richter Thu, 10 Apr 2003 17:49:10 +0200 + +python-imaging (1.1.3-4) unstable; urgency=low + + * Accepted changes from NMU, although I still don't like distutils for + being opaque (Actually closes: #161120, #161718, #162065) + * We now use Tcl/Tk 8.4 + + -- Simon Richter Tue, 26 Nov 2002 16:49:50 +0100 + +python-imaging (1.1.3-3.3) unstable; urgency=low + + * Add python2.[123]-tk to the build dependencies. + + -- Matthias Klose Thu, 3 Oct 2002 14:38:11 +0200 + +python-imaging (1.1.3-3.1) unstable; urgency=low + + * NMU. + * Build using distutils (closes: #161120, #161718, #162065). + + -- Matthias Klose Sat, 28 Sep 2002 15:28:40 +0200 + +python-imaging (1.1.3-3) unstable; urgency=low + + * Added Python 2.3 support + + -- Simon Richter Sun, 15 Sep 2002 18:10:28 +0200 + +python-imaging (1.1.3-2) unstable; urgency=low + + * Also switched python-imaging-sane and python-imaging-tk to 2.2 as + default version + * Dropped python 1.5 packages + + -- Simon Richter Thu, 29 Aug 2002 14:53:50 +0200 + +python-imaging (1.1.3-1.1) unstable; urgency=low + + * Change python default to python2.2. + + -- Matthias Klose Sat, 24 Aug 2002 14:02:03 +0200 + +python-imaging (1.1.3-1) unstable; urgency=low + + * New upstream release (Closes: #138739) + + -- Simon Richter Fri, 22 Mar 2002 15:46:31 +0100 + +python-imaging (1.1.2-5) unstable; urgency=low + + * Applied a patch from CVS that fixes an invalid call to __init__ + without an object reference (Closes: #133272) + * Made Image.show() use the generic "see" command rather than "xv" + (Closes: #133078) + + -- Simon Richter Mon, 11 Feb 2002 20:41:29 +0100 + +python-imaging (1.1.2-4) unstable; urgency=low + + * Acknowledged changes from NMU (Closes: #117859, #118267) + + -- Simon Richter Fri, 18 Jan 2002 15:26:24 +0100 + +python-imaging (1.1.2-3.2) unstable; urgency=low + + * NMU, coordinated with maintainer, to make package compliant with + the new Debian Python policy draft (#117859, #118267): + + - python2 packages removed + - new python1.5, python2.1 and python2.2 packages + - python-* packages are empty placeholders for the default + Python version packages, 2.1. + + -- Gregor Hoffleit Fri, 9 Nov 2001 10:43:35 +0100 + +python-imaging (1.1.2-3.1) unstable; urgency=low + + * NMU. Build with python (2.1), remove python2 packages. + + -- Matthias Klose Fri, 9 Nov 2001 07:42:52 +0100 + +python-imaging (1.1.2-3) unstable; urgency=low + + * Indented the lists in the description fields, so dselect knows these + are preformatted (Closes: #106439). + + -- Simon Richter Tue, 24 Jul 2001 18:06:39 +0200 + +python-imaging (1.1.2-2) unstable; urgency=low + + * Added an rm to the configure target so ImConfig.h (which upstream + forgot to delete) is removed before the build. For some reason it + took precedence over the generated ImConfig.h from configure + (Closes: #105999) + * Removed an unnecessary (for Debian) -I/usr/local/include which + apparently slipped through + + -- Simon Richter Sat, 21 Jul 2001 15:55:10 +0200 + +python-imaging (1.1.2-1) unstable; urgency=low + + * New upstream release + * Split out documentation into python-imaging-doc-handbook package + + -- Simon Richter Sat, 9 Jun 2001 19:23:51 +0200 + +python-imaging (1.1.1.ds1-6) unstable; urgency=low + + * Fixed debian/rules to take the version number from the changelog + rather than hardcoded + + -- Simon Richter Tue, 8 May 2001 02:11:15 +0200 + +python-imaging (1.1.1.ds1-5) unstable; urgency=low + + * Took over maintainership (Closes: #72435) + + -- Simon Richter Tue, 8 May 2001 02:10:16 +0200 + +python-imaging (1.1.1.ds1-4) unstable; urgency=low + + * Add zlib1g-dev to build dependencies (fixes #89705). + * Build python2-imaging with correct python version (fixes #90567). + + -- Matthias Klose Thu, 29 Mar 2001 20:19:53 +0200 + +python-imaging (1.1.1.ds1-3) unstable; urgency=low + + * Fix dependencies. + + -- Matthias Klose Sat, 3 Mar 2001 17:56:08 +0100 + +python-imaging (1.1.1.ds1-2) unstable; urgency=low + + * Rebuild for tk8.3. + * New python2 packages. + * Reorganized source code, so version number has to change in source. + + -- Matthias Klose Sat, 24 Feb 2001 18:46:58 +0100 + +python-imaging (1.1.1-1) unstable; urgency=low + + * New upstream version. + + -- Matthias Klose Tue, 28 Nov 2000 11:19:12 +0100 + +python-imaging (1.1-2) unstable; urgency=low + + * debian/control: Add missing build dependencies (fixes #66393). + * Link module with shared libs (jpeg, z). Fixes #66653. + + -- Matthias Klose Mon, 3 Jul 2000 14:56:30 +0200 + +python-imaging (1.1-1) unstable; urgency=low + + * New upstream release. + * Add manual in PDF format. + + -- Matthias Klose Mon, 26 Jun 2000 16:39:31 +0200 + +python-imaging (1.0.1-3) frozen unstable; urgency=low + + * Add cascading stylesheet labdoc.css (fixes #63052). + * Move ImageTk.py to python-imaging-tk package (fixes part of #63050). + + -- Matthias Klose Thu, 4 May 2000 01:07:41 +0200 + +python-imaging (1.0.1-2) frozen unstable; urgency=low + + * debian/python-imaging-doc.doc-base: Missing /usr/doc -> /usr/share/doc + transition (fixes important #56372). + + -- Matthias Klose Sat, 19 Feb 2000 10:41:04 +0100 + +python-imaging (1.0.1-1) unstable; urgency=low + + * /usr/doc -> /usr/share/doc transition. + * Apply patch from Erno Kuusela (closes #50768). + + -- Matthias Klose Sun, 5 Dec 1999 17:56:48 +0100 + +python-imaging (1.0.1-0pre2) unstable; urgency=low + + * debian/control: Add conflicts for python-pil (closes: #43736). + + -- Matthias Klose Sat, 4 Sep 1999 14:33:05 +0200 + +python-imaging (1.0.1-0pre1) unstable; urgency=low + + * New upstream release. + * Renamed package to match upstream name (Imaging-1.0.1). + * Separated out Tk dependencies to python-pil-tk package (fixes #41690). + * Build python-imaging-sane package. + + -- Matthias Klose Sun, 15 Aug 1999 21:22:07 +0200 + +python-pil (1.0final-1) unstable; urgency=low + + * New upstream release. + * Now really depends on python-tk (Closes #41690). + * Separated out python-pil-doc and python-pil-scripts package. + + -- Matthias Klose Wed, 4 Aug 1999 19:46:00 +0200 + +python-pil (1.0b1-1) unstable; urgency=low + + * New upstream release. + * Fixes #34902. + + -- Matthias Klose Sun, 28 Mar 1999 10:59:57 +0200 + +python-pil (0.3b2-3) frozen unstable; urgency=low + + * Corrected location of doc files (fixes #30735). + + -- Matthias Klose Tue, 15 Dec 1998 14:57:43 +0100 + +python-pil (0.3b2-2) frozen unstable; urgency=low + + * Renamed package pil to python-pil to conform to Debian python policy + (fixes #27495). + * Link against ncurses4. + + -- Matthias Klose Thu, 26 Nov 1998 23:55:11 +0200 + +python-pil (0.3b2-2) unstable; urgency=low + + * Build dynamically loadable Tcl module `PIL'. + + -- Matthias Klose Tue, 11 Aug 1998 14:29:25 +0200 + +python-pil (0.3b2-1) unstable; urgency=low + + * New upstream release 0.3b2. + * Added documentation from website + + -- Matthias Klose Tue, 21 Jul 1998 11:49:38 +0200 + +python-pil (0.3-0beta1.1) unstable; urgency=low + + * New upstream release 0.3b1. Includes pilfont. + + -- Matthias Klose Mon, 13 Jul 1998 18:58:12 +0200 + +python-pil (0.3-0alpha4.1) unstable; urgency=low + + * Initial Release. + + -- Matthias Klose Thu, 28 May 1998 16:35:22 +0200 + --- python-imaging-1.1.7.orig/debian/control +++ python-imaging-1.1.7/debian/control @@ -0,0 +1,116 @@ +Source: python-imaging +Section: python +Priority: optional +Maintainer: Matthias Klose +Build-Depends: tk8.5-dev, python-all-dev (>= 2.6.5-9~), python-all-dbg, python-tk-dbg (>= 2.5.2-1.1), libsane-dev, libfreetype6-dev, libjpeg62-dev, zlib1g-dev, liblcms1-dev, debhelper (>= 5.0.37.1) +Build-Conflicts: python-numarray +XS-Python-Version: all +Standards-Version: 3.9.0 + +Package: python-imaging +Architecture: any +Depends: ${python:Depends}, mime-support | python-imaging-tk, ${shlibs:Depends} +Suggests: python-imaging-doc, python-imaging-dbg +Conflicts: pil, python-pil, python2.3-imaging, python2.4-imaging +Replaces: pil, python-pil, python2.3-imaging, python2.4-imaging +Provides: ${python:Provides} +XB-Python-Version: ${python:Versions} +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). + +Package: python-imaging-dbg +Section: debug +Priority: extra +Architecture: any +Depends: python-imaging (= ${binary:Version}), python-dbg, ${shlibs:Depends} +XB-Python-Version: ${python:Versions} +Description: Python Imaging Library (debug extension) + 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. + . + This package contains the extension built for the Python debug interpreter. + +Package: python-imaging-tk +Architecture: any +Depends: python-imaging (= ${binary:Version}), python-tk (>= 2.5.2-1.1), ${python:Depends}, ${shlibs:Depends} +Conflicts: python-imaging (<< 1.0.1-3), python2.3-imaging-tk, python2.4-imaging-tk +Replaces: python-imaging (<< 1.0.1-3), python2.3-imaging-tk, python2.4-imaging-tk +Suggests: python-imaging-doc, python-imaging-tk-dbg +Provides: ${python:Provides} +XB-Python-Version: ${python:Versions} +Description: Python Imaging Library - ImageTk Module + Tk dependent python-imaging module. + +Package: python-imaging-tk-dbg +Section: debug +Priority: extra +Architecture: any +Depends: python-imaging-tk (= ${binary:Version}), python-imaging-dbg (= ${binary:Version}), python-dbg, ${shlibs:Depends} +XB-Python-Version: ${python:Versions} +Description: Python Imaging Library - ImageTk Module (debug extension) + Tk dependent python-imaging module. + . + This package contains the extension built for the Python debug interpreter. + +Package: python-imaging-sane +Architecture: any +Depends: python-imaging (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends} +Conflicts: python2.3-imaging-sane, python2.4-imaging-sane +Replaces: python2.3-imaging-sane, python2.4-imaging-sane +Recommends: python-tk (>= 2.5.2-1.1) +Suggests: python-imaging-doc, python-imaging-sane-dbg +Provides: ${python:Provides} +XB-Python-Version: ${python:Versions} +Description: Python Imaging Library - SANE interface + The imaging-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. + +Package: python-imaging-sane-dbg +Section: debug +Priority: extra +Architecture: any +Depends: python-imaging-sane (= ${binary:Version}), python-imaging-dbg (= ${binary:Version}), python-dbg, ${shlibs:Depends} +XB-Python-Version: ${python:Versions} +Description: Python Imaging Library - SANE interface (debug extension) + The imaging-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 package contains the extension built for the Python debug interpreter. + +Package: python-imaging-doc +Section: doc +Architecture: all +Suggests: python-imaging-doc-html, python-imaging-doc-pdf, python-doc, python-imaging, python-imaging-tk +Replaces: python-pil-doc +Conflicts: python-pil-doc +Description: Examples for the Python Imaging Library + The Python Imaging Library (PIL) adds an image object to your + Python interpreter. You can load image objects from a variety of file + formats, and apply a rich set of image operations to them. + . + This package contains PIL API documentation and some example scripts. + You may also want to look at the python-imaging-doc-html or + python-imaging-doc-pdf packages for the PIL handbook documentation. --- python-imaging-1.1.7.orig/Scripts/pilfont.py +++ python-imaging-1.1.7/Scripts/pilfont.py @@ -1,3 +1,5 @@ +#! /usr/bin/python + # # The Python Imaging Library # $Id$