Tags: patch thanks mate hmm, yes, it _is_ normal practice to attach the patch, isn't it?
diff -ruN sysutils-1.3.8.5.1/debian/copyright sysutils-1.3.8.5.1.new/debian/copyright --- sysutils-1.3.8.5.1/debian/copyright 1999-07-12 06:38:50.000000000 +1000 +++ sysutils-1.3.8.5.1.new/debian/copyright 2005-08-14 15:12:44.000000000 +1000 @@ -22,4 +22,4 @@ This package has many utilities that are GPL or close to GPL code. On Debian Linux systems, the complete text of the GNU General -Public License can be found in `/usr/doc/copyright/GPL'. +Public License can be found in `/usr/share/common-licenses/GPL'. diff -ruN sysutils-1.3.8.5.1/debian/postinst sysutils-1.3.8.5.1.new/debian/postinst --- sysutils-1.3.8.5.1/debian/postinst 2002-01-11 13:05:15.000000000 +1100 +++ sysutils-1.3.8.5.1.new/debian/postinst 2005-08-14 15:10:11.000000000 +1000 @@ -2,9 +2,7 @@ set -e if [ "$1" = "configure" ]; then - if [ -d /usr/doc -a ! -e /usr/doc/sysutils -a -d /usr/share/doc/sysutils ]; then - ln -sf ../share/doc/sysutils /usr/doc/sysutils - fi + : # do nothing fi #DEBHELPER#

