removed unnecessary misc:Depends
[yaz-moved-to-github.git] / debian / control
1 Source: yaz
2 Section: devel
3 Standards-Version: 3.6.2
4 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
5 Priority: extra
6 Build-Depends: debhelper (>= 4), libxml2-dev, libssl-dev, libreadline5-dev, libwrap0-dev
7
8 Package: libyaz2
9 Section: libs
10 Architecture: any
11 Depends: ${shlibs:Depends}
12 Provides: libyaz
13 Replaces: libyaz
14 Conflicts: idzebra (<= 1.3.4-2), php4-yaz (<= 4.1.2-5)
15 Description: The YAZ Z39.50 toolkit (runtime files)
16  YAZ is a toolkit that allows you to develop software using the
17  ANSI Z39.50/ISO23950 standard for information retrieval.
18  .
19  This packages includes runtime files.
20
21 Package: yaz
22 Section: utils
23 Architecture: any
24 Depends: ${shlibs:Depends}
25 Conflicts: yaz-runtime, yaz-ssl
26 Description: The YAZ Z39.50 toolkit (utilities)
27  YAZ is a toolkit that allows you to develop software using the
28  ANSI Z39.50/ISO23950 standard for information retrieval.
29  .
30  This packages includes utility programs.
31
32 Package: yaz-doc
33 Section: doc
34 Architecture: all
35 Description: The YAZ Z39.50 toolkit (documentation)
36  YAZ is a toolkit that allows you to develop software using the
37  Z39.50/ISO23950 standard for information retrieval.
38  .
39  This packages includes documentation for YAZ in HTML and PDF.
40
41 Package: libyaz-dev
42 Depends: libyaz2 (= ${Source-Version}), libxml2-dev, libwrap0-dev, libssl-dev
43 Replaces: yaz-devel
44 Conflicts: yaz-devel
45 Section: devel
46 Architecture: any
47 Recommends: yaz-doc
48 Description: The YAZ Z39.50 toolkit (development files)
49  YAZ is a toolkit that allows you to develop software using the
50  ANSI Z39.50/ISO23950 standard for information retrieval.
51  .
52  This packages includes development libraries and C/C++ header files.
53