Package: ov511 Version: 1.65-2 Severity: normal Tags: patch Hi,
Attached is the diff for my ov511 1.65-2.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 ov511-1.65/debian/changelog ov511-1.65/debian/changelog --- ov511-1.65/debian/changelog +++ ov511-1.65/debian/changelog @@ -1,3 +1,10 @@ +ov511 (1.65-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc link in postinst (Closes: #359541). + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Mon, 17 Jul 2006 17:25:47 +0200 + ov511 (1.65-2) unstable; urgency=low * Added Source line to modules control file. @@ -67,3 +73,0 @@ -Local variables: -mode: debian-changelog -End: only in patch2: unchanged: --- ov511-1.65.orig/debian/postinst +++ ov511-1.65/debian/postinst @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a -h /usr/doc/ov511-source -a -d /usr/share/doc/ov511-source ]; then + rm -f /usr/doc/ov511-source + fi +fi + +#DEBHELPER#