~ubuntu-branches/ubuntu/oneiric/dlocate/oneiric

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Craig Sanders
  • Date: 2009-06-03 11:24:02 UTC
  • mfrom: (3.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090603112402-glc1211vgmee8yel
Tags: 1.02
* 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)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dlocate (1.02) unstable; urgency=low
 
2
 
 
3
  * fixed example in dlocate.1 man page again (Closes: #466662)
 
4
  * added '-k', and '-K' commands to list kernels and related packages
 
5
  * added optional support for gzip compression of /var/lib/dlocate/dlocatedb.txt
 
6
  * added support output filters (--package-only, --filename-only) (Closes: #531641)
 
7
 
 
8
 -- Craig Sanders <cas@taz.net.au>  Wed, 03 Jun 2009 11:24:02 +1000
 
9
 
 
10
dlocate (1.01) unstable; urgency=low
 
11
 
 
12
  * added support for diversions (Closes: #304045)
 
13
  * fixed copy/paste error for -P (now correctly passes -P to grep rather than -E)
 
14
  * really moved the four dpkg-* man pages to section 8
 
15
 
 
16
 -- Craig Sanders <cas@taz.net.au>  Mon, 01 Jun 2009 09:56:54 +1000
 
17
 
 
18
dlocate (1.0) unstable; urgency=low
 
19
 
 
20
  * no longer use frcode and locate, see discussion in 494673.  removed
 
21
    dependency on locate package. (Closes: #505997, #494651, #494673)
 
22
  * added support for several GNU grep options, -E, -F, -G, -P, and -w
 
23
  * the extra grep options obsolete the request for shell glob patterns (Closes: #49922)
 
24
  * checked for empty $PKGS (Closes: #523501)
 
25
  * fixed '-man' option, so that it doesn't break on man directories with locales
 
26
  * tired of people filing the same bug because they misunderstand the purpose of '-man'.  added 'sort -u'.  (Closes: #501870)
 
27
  * updated and fixed dlocate.1 man page (Closes: #518309)
 
28
  * corrected 'dlocate -l' example in man page (Closes: #466662)
 
29
  * moved man pages for dpkg-hold, dpkg-unhold, dpkg-purge, dpkg-remove to section 8 (Closes: #512446)
 
30
  * added --verbose option to aid in debugging dlocate
 
31
  * fixed bug that broke support for multiple packages in most commands
 
32
  * fixed '-s' command so that it only calls grep-dctrl once if there are multiple package names
 
33
  * applied following 6 lintian fixes from era eriksson: (Closes: #513470)
 
34
  * debian/control: revert dependency on awk; as per Lintian error,
 
35
    it is in practice essential, and should not be declared
 
36
  * debian/copyright: add copyright year; disambiguate license as GPL v2
 
37
    (fix lintian warning)
 
38
  * debian/rules: move binary-arch commands to binary-indep; do not ignore
 
39
    errors from "make clean" (fix lintian warnings)
 
40
  * debian/changelog: fix typo in 0.96.1 s/dancy/dency/ (fix lintian warning)
 
41
  * debian/postinst: don't use explicit path for /usr/sbin (fix lintian warning)
 
42
  * debian/postrm: add -e flag (fix lintian warning)
 
43
 
 
44
 -- Craig Sanders <cas@taz.net.au>  Sat, 30 May 2009 16:53:51 +1000
 
45
 
 
46
dlocate (0.96.2) unstable; urgency=low
 
47
 
 
48
  * Added bash completion rules.  only one trivial change to the
 
49
    patch provided by Danilo Piazzalunga (Closes: #223718)
 
50
 
 
51
 -- Craig Sanders <cas@taz.net.au>  Fri, 27 Jun 2008 20:31:44 +1000
 
52
 
1
53
dlocate (0.96.1) unstable; urgency=low
2
54
 
3
 
  * version 0.95 introduced a dependancy on awk, which is an optional
 
55
  * version 0.95 introduced a dependency on awk, which is an optional
4
56
    package. the simple awk script has only been tested on my system
5
57
    with gawk, but it doesn't do anything gawkish so should work with
6
58
    mawk or original-awk. fixed Depends line.