File: control

package info (click to toggle)
doodle 0.7.0-9
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,680 kB
  • ctags: 685
  • sloc: sh: 10,839; ansic: 7,793; java: 152; makefile: 142; sed: 16
file content (93 lines) | stat: -rw-r--r-- 4,118 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
86
87
88
89
90
91
92
93
Source: doodle
Section: utils
Priority: optional
Maintainer: Prach Pongpanich <prachpub@gmail.com>
Build-Depends: autotools-dev,
               debhelper (>= 9),
               dpkg-dev (>= 1.16.1~),
               libextractor-dev (>= 1:0.6.0),
               libgamin-dev
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/collab-maint/doodle.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/doodle.git
Homepage: https://gnunet.org/doodle/

Package: doodle
Architecture: any
Depends: adduser, ${misc:Depends}, ${shlibs:Depends}
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: debug
Priority: extra
Architecture: any
Depends: doodle (= ${binary:Version}),
         doodled (= ${binary:Version}),
         libdoodle-dev (= ${binary:Version}),
         libdoodle1 (= ${binary:Version}),
         ${misc:Depends}
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
Architecture: any
Depends: doodle (= ${binary:Version}),
         gamin,
         ${misc:Depends},
         ${shlibs:Depends}
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
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
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.
 .
 This is the library to access the doodle database from other applications.

Package: libdoodle-dev
Section: libdevel
Architecture: any
Depends: libdoodle1 (= ${binary:Version}), ${misc:Depends}
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).