Package: codebreaker Version: 1.2.1-5 Severity: normal Tags: patch Hi,
Attached is the diff for my codebreaker 1.2.1-5.1 NMU. -- .''`. Fuck your fascist beauty standards : :' : `. `' Proudly running unstable Debian GNU/Linux `- www.amayita.com www.malapecora.com www.chicasduras.com
diff -u codebreaker-1.2.1/debian/changelog codebreaker-1.2.1/debian/changelog --- codebreaker-1.2.1/debian/changelog +++ codebreaker-1.2.1/debian/changelog @@ -1,3 +1,11 @@ +codebreaker (1.2.1-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc symlink (Closes: #359370). + * Added a postinst script to delete the link on upgrade. + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Wed, 12 Jul 2006 17:54:02 +0200 + codebreaker (1.2.1-5) unstable; urgency=low * Rebuild to fix dependencies, Closes: #170213 @@ -31,4 +38,0 @@ - -Local variables: -mode: debian-changelog -End: only in patch2: unchanged: --- codebreaker-1.2.1.orig/debian/postinst +++ codebreaker-1.2.1/debian/postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a -h /usr/doc/PAQUETE -a -d /usr/share/doc/PAQUETE ]; then + rm -f /usr/doc/PAQUETE + fi +fi +

