Package: dpkg Version: 1.13.22 Severity: normal Tags: patch
Hi, cleanup-info uses the obsolete directory /usr/info as its $infodir, rendering it non-functional on systems where that does not exist (as on my system). Please apply the following patch to scripts/cleanup-info.pl to fix this: --- cleanup-info.pl~ 2006-06-21 06:46:12.000000000 +0200 +++ cleanup-info.pl 2006-07-17 20:58:41.000000000 +0200 @@ -56,7 +56,7 @@ "), $0; } -my $infodir = '/usr/info'; +my $infodir = '/usr/share/info'; my $unsafe = 0; $0 =~ m|[^/]+$|; my $name= $&; -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.6 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages dpkg depends on: ii coreutils 5.96-5 The GNU core utilities ii libc6 2.3.6-15 GNU C Library: Shared libraries dpkg recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

