Package: dhcpdump
Version: 1.7-1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my dhcpdump 1.7-1.1 NMU.

-- 
 .''`.             Fuck your fascist beauty standards
: :' :   
`. `'           Proudly running unstable Debian GNU/Linux
  `-     www.amayita.com  www.malapecora.com  www.chicasduras.com
diff -u dhcpdump-1.7/debian/NMU-Disclaimer dhcpdump-1.7/debian/NMU-Disclaimer
--- dhcpdump-1.7/debian/NMU-Disclaimer
+++ dhcpdump-1.7/debian/NMU-Disclaimer
@@ -34,7 +34,7 @@
     potential solution which could probably improved into a real
     solution.
 
- 8. NEVER change the way a package is maintainer in an NMU, i.e. don't
+ 8. NEVER change the way a package is maintained in an NMU, i.e. don't
     remove dh_* stuff or switch to dh_* respectively.  This rule
     applies to all NMU's, not only to an NMU for this package.
 
diff -u dhcpdump-1.7/debian/changelog dhcpdump-1.7/debian/changelog
--- dhcpdump-1.7/debian/changelog
+++ dhcpdump-1.7/debian/changelog
@@ -1,3 +1,10 @@
+dhcpdump (1.7-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Change postinst to get rid of the /usr/doc link (Closes: #317440). 
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]>  Thu, 13 Jul 2006 18:38:38 +0200
+
 dhcpdump (1.7-1) unstable; urgency=low
 
   * New upstream version
diff -u dhcpdump-1.7/debian/postinst dhcpdump-1.7/debian/postinst
--- dhcpdump-1.7/debian/postinst
+++ dhcpdump-1.7/debian/postinst
@@ -5,7 +5,6 @@
-pkg=dhcpdump
-
 if [ "$1" = "configure" ]; then
-   if [ -d /usr/doc -a ! -e /usr/doc/${pkg} -a -d /usr/share/doc/${pkg} ]; then
-      ln -sf ../share/doc/${pkg} /usr/doc/${pkg}
-   fi
+        if [ -d /usr/doc -a -h /usr/doc/dhcpdump -a -d /usr/share/doc/dhcpdump 
]; then
+                rm -f /usr/doc/dhcpdump
+        fi
 fi
+

Reply via email to