Package: rotix Version: 0.83-2 Severity: normal Tags: patch Hi,
Attached is the diff for my rotix 0.83-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 rotix-0.83/debian/changelog rotix-0.83/debian/changelog --- rotix-0.83/debian/changelog +++ rotix-0.83/debian/changelog @@ -1,3 +1,10 @@ +rotix (0.83-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc link in postinst (Closes: #359569). + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Mon, 17 Jul 2006 21:56:38 +0200 + rotix (0.83-2) unstable; urgency=low * Added Build-Depends: line to debian/control.. @@ -54,3 +60,0 @@ -Local variables: -mode: debian-changelog -End: diff -u rotix-0.83/debian/postinst rotix-0.83/debian/postinst --- rotix-0.83/debian/postinst +++ rotix-0.83/debian/postinst @@ -2,5 +2,8 @@ + if [ "$1" = "configure" ]; then - if [ -d /usr/doc -a ! -e /usr/doc/rotix -a -d /usr/share/doc/rotix ]; then - ln -sf ../share/doc/rotix /usr/doc/rotix - fi + if [ -d /usr/doc -a -h /usr/doc/rotix -a -d /usr/share/doc/rotix ]; then + rm -f /usr/doc/rotix + fi fi + +#DEBHELPER#