Package: diploma Version: 1.2.5 Severity: normal Tags: patch Hi,
Attached is the diff for my diploma 1.2.6 NMU. -- .''`. Fuck your fascist beauty standards : :' : `. `' Proudly running unstable Debian GNU/Linux `- www.amayita.com www.malapecora.com www.chicasduras.com
diff -Nru /tmp/M9Keh52GiT/diploma-1.2.5/debian/changelog /tmp/PMGZ9LgLEi/diploma-1.2.6/debian/changelog --- /tmp/M9Keh52GiT/diploma-1.2.5/debian/changelog 2006-03-28 22:32:34.000000000 +0200 +++ /tmp/PMGZ9LgLEi/diploma-1.2.6/debian/changelog 2006-07-13 21:00:08.000000000 +0200 @@ -1,3 +1,10 @@ +diploma (1.2.6) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc link in postinst (Closes: #359392). + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Thu, 13 Jul 2006 20:58:45 +0200 + diploma (1.2.5) unstable; urgency=low * Updated to policy standard 3.6.1.1 diff -Nru /tmp/M9Keh52GiT/diploma-1.2.5/debian/postinst /tmp/PMGZ9LgLEi/diploma-1.2.6/debian/postinst --- /tmp/M9Keh52GiT/diploma-1.2.5/debian/postinst 1970-01-01 01:00:00.000000000 +0100 +++ /tmp/PMGZ9LgLEi/diploma-1.2.6/debian/postinst 2006-07-13 20:58:39.000000000 +0200 @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a -h /usr/doc/diploma -a -d /usr/share/doc/diploma ]; then + rm -f /usr/doc/diploma + fi +fi + +#DEBHELPER#