Source: doodle
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 debhelper-compat (= 13),
 libextractor-dev,
 libgamin-dev,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://grothoff.org/christian/doodle/
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/doodle
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/doodle

Package: doodle
Section: utils
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Desktop Search Engine (client)
 Doodle 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 manual doodle client.

Package: doodled
Section: utils
Architecture: any
Depends:
 doodle (= ${binary:Version}),
 gamin,
 ${misc:Depends},
 ${shlibs:Depends},
Description: Desktop Search Engine (daemon)
 Doodle 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 daemon to keep the doodle database automagically
 up-to-date.

Package: libdoodle-dev
Section: libdevel
Architecture: any
Depends:
 libdoodle1 (= ${binary:Version}),
 ${misc:Depends},
Description: Desktop Search Engine (development)
 Doodle 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 development files for the library to access the
 doodle database from other applications.

Package: libdoodle1
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: Desktop Search Engine (library)
 Doodle 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 shared library to access the doodle database from
 other applications.
