--- python-imaging-doc-handbook-1.1.2.orig/debian/README.Debian +++ python-imaging-doc-handbook-1.1.2/debian/README.Debian @@ -0,0 +1,9 @@ +python-imaging-doc-handbook for Debian +-------------------------------------- + +These files cannot be retrieved from the PythonWorks website[1], as the +website uses a navigation bar and there is no downloadable documentation +bundle. Since the text remains the same and only the layout changed, the +same license applies to the documentation as well. + + -- Simon Richter , Sat, 9 Jun 2001 17:19:08 +0200 --- python-imaging-doc-handbook-1.1.2.orig/debian/changelog +++ python-imaging-doc-handbook-1.1.2/debian/changelog @@ -0,0 +1,9 @@ +python-imaging-doc-handbook (1.1.2-1) unstable; urgency=low + + * Initial Release, split out from the python-imaging package. + + -- Simon Richter Sat, 9 Jun 2001 17:19:08 +0200 + +Local variables: +mode: debian-changelog +End: --- python-imaging-doc-handbook-1.1.2.orig/debian/python-imaging-doc-html.doc-base +++ python-imaging-doc-handbook-1.1.2/debian/python-imaging-doc-html.doc-base @@ -0,0 +1,9 @@ +Document: python-imaging-doc-html +Title: PIL (Python Imaging Library) Handbook +Author: Fredrik Lundh +Abstract: This manual describes the Python Imaging Library (PIL) +Section: graphics + +Format: HTML +Index: /usr/share/doc/python-imaging/html/index.htm +Files: /usr/share/doc/python-imaging/html/*.htm --- python-imaging-doc-handbook-1.1.2.orig/debian/python-imaging-doc-pdf.doc-base +++ python-imaging-doc-handbook-1.1.2/debian/python-imaging-doc-pdf.doc-base @@ -0,0 +1,8 @@ +Document: python-imaging-doc-pdf +Title: PIL (Python Imaging Library) Handbook +Author: Fredrik Lundh +Abstract: This manual describes the Python Imaging Library (PIL) +Section: graphics + +Format: PDF +Files: /usr/share/doc/python-imaging/the-python-imaging-library.pdf.gz --- python-imaging-doc-handbook-1.1.2.orig/debian/python-imaging-doc-html.postinst.debhelper +++ python-imaging-doc-handbook-1.1.2/debian/python-imaging-doc-html.postinst.debhelper @@ -0,0 +1,12 @@ +# Automatically added by dh_installdocs +if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a ! -e /usr/doc/python-imaging-doc-html -a -d /usr/share/doc/python-imaging-doc-html ]; then + ln -sf ../share/doc/python-imaging-doc-html /usr/doc/python-imaging-doc-html + fi +fi +# End automatically added section +# Automatically added by dh_installdocs +if [ "$1" = configure ] && command -v install-docs >/dev/null 2>&1; then + install-docs -i /usr/share/doc-base/python-imaging-doc-html +fi +# End automatically added section --- python-imaging-doc-handbook-1.1.2.orig/debian/python-imaging-doc-html.prerm.debhelper +++ python-imaging-doc-handbook-1.1.2/debian/python-imaging-doc-html.prerm.debhelper @@ -0,0 +1,11 @@ +# Automatically added by dh_installdocs +if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/python-imaging-doc-html ]; then + rm -f /usr/doc/python-imaging-doc-html +fi +# End automatically added section +# Automatically added by dh_installdocs +if [ "$1" = remove -o "$1" = upgrade ] && \ + command -v install-docs >/dev/null 2>&1; then + install-docs -r python-imaging-doc-html +fi +# End automatically added section --- python-imaging-doc-handbook-1.1.2.orig/debian/copyright +++ python-imaging-doc-handbook-1.1.2/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Simon Richter on +Sat, 9 Jun 2001 17:19:08 +0200. + +There is no download location for this package, the files have been sent to +me by mail for inclusion in Debian. + +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-doc-handbook-1.1.2.orig/debian/control +++ python-imaging-doc-handbook-1.1.2/debian/control @@ -0,0 +1,25 @@ +Source: python-imaging-doc-handbook +Section: doc +Priority: optional +Maintainer: Simon Richter +Build-Depends: debhelper (>> 3.0.0) +Standards-Version: 3.5.2 + +Package: python-imaging-doc-html +Architecture: all +Description: Documentation 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 the PIL handbook in HTML format. + +Package: python-imaging-doc-pdf +Architecture: all +Suggests: pdf-viewer +Description: Documentation 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 the PIL handbook in PDF format. --- python-imaging-doc-handbook-1.1.2.orig/debian/rules +++ python-imaging-doc-handbook-1.1.2/debian/rules @@ -0,0 +1,65 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +export DH_COMPAT=3 + +configure: +# Nothing to do + +build: +# Nothing to do + +clean: + dh_testdir + dh_testroot + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + for i in *.htm *.css *.gif; do \ + install -o root -g root -m 644 $$i debian/python-imaging-doc-html/usr/share/doc/python-imaging/html; \ + done + install -o root -g root -m 644 the-python-imaging-library.pdf debian/python-imaging-doc-html/usr/share/doc/python-imaging; \ + dh_movefiles -Npython-imaging-doc-html --sourcedir=debian/python-imaging-doc-html + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs +# dh_installexamples +# dh_installmenu +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installman +# dh_installinfo +# dh_undocumented + dh_installchangelogs +# dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install +# Nothing to do here + +binary: binary-indep +.PHONY: build clean binary-indep binary-arch binary install configure --- python-imaging-doc-handbook-1.1.2.orig/debian/dirs +++ python-imaging-doc-handbook-1.1.2/debian/dirs @@ -0,0 +1,2 @@ +usr/share/doc/python-imaging +usr/share/doc/python-imaging/html --- python-imaging-doc-handbook-1.1.2.orig/debian/python-imaging-doc-pdf.files +++ python-imaging-doc-handbook-1.1.2/debian/python-imaging-doc-pdf.files @@ -0,0 +1 @@ +usr/share/doc/python-imaging/the-python-imaging-library.pdf