reopen 340119 tags 340119 + patch thanks I have just uploaded the diff below to the latest Ubuntu development branch. I think this change should go into Debian's coreutils too. Apologies for my earlier mistake.
Regards, Ian. diff -ruN orig/coreutils-5.93/debian/changelog coreutils-5.93/debian/changelog --- orig/coreutils-5.93/debian/changelog 2006-06-27 12:31:18.000000000 +0100 +++ coreutils-5.93/debian/changelog 2006-06-27 18:02:09.000000000 +0100 @@ -1,3 +1,10 @@ +coreutils (5.93-5ubuntu5) edgy; urgency=low + + * Mad md5sum diversion fix fix: Remove man1/md5sum.textutils.1.gz + not (mistakenly) the always-nonexistent man1/md5sum.textutils. + + -- Ian Jackson <[EMAIL PROTECTED]> Tue, 27 Jun 2006 12:28:39 +0100 + coreutils (5.93-5ubuntu4) dapper; urgency=low * Only remove dpkg's mad md5sum diversion `once' (ie, on upgrade from diff -ruN orig/coreutils-5.93/debian/coreutils.preinst coreutils-5.93/debian/coreutils.preinst --- orig/coreutils-5.93/debian/coreutils.preinst 2006-06-27 12:31:18.000000000 +0100 +++ coreutils-5.93/debian/coreutils.preinst 2006-06-27 12:28:05.000000000 +0100 @@ -26,7 +26,7 @@ # any real local diversion subsequently introduced by the sysadmin. # (There are no coreutils versions between 5.2.1 and 5.93.) rm -f /usr/bin/md5sum.textutils - rm -f /usr/share/man/man1/md5sum.textutils + rm -f /usr/share/man/man1/md5sum.textutils.1.gz dpkg-divert --remove /usr/share/man/man1/md5sum.textutils.1.gz dpkg-divert --remove /usr/bin/md5sum.textutils # Possibly this can be removed at some distant point, when we're -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]