Package: libdevice-serialport-perl
Version: 1.002-0.2
Severity: normal
Tags: patch

Hi,

Attached is the diff for my libdevice-serialport-perl 1.002-0.3 NMU.

-- 
 .''`.             Fuck your fascist beauty standards
: :' :   
`. `'           Proudly running unstable Debian GNU/Linux
  `-     www.amayita.com  www.malapecora.com  www.chicasduras.com
diff -u libdevice-serialport-perl-1.002/debian/changelog 
libdevice-serialport-perl-1.002/debian/changelog
--- libdevice-serialport-perl-1.002/debian/changelog
+++ libdevice-serialport-perl-1.002/debian/changelog
@@ -1,3 +1,10 @@
+libdevice-serialport-perl (1.002-0.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Get rid of the /usr/doc link in postinst (Closes: #359449).
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]>  Mon, 17 Jul 2006 09:41:46 +0200
+
 libdevice-serialport-perl (1.002-0.2) unstable; urgency=low
 
   * NMU
only in patch2:
unchanged:
--- libdevice-serialport-perl-1.002.orig/debian/postinst
+++ libdevice-serialport-perl-1.002/debian/postinst
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 if [ "$1" = "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/libdevice-serialport-perl -a -d 
/usr/share/doc/libdevice-serialport-perl ]; then
-  ln -sf ../share/doc/libdevice-serialport-perl 
/usr/doc/libdevice-serialport-perl
- fi
+        if [ -d /usr/doc -a -h /usr/doc/libdevice-serialport-perl -a -d 
/usr/share/doc/libdevice-serialport-perl ]; then
+                rm -f /usr/doc/libdevice-serialport-perl
+        fi
 fi
 
 #DEBHELPER#

Reply via email to