Change logs for dlocate source package in Karmic

  • dlocate (1.02) unstable; urgency=low
    
      * fixed example in dlocate.1 man page again (Closes: #466662)
      * added '-k', and '-K' commands to list kernels and related packages
      * added optional support for gzip compression of /var/lib/dlocate/dlocatedb.txt
      * added support output filters (--package-only, --filename-only) (Closes: #531641)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  04 Jun 2009 05:47:29 +0100
  • dlocate (1.01) unstable; urgency=low
    
      * added support for diversions (Closes: #304045)
      * fixed copy/paste error for -P (now correctly passes -P to grep rather than -E)
      * really moved the four dpkg-* man pages to section 8
    
    dlocate (1.0) unstable; urgency=low
    
      * no longer use frcode and locate, see discussion in 494673.  removed
        dependency on locate package. (Closes: #505997, #494651, #494673)
      * added support for several GNU grep options, -E, -F, -G, -P, and -w
      * the extra grep options obsolete the request for shell glob patterns (Closes: #49922)
      * checked for empty $PKGS (Closes: #523501)
      * fixed '-man' option, so that it doesn't break on man directories with locales
      * tired of people filing the same bug because they misunderstand the purpose of '-man'.  added 'sort -u'.  (Closes: #501870)
      * updated and fixed dlocate.1 man page (Closes: #518309)
      * corrected 'dlocate -l' example in man page (Closes: #466662)
      * moved man pages for dpkg-hold, dpkg-unhold, dpkg-purge, dpkg-remove to section 8 (Closes: #512446)
      * added --verbose option to aid in debugging dlocate
      * fixed bug that broke support for multiple packages in most commands
      * fixed '-s' command so that it only calls grep-dctrl once if there are multiple package names
      * applied following 6 lintian fixes from era eriksson: (Closes: #513470)
      * debian/control: revert dependency on awk; as per Lintian error,
        it is in practice essential, and should not be declared
      * debian/copyright: add copyright year; disambiguate license as GPL v2
        (fix lintian warning)
      * debian/rules: move binary-arch commands to binary-indep; do not ignore
        errors from "make clean" (fix lintian warnings)
      * debian/changelog: fix typo in 0.96.1 s/dancy/dency/ (fix lintian warning)
      * debian/postinst: don't use explicit path for /usr/sbin (fix lintian warning)
      * debian/postrm: add -e flag (fix lintian warning)
    
    dlocate (0.96.2) unstable; urgency=low
    
      * Added bash completion rules.  only one trivial change to the
        patch provided by Danilo Piazzalunga (Closes: #223718)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  01 Jun 2009 10:42:01 +0100
  • dlocate (0.96.1) unstable; urgency=low
    
      * version 0.95 introduced a dependancy on awk, which is an optional
        package. the simple awk script has only been tested on my system
        with gawk, but it doesn't do anything gawkish so should work with
        mawk or original-awk. fixed Depends line.
    
    dlocate (0.96) unstable; urgency=low
    
      * accidentally deleted cron.daily rather than updating it.  restored it.
        (Closes: 488222)
      * updated postinst to generate /var/lib/dlocate/dpkg.list with tab-
        separated fields, the same way that /etc/cron.daily/dlocate does.
        also removed COLUMNS=200 because the postinst doesn't need it any
        more than the cron.daily does.
      * updated man page for update-dlocatedb to note additional author
    
    dlocate (0.95) unstable; urgency=low
    
      * changed cron.daily to not use ionice if kernel version <2.6.13
      * redirected stderr from ionice to >/dev/null to avoid error
        messages if running under vserver or other environments without
        CFQ scheduling (Closes: #456292)
      * added Pawel Chmielowski <email address hidden> patch to
        update-dlocatedb which re-uses any old data from the existing
        dlocatedb.  (Closes: #457572)
      * changed separator character when building the search regexp so
        that we don't end up grepping for everything.  (Closes: #466662)
      * while/read loops in bash are abysmally slow.  replaced that loop
        in 'dlocate -l' section with an awk script.  vast improvement in
        speed.  
        Note: this required changing the field separator in $DPKGLIST from
        space to tab, so anyone who parses that file directly (nobody, i
        think) may need to modify their scripts.
        (Closes: #487471)
      * finally close some bugs that were actually closed ages ago in 
        NMUs.  (Closes: #314276, #337711, #83196, #54073, #63902, #84018, #67650, #78621, #132930, #91785, #100694, #101426, #129251,  #132931, #129186, #76149, #43145, #43146, #45057, #42314)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  04 Jul 2008 08:43:51 +0100