Package: ipfwadm
Version: 2.3.0-4
Severity: normal
Tags: patch
Hi,
Attached is the diff for my ipfwadm 2.3.0-4.1 NMU.
--
.''`. Fuck your fascist beauty standards
: :' :
`. `' Proudly running unstable Debian GNU/Linux
`- www.amayita.com www.malapecora.com www.chicasduras.com
diff -u ipfwadm-2.3.0/debian/changelog ipfwadm-2.3.0/debian/changelog
--- ipfwadm-2.3.0/debian/changelog
+++ ipfwadm-2.3.0/debian/changelog
@@ -1,3 +1,10 @@
+ipfwadm (2.3.0-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Get rid of the /usr/doc link in postinst (Closes: #359428).
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Sun, 16 Jul 2006 20:34:44 +0200
+
ipfwadm (2.3.0-4) unstable; urgency=low
* Fixed manpage alternatives. (Closes: Bug#142808)
@@ -26,3 +32,0 @@
-Local variables:
-mode: debian-changelog
-End:
diff -u ipfwadm-2.3.0/debian/postinst ipfwadm-2.3.0/debian/postinst
--- ipfwadm-2.3.0/debian/postinst
+++ ipfwadm-2.3.0/debian/postinst
@@ -10,6 +10,9 @@
/usr/share/man/man4/ipfw.4.gz ipfw.4.gz \
/usr/share/man/man4/ipfw_adm.4.gz 50
+ if [ -d /usr/doc -a -h /usr/doc/ipfwadm -a -d
/usr/share/doc/ipfwadm ]; then
+ rm -f /usr/doc/ipfwadm
+ fi
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;