Package: doc-linux-hr Version: 20000416 Severity: normal Tags: patch Hi,
Attached is the diff for my doc-linux-hr 20000416.1 NMU. -- .''`. Fuck your fascist beauty standards : :' : `. `' Proudly running unstable Debian GNU/Linux `- www.amayita.com www.malapecora.com www.chicasduras.com
diff -Nru /tmp/GmY1VjwEV6/doc-linux-hr-20000416/debian/changelog /tmp/lKolkJHgWh/doc-linux-hr-20000416.1/debian/changelog --- /tmp/GmY1VjwEV6/doc-linux-hr-20000416/debian/changelog 2000-04-16 21:27:34.000000000 +0200 +++ /tmp/lKolkJHgWh/doc-linux-hr-20000416.1/debian/changelog 2006-07-13 18:00:14.000000000 +0200 @@ -1,3 +1,11 @@ +doc-linux-hr (20000416.1) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc link (Closes: #359385). + * Add a postinst file that removes the link. + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Thu, 13 Jul 2006 17:59:37 +0200 + doc-linux-hr (20000416) unstable; urgency=low * New upstream versions of: diff -Nru /tmp/GmY1VjwEV6/doc-linux-hr-20000416/debian/postinst /tmp/lKolkJHgWh/doc-linux-hr-20000416.1/debian/postinst --- /tmp/GmY1VjwEV6/doc-linux-hr-20000416/debian/postinst 1970-01-01 01:00:00.000000000 +0100 +++ /tmp/lKolkJHgWh/doc-linux-hr-20000416.1/debian/postinst 2006-07-13 17:59:33.000000000 +0200 @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a -h /usr/doc/doc-linux-hr -a -d /usr/share/doc/doc-linux-hr ]; then + rm -f /usr/doc/doc-linux-hr + fi +fi + +#DEBHELPER#

