~ubuntu-branches/ubuntu/saucy/apt-xapian-index/saucy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
apt-xapian-index (0.35) unstable; urgency=low

  * Tolerate (and if --verbose, report) .desktop file with invalid popcon
    fields
  * Added missing import. Closes: #581736
  * Run update-python-modules -p before updating the index in postinst.
    Closes: #581811

 -- Enrico Zini <enrico@debian.org>  Sun, 16 May 2010 09:33:58 +0100

apt-xapian-index (0.34) unstable; urgency=low

  * Added aliases plugin, to feed synonims to the index
  * Tolerate older versions of python-debian
  * Give a nicer error message if run with not enough permissions
  * Added acknowledgements file mentioning sponsorship by the Fuss project

 -- Enrico Zini <enrico@debian.org>  Thu, 13 May 2010 14:19:43 +0100

apt-xapian-index (0.33) unstable; urgency=low

  * Added missing import, fixing indexing of multilanguage descriptions

 -- Enrico Zini <enrico@debian.org>  Wed, 12 May 2010 22:31:31 +0100

apt-xapian-index (0.32) unstable; urgency=low

  * Tolerate plugins' init functions that do not expect any arguments

 -- Enrico Zini <enrico@debian.org>  Wed, 12 May 2010 21:42:43 +0100

