Package: python-imaging-doc-handbook Version: 1.1.2-1 Severity: normal Tags: patch
Hi, Attached is the diff for my python-imaging-doc-handbook 1.1.2-1.1 NMU. -- ยท''`. Policy is your friend. Trust the Policy. : :' : Love the Policy. Obey the Policy. -- Lars Wirzenius `. `' Proudly running unstable Debian GNU/Linux `- www.amayita.com www.malapecora.com www.chicasduras.com
diff -u python-imaging-doc-handbook-1.1.2/debian/changelog python-imaging-doc-handbook-1.1.2/debian/changelog --- python-imaging-doc-handbook-1.1.2/debian/changelog +++ python-imaging-doc-handbook-1.1.2/debian/changelog @@ -1,9 +1,16 @@ +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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> Sat, 9 Jun 2001 17:19:08 +0200 -Local variables: -mode: debian-changelog -End: reverted: --- python-imaging-doc-handbook-1.1.2/debian/python-imaging-doc-html.postinst.debhelper +++ python-imaging-doc-handbook-1.1.2.orig/debian/python-imaging-doc-html.postinst.debhelper @@ -1,12 +0,0 @@ -# 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 reverted: --- python-imaging-doc-handbook-1.1.2/debian/python-imaging-doc-html.prerm.debhelper +++ python-imaging-doc-handbook-1.1.2.orig/debian/python-imaging-doc-html.prerm.debhelper @@ -1,11 +0,0 @@ -# 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 only in patch2: unchanged: --- 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# only in patch2: unchanged: --- 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#

