Package: gruftistats
Version: 0.2.4-3
Severity: normal
Tags: patch
Hi,
Attached is the diff for my gruftistats 0.2.4-3.1 NMU.
--
.''`. Fuck your fascist beauty standards
: :' :
`. `' Proudly running unstable Debian GNU/Linux
`- www.amayita.com www.malapecora.com www.chicasduras.com
diff -u gruftistats-0.2.4/debian/changelog gruftistats-0.2.4/debian/changelog
--- gruftistats-0.2.4/debian/changelog
+++ gruftistats-0.2.4/debian/changelog
@@ -1,3 +1,11 @@
+gruftistats (0.2.4-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Get rid of the /usr/doc link in postinst (Closes: #359423).
+ * Fix the copyright file (Closes: #302962).
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Sun, 16 Jul 2006 01:47:06 +0200
+
gruftistats (0.2.4-3) unstable; urgency=low
* Updated irssi format file.
diff -u gruftistats-0.2.4/debian/copyright gruftistats-0.2.4/debian/copyright
--- gruftistats-0.2.4/debian/copyright
+++ gruftistats-0.2.4/debian/copyright
@@ -8 +8,7 @@
-Copyright: GPL, see /usr/share/common-licenses/GPL
+This software is copyright (c) by Andy Kempling.
+
+You are free to distribute this software under the terms of the GNU General
+Public Licence.
+On Debian systems, the complete text of the GNU General Public Licence can be
+found in /usr/share/common-licenses/GPL file.
+
diff -u gruftistats-0.2.4/debian/postinst gruftistats-0.2.4/debian/postinst
--- gruftistats-0.2.4/debian/postinst
+++ gruftistats-0.2.4/debian/postinst
@@ -24,7 +24,9 @@
case "$1" in
configure)
-
+ if [ -d /usr/doc -a -h /usr/doc/gruftistats -a -d
/usr/share/doc/gruftistats ]; then
+ rm -f /usr/doc/gruftistats
+ fi
;;
abort-upgrade|abort-remove|abort-deconfigure)