apt-xapian-index (0.31) unstable; urgency=low

  [ David Paleino ]
  * debian/rules: set COLUMNS envvar when calling help2man (Closes: #577525)
  * debian/cron.weekly:
    - pass --update to update-apt-xapian-index, try to be less
      invasive during background runs (LP: #363695)
    - don't run the indexer when on battery power
  * axi-cache, update-xapian-index: update version number

  [ Axel Rutz ]
  * debian/cron.weekly:
    - inserted missing space in 'ionice -c 3'
    - give the indexer maximum niceness (LP: #363695)

  [ Enrico Zini ]
  * Switch to debhelper7 and distutils
  * Reorganised code in modules
  * Added a test suite
  * Added indexer for app-install .desktop file information

 -- Enrico Zini <enrico@debian.org>  Wed, 12 May 2010 21:42:36 +0100

apt-xapian-index (0.30) unstable; urgency=low

  [ Enrico Zini ]
  * axi-cache: fix behaviour of again with no parameters
  * axi-cache: AND terms by default instead of OR
  * axi-cache: remove AND, OR and NOT from partial expressions when providing
    tab completion candidates
  * axi-cache: suggest tags from a preset list of facets when completing
    "axi-cache search "
  * axi-cache: when completing "axi-cache again " suggest context-sensitive
    terms from the previous "search" query
  * axi-cache: implemented showpkg
  * axi-cache: implemented showsrc
  * axi-cache: implemented depends, rdepends, policy, madison 

  [ David Paleino ]
  * axi-cache.sh: move common "else" clause out of the last case..esac

 -- David Paleino <dapal@debian.org>  Mon, 12 Apr 2010 18:37:53 +0200

apt-xapian-index (0.29) unstable; urgency=low

  * axi-cache: don't die horribly if a package exists in a-x-i but not in apt

 -- Enrico Zini <enrico@debian.org>  Sun, 11 Apr 2010 09:21:41 +0200

apt-xapian-index (0.28) unstable; urgency=low

  * Added Homepage: field
  * Implemented axi-cache show and David provided its completion
  * Allow to run via dbus (Thanks to Michael Vogt)

 -- Enrico Zini <enrico@debian.org>  Sat, 10 Apr 2010 17:51:06 +0200

apt-xapian-index (0.27) unstable; urgency=low

  [ Enrico Zini ]
  * Added axi-cache to search the index
  * Add spellchecking information to the database

  [ David Paleino ]
  * Added axi-cache.sh bash-completion snippet
  * Install bash-completion snippet using dh_bash-completion
  * Added myself to Uploaders

 -- David Paleino <dapal@debian.org>  Fri, 09 Apr 2010 23:19:15 +0200

apt-xapian-index (0.26) unstable; urgency=low

  * Use the new module name for python-debian. Closes: #573935

 -- Enrico Zini <enrico@debian.org>  Fri, 19 Mar 2010 21:00:08 +0000

apt-xapian-index (0.25) unstable; urgency=low

  * Upgrade to the new python-apt API. Thanks Julian Andres Klode for the
    patch. Closes: #572052

 -- Enrico Zini <enrico@debian.org>  Mon, 01 Mar 2010 11:56:55 +0000

apt-xapian-index (0.24) unstable; urgency=low

  * Fixed deprecation warnings, thanks to Matt Kraai. Closes: #570219
  * Fixed more deprecation warnings.
  * Disable all warnings when run with --quiet. Not sure it is a good idea,
    not sure it is a bad idea either.

 -- Enrico Zini <enrico@debian.org>  Sun, 28 Feb 2010 23:28:45 +0000

apt-xapian-index (0.23) unstable; urgency=low

  * Applied patch by Matt Kraai. Closes: #547074
  * Better output for initial runs. Closes: #547126
  * Check for ionice before using it. Closes: #562078
  * Updated Standards-version. No changes needed.

 -- Enrico Zini <enrico@debian.org>  Sun, 14 Feb 2010 18:51:21 +0100

apt-xapian-index (0.22) unstable; urgency=low

  * Applied patch by Michael Vogt. Closes: #536857.
    - Run the weekly update with nice and ionice
    - Fix bug in --updates when it is selecting the wrong index

 -- Enrico Zini <enrico@debian.org>  Wed, 15 Jul 2009 11:44:24 +0100

apt-xapian-index (0.21) unstable; urgency=low

  * Applied patch from Michael Vogt to implement a --update option that
    performs an incremental update of only those packages whose version has
    changed
  * Use "auto path" instead of "flint path" in the Xapian link file, so that
    we can transparently handle new formats in the future
  * Added "exit 0" at the end of maintainer scripts

 -- Enrico Zini <enrico@debian.org>  Tue, 07 Jul 2009 16:28:48 +0100

apt-xapian-index (0.20) unstable; urgency=low

  * Ported to use the new method names from python-debian. It seems to have
    become trendy to rename methods in libraries. I dread to think what will
    happen when it will become trendy to migrate to python 3. Closes: #526587.
  * Bumped Standards-Version, no changes needed
  * Depends on ${misc:Depends}

 -- Enrico Zini <enrico@debian.org>  Sun, 03 May 2009 21:07:16 +0100

apt-xapian-index (0.19) unstable; urgency=low

  * Ported to use the Version class from new python-apt.
  * Depend on fixed version of new python-apt.
    Closes: #521346, #523737, #523747.

 -- Enrico Zini <enrico@debian.org>  Mon, 13 Apr 2009 20:44:41 +0100

apt-xapian-index (0.18) unstable; urgency=low

  * Run the background update niced.
  * Check policy-rc.d to see if it should start update-apt-xapian-index in the
    background.  Closes: #516728.

 -- Enrico Zini <enrico@debian.org>  Tue, 24 Feb 2009 15:08:57 +0000

apt-xapian-index (0.17) unstable; urgency=medium

  * Work around python-apt bug #513315 until they fix it.  Closes: #515791.

 -- Enrico Zini <enrico@debian.org>  Sat, 21 Feb 2009 11:08:06 +0000

apt-xapian-index (0.16) unstable; urgency=low

  * Create /var/lib/apt-xapian-index/ in a way that is free of race
    conditions.  Closes: #506766.
  * Fix cron job to be quiet if the package is removed but not purged.
    Closes: #502607.
  * Simplified searchcloud example.

 -- Enrico Zini <enrico@debian.org>  Sat, 24 Jan 2009 10:45:05 +0000

apt-xapian-index (0.15) unstable; urgency=low

  * Properly implement detection of concurrent updates
  * If a concurrent update is detected, its status will be printed
  * Use a xapian stub database instead of a symlink

 -- Enrico Zini <enrico@debian.org>  Thu, 07 Aug 2008 12:28:41 +0200

apt-xapian-index (0.14) unstable; urgency=low

  * Added --batch-mode to produce machine-readable output, to use for GUI
    feedback in package managers.  Thanks to Petr Rockai.
  * Reformatted debian/copyright
  * Shortened short description

 -- Enrico Zini <enrico@debian.org>  Thu, 31 Jul 2008 14:57:32 +0200

apt-xapian-index (0.13) unstable; urgency=low

  * Upload properly.

 -- Enrico Zini <enrico@debian.org>  Sun, 20 Jul 2008 07:55:50 +0100

apt-xapian-index (0.12) unstable; urgency=low

  * Added axi-searchcloud.py example
  * Fix some lintian warnings
  * In postinst, build the index in background if it has never been done
    before

 -- Enrico Zini <enrico@debian.org>  Sat, 19 Jul 2008 21:24:16 +0100

apt-xapian-index (0.11) unstable; urgency=low

  * Use -f when removing data on purge, to avoid complaining if it is missing.

 -- Enrico Zini <enrico@debian.org>  Sun, 06 Jul 2008 17:48:18 +0200

apt-xapian-index (0.10) unstable; urgency=low

  * Applied patch from Michael Vogt.  Closes: #487677.

 -- Enrico Zini <enrico@debian.org>  Sun, 06 Jul 2008 16:58:20 +0200

apt-xapian-index (0.9) unstable; urgency=low

  * Remove the index on remove as well as on purge.
  * Properly unquote language names from translation files, and ignore
    translation records with strange Description fields.  Closes: #472953

 -- Enrico Zini <enrico@debian.org>  Fri, 20 Jun 2008 09:49:48 +0100

apt-xapian-index (0.8) unstable; urgency=low

  * Fixed translations plugin to handle when there are no translations in the
    system.  Closes: #471957

 -- Enrico Zini <enrico@debian.org>  Fri, 21 Mar 2008 19:22:09 +0800

apt-xapian-index (0.7) unstable; urgency=low

  * Remove *.pyc from the plugin directory on remove or purge.
    Closes: #467193
  * Added plugin to index sections
  * Added plugin to index translated descriptions

 -- Enrico Zini <enrico@debian.org>  Mon, 17 Mar 2008 13:02:42 +0000

apt-xapian-index (0.6) unstable; urgency=low

  * Added --pkgfile option to index arbitrary Package files instead of the APT
    cache.

 -- Enrico Zini <enrico@debian.org>  Tue, 19 Feb 2008 11:19:08 +0000

apt-xapian-index (0.5) unstable; urgency=low

  * Updated XS-Vcs* fields to the new location in git under collab-maint
  * Cron job does not fail if the package is removed.  Closes: #461571
  * Fixed apttags.py plugin

 -- Enrico Zini <enrico@debian.org>  Thu, 07 Feb 2008 11:28:14 +0000

apt-xapian-index (0.4) unstable; urgency=low

  * Added versioned dependency on python-xapian.  Closes: #447382.
  * Added examples from my blog posts

 -- Enrico Zini <enrico@debian.org>  Mon, 22 Oct 2007 15:34:38 +0100

apt-xapian-index (0.3) experimental; urgency=low

  * Install the examples properly

 -- Enrico Zini <enrico@debian.org>  Tue, 16 Oct 2007 22:47:04 +0100

apt-xapian-index (0.2) experimental; urgency=low

  * Added license headers
  * Added examples

 -- Enrico Zini <enrico@debian.org>  Tue, 16 Oct 2007 22:39:27 +0100

apt-xapian-index (0.1) experimental; urgency=low

  * Initial release.
  * This package will replace ept-cache reindex for the task of maintaining a
    system-wide index of Debian package metadata.

 -- Enrico Zini <enrico@debian.org>  Tue, 16 Oct 2007 12:20:43 +0100