Change logs for command-not-found source package in Squeeze

  • command-not-found (0.2.38-1) unstable; urgency=low
    
    
      * Update to latest release
        - Prints an error message if the command could not be found in the
          database (Closes: #551377)
      * Packaging changes:
        - Use python-support instead of python-central.
        - Switch to the new 3.0 (quilt) source format.
      * Bugfixing:
        - Create symlinks for command-not-found in /usr/lib (used by bash),
          and in /usr/bin for manual invocation (Closes: #543747)
        - Strip package names so they don't contain newlines (Closes: #521276)
        - Fix typo in the description (Closes: #503629)
        - Use mode 0644 for the database files (Closes: #522450), and set
          the umask to 022 while running the update-command-not-found script.
        - Set -e in the maintainer scripts, reported by lintian.
      * Change update-command-not-found to only add the section to the database
        filenames. Delete old cache files in postinst, so users only get the
        new ones.
      * Stop installing /etc/bash_command_not_found, since the standard one
        included in bash works now.
    
     -- Julian Andres Klode <email address hidden>  Mon, 02 Nov 2009 20:43:12 +0100
  • command-not-found (0.2.26-1) unstable; urgency=low
    
    
      * Initial Upload to Debian (Closes: #418613)
      * Fetch the data from available apt sources and drop command-not-found-data:
        - update-command-not-found: Script to update the cache using apt-file files.
        - patches/adjust-paths.diff: Move databases to /var/cache/command-not-found
        - patches/no-enable-component.diff: Remove 'enable the component' messages
      * Re-do packaging
        - Do not install using setup.py, but simply copy needed files
        - Make the Python modules private
        - Move the command-not-found script to /usr/share/command-not-found
        - Build-Depend on debhelper, quilt and python-central only
      * other packaging stuff
        - Upgrade Policy Version to 3.8.0
        - debhelper compat level 7
        - Rewrite copyright file (machine-interpretable)
      * patches/bts.diff: Point to information on how to report bugs in Debian,
        and not to Launchpad. Also update the version number.
    
     -- Julian Andres Klode <email address hidden>  Fri, 24 Oct 2008 20:35:41 +0200