--- 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,31 @@ +python-imaging-doc-handbook (1.1.2-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Update DH level to 9. (Closes: #800226) + * debian/compat: created and set to 9, instead of using DH_COMPAT. + * debian/control: + - Added the ${misc:Depends} variable to provide the right install + dependencies. + - Bumped Standards-Version to 3.9.8. + * debian/rules: + - Removed the DH_COMPAT line. + - Disabled dh_clean -k line, deprecated. + + -- Giovani Augusto Ferreira Sat, 13 Aug 2016 11:01:23 -0300 + +python-imaging-doc-handbook (1.1.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * python-imaging-doc-html: Get rid of the /usr/doc link in postinst + (Closes: #359553). + * python-imaging-doc-pdf: Get rid of the /usr/doc link in postinst + (Closes: #359557). + + -- Amaya Rodrigo Sastre Mon, 17 Jul 2006 18:54:59 +0200 + +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 + --- python-imaging-doc-handbook-1.1.2.orig/debian/compat +++ python-imaging-doc-handbook-1.1.2/debian/compat @@ -0,0 +1 @@ +9 --- python-imaging-doc-handbook-1.1.2.orig/debian/control +++ python-imaging-doc-handbook-1.1.2/debian/control @@ -0,0 +1,27 @@ +Source: python-imaging-doc-handbook +Section: doc +Priority: optional +Maintainer: Simon Richter +Build-Depends: debhelper (>=9) +Standards-Version: 3.9.8 + +Package: python-imaging-doc-html +Architecture: all +Depends: ${misc:Depends} +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 +Depends: ${misc:Depends} +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/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/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-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-html.postinst +++ python-imaging-doc-handbook-1.1.2/debian/python-imaging-doc-html.postinst @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a -h /usr/doc/python-imaging-doc-html -a -d /usr/share/doc/python-imaging-doc-html ]; then + rm -f /usr/doc/python-imaging-doc-html + fi +fi + +#DEBHELPER# --- 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-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 --- python-imaging-doc-handbook-1.1.2.orig/debian/python-imaging-doc-pdf.postinst +++ python-imaging-doc-handbook-1.1.2/debian/python-imaging-doc-pdf.postinst @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a -h /usr/doc/python-imaging-doc-pdf -a -d /usr/share/doc/python-imaging-doc-pdf ]; then + rm -f /usr/doc/python-imaging-doc-pdf + fi +fi + +#DEBHELPER# --- python-imaging-doc-handbook-1.1.2.orig/debian/rules +++ python-imaging-doc-handbook-1.1.2/debian/rules @@ -0,0 +1,64 @@ +#!/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. + +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