File: control

package info (click to toggle)
doodle 0.6.7-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,764 kB
  • ctags: 536
  • sloc: sh: 9,898; ansic: 7,848; makefile: 182; java: 152; sed: 16
file content (85 lines) | stat: -rw-r--r-- 4,037 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
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
Source: doodle
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 7), dpatch, autotools-dev, libextractor-dev, libgamin-dev
Standards-Version: 3.8.0
Homepage: http://www.gnunet.org/doodle/
Vcs-Browser: http://git.debian.net/?p=doodle.git
Vcs-Git: git://git.debian.net/git/doodle.git

Package: doodle
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Recommends: libextractor-plugins
Description: Desktop Search Engine (client)
 It searches your hard drive for files using pattern matching on meta-data. It
 extracts file-format specific meta-data using libextractor and builds a suffix
 tree to index the files. The index can then be searched rapidly. It is similar
 to locate, but can take advantage of information such as ID3 tags. It is
 possible to do full-text indexing using the appropriate libextractor plugins.
 It also supports using FAM to keep the database up-to-date.
 .
 You can use doodled (separate package) to keep the doodle database
 automagically updated.

Package: doodle-dbg
Section: devel
Priority: extra
Architecture: any
Depends: doodle (= ${binary:Version}), doodled (= ${binary:Version}), libdoodle1 (= ${binary:Version}), libdoodle-dev (= ${binary:Version})
Description: Desktop Search Engine (debug)
 It searches your hard drive for files using pattern matching on meta-data. It
 extracts file-format specific meta-data using libextractor and builds a suffix
 tree to index the files. The index can then be searched rapidly. It is similar
 to locate, but can take advantage of information such as ID3 tags. It is
 possible to do full-text indexing using the appropriate libextractor plugins.
 It also supports using FAM to keep the database up-to-date.
 .
 This package contains the debugging symbols.

Package: doodled
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, doodle (= ${binary:Version}), gamin, portmap
Description: Desktop Search Engine (daemon)
 It searches your hard drive for files using pattern matching on meta-data. It
 extracts file-format specific meta-data using libextractor and builds a suffix
 tree to index the files. The index can then be searched rapidly. It is similar
 to locate, but can take advantage of information such as ID3 tags. It is
 possible to do full-text indexing using the appropriate libextractor plugins.
 It also supports using FAM to keep the database up-to-date.
 .
 This is the daemon to keep the doodle database automagically up-to-date.

Package: libdoodle1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libextractor1c2a, libextractor-plugins
Description: Desktop Search Engine (library)
 It searches your hard drive for files using pattern matching on meta-data. It
 extracts file-format specific meta-data using libextractor and builds a suffix
 tree to index the files. The index can then be searched rapidly. It is similar
 to locate, but can take advantage of information such as ID3 tags. It is
 possible to do full-text indexing using the appropriate libextractor plugins.
 It also supports using FAM to keep the database up-to-date.
 .
  Homepage: <http://www.gnunet.org/doodle/>
 .
 This is the library to access the doodle database from other applications.

Package: libdoodle-dev
Section: libdevel
Architecture: any
Depends: libdoodle1 (= ${binary:Version}), libextractor-dev, libgamin-dev
Description: Desktop Search Engine (development)
 It searches your hard drive for files using pattern matching on meta-data. It
 extracts file-format specific meta-data using libextractor and builds a suffix
 tree to index the files. The index can then be searched rapidly. It is similar
 to locate, but can take advantage of information such as ID3 tags. It is
 possible to do full-text indexing using the appropriate libextractor plugins.
 It also supports using FAM to keep the database up-to-date.
 .
 This is the library to access the doodle database from other applications
 (development files).