File: control

package info (click to toggle)
libydpdict 1.0.4-2
  • links: PTS, VCS
  • area: contrib
  • in suites: jessie, jessie-kfreebsd
  • size: 200 kB
  • ctags: 74
  • sloc: ansic: 848; makefile: 31; python: 19; sh: 12
file content (40 lines) | stat: -rw-r--r-- 1,551 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
Source: libydpdict
Section: contrib/libs
Priority: optional
Maintainer: Marcin Owsiany <porridge@debian.org>
Standards-Version: 3.9.5
Homepage: http://toxygen.net/ydpdict/
Build-Depends:
# debianization tools
 debhelper (>= 9~), dpkg-dev (>= 1.16.1~), dh-autoreconf,
# build tools
 autoconf, automake, libtool, pkg-config
Build-Conflicts: autoconf2.13, automake1.4
Vcs-Browser: https://github.com/porridge/libydpdict
Vcs-Git: https://github.com/porridge/libydpdict.git -b debian-master

Package: libydpdict2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: library for reading Collins dictionaries
 This library makes it easy for a program to read the dictionaries distributed
 by Young Digital Planet (English-Polish/Polish-English and/or
 German-Polish/Polish-German).
 .
 This package only contains the library, it does not contain the dictionary
 files. To use it, you need a copy of the dictionary from YDP and a program
 which can use this library (e.g. ydpdict).

Package: libydpdict2-dev
Section: contrib/libdevel
Architecture: any
Depends: libydpdict2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: library for reading Collins dictionaries - development files
 This library makes it easy for a program to read the dictionaries distributed
 by Young Digital Planet (English-Polish/Polish-English and/or
 German-Polish/Polish-German).
 .
 This package only contains the files necessary for compiling programs which
 use the libydpdict library.