Package: module-assistant Version: 0.10.11 Severity: normal Tags: patch
When calling module-assistant to install a module with the 'alli' keyword it fails to correctly expand it and espands it as 'all'. You can correct it adding this line in the "install" sub. next SKIP if( $installed_only && pexec($pkg, "installed")); Here is the diff output: 988a989 > next SKIP if( $installed_only && pexec($pkg, "installed")); -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.23-1-686 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages module-assistant depends on: ii libtext-wrapi18n-perl 0.06-5 internationalized substitute of Te ii perl 5.8.8-12 Larry Wall's Practical Extraction Versions of packages module-assistant recommends: ii liblocale-gettext-perl 1.05-1 Using libc functions for internati -- no debconf information
988a989 > next SKIP if( $installed_only && pexec($pkg, "installed"));