File: control

package info (click to toggle)
mythes 2%3A1.2.5-1
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 16,272 kB
  • sloc: sh: 4,580; cpp: 348; makefile: 84; perl: 65
file content (36 lines) | stat: -rw-r--r-- 1,261 bytes parent folder | download | duplicates (2)
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
Source: mythes
Priority: optional
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: debhelper (>= 9), pkg-config (>= 0.9.0), libhunspell-dev, dh-autoreconf
Standards-Version: 3.6.1
Section: libs

Package: libmythes-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmythes-1.2-0  (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: ${perl:Depends}
Description: simple thesaurus library (development files)
 MyThes is a simple thesaurus that uses a structured
 text data file and an index file with binary search
 to lookup words and phrases and return information
 on part of speech, meanings, and synonyms
 .
 This package contains the static library and header file needed
 to develop applications using mythes.

Package: libmythes-1.2-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple thesaurus library
 MyThes is a simple thesaurus that uses a structured
 text data file and an index file with binary search
 to lookup words and phrases and return information
 on part of speech, meanings, and synonyms
 .
 This package contains the shared library.