File: control

package info (click to toggle)
apt-xapian-index 0.49
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 416 kB
  • sloc: python: 2,872; ruby: 475; sh: 135; makefile: 30
file content (49 lines) | stat: -rw-r--r-- 1,745 bytes parent folder | download
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
Source: apt-xapian-index
Section: admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper (>= 7.0.50~),
Build-Depends-Indep:
 bash-completion (>= 1:2.1-4.2~),
 dh-python,
 help2man,
 python (>= 2.6.6-3~),
 python-apt (>= 0.7.93.2),
 python-debian (>= 0.1.14),
 python-nose,
 python-xapian (>= 1.0.2),
Standards-Version: 3.9.8
Vcs-Git: git://git.debian.org/git/collab-maint/apt-xapian-index.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/apt-xapian-index.git
Homepage: http://www.enricozini.org/sw/apt-xapian-index/
X-Python-Version: >=2.4

Package: apt-xapian-index
Architecture: all
Depends:
 python-apt (>= 0.7.93.2),
 python-debian (>= 0.1.14),
 python-xapian (>= 1.0.2),
 ${misc:Depends},
 ${python:Depends},
Suggests:
 python-xdg,
Description: maintenance and search tools for a Xapian index of Debian packages
 This package provides update-apt-xapian-index, a tool to maintain a Xapian
 index of Debian package information in /var/lib/apt-xapian-index, and
 axi-cache, a command line search tool that uses the index.
 .
 axi-cache allows one to search packages very quickly, and it also interfaces
 with the shell command line completion in a smart way, providing
 context-sensitive keyword and tag suggestions even before the search command
 is actually run.
 .
 update-apt-xapian-index allows plugins to be installed in
 /usr/share/apt-xapian-index to index all sorts of extra information, such as
 Debtags tags, popcon information, package ratings and anything else that would
 fit.
 .
 The index generated by update-apt-xapian-index is self-documenting, as it
 contains an autogenerated README file with information on the index layout and
 all the data that can be found in it.