Followup-For: Bug #292998 Package: debsums Version: 2.0.14 This seems to cure that problem:
--- /usr/bin/debsums.orig 2005-01-30 00:47:36.000000000 +0100 +++ /usr/bin/debsums 2005-01-31 23:16:11.000000000 +0100 @@ -82,7 +82,8 @@ if ($localepurge and -e $nopurge) open L, $nopurge or die "$self: can't open $nopurge ($!)\n"; while (<L>) { - $locales{$1}++ if /^\w.+/; + chomp; + $locales{$_}++ if /^\w.+/; } close L; Cheers, Cristian -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.4.27-1-k7 Locale: LANG=C, LC_CTYPE= (charmap=ANSI_X3.4-1968) Versions of packages debsums depends on: ii debconf [debconf-2.0] 1.4.42 Debian configuration management sy ii perl 5.8.4-5 Larry Wall's Practical Extraction -- debconf information: debsums/apt-autogen: true -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]