Package: command-not-found Version: 0.2.38-1 Severity: grave Tags: patch Justification: renders package unusable
The package fails to install /etc/bash_command_not_found as referenced the README. This does not make it unusable as a user command, or for zsh users, but it is non-functional in its current state of bash users and the program's orginal intention ( as defined at https://wiki.ubuntu.com/CommandNotFoundMagic ). The reason it is not installed is because it is missing from the debian/install file. I have included a patch to correct this. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages command-not-found depends on: ii apt-file 2.4.0 search for files within Debian pac ii lsb-release 3.2-23.1 Linux Standard Base version report ii python 2.6.5-5 An interactive high-level object-o ii python-gdbm 2.6.5-1 GNU dbm database support for Pytho ii python-support 1.0.9 automated rebuilding support for P command-not-found recommends no packages. command-not-found suggests no packages. -- no debconf information
--- orig/command-not-found-0.2.38/debian/install 2009-11-02 16:17:44.000000000 -0500 +++ changed/command-not-found-0.2.38/debian/install 2010-07-02 16:43:28.000000000 -0400 @@ -1,4 +1,5 @@ CommandNotFound usr/share/command-not-found command-not-found usr/share/command-not-found zsh_command_not_found etc/ +bash_command_not_found etc/ debian/update-command-not-found usr/sbin