Fix debian conflict with php4-yaz
[yaz-moved-to-github.git] / debian / control
1 Source: yaz
2 Standards-Version: 3.5.7.0
3 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
4 Priority: extra
5 Build-Depends: docbook-utils, docbook, docbook-xml, docbook-dsssl, jade, jadetex,libxml2-dev
6
7 Package: yaz-runtime
8 Section: libs
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Conflicts: idzebra (<= 1.3.4-2), php4-yaz (<= 4.1.2-5)
12 Description: The YAZ Z39.50 toolkit (runtime files)
13  YAZ is a toolkit that allows you to develop software using the
14  ANSI Z39.50/ISO23950 standard for information retrieval.
15  .
16  Besides development libraries and header files YAZ includes 
17  sample clients - and server.
18  .
19  This packages includes runtime files.
20
21 Package: yaz-doc
22 Section: doc
23 Architecture: any
24 Description: The YAZ Z39.50 toolkit (documentation)
25  YAZ is a toolkit that allows you to develop software using the
26  Z39.50/ISO23950 standard for information retrieval.
27  .
28  Besides development libraries and header files YAZ includes 
29  sample clients - and server.
30  .
31  This packages includes documentation for YAZ in HTML and PDF.
32
33 Package: yaz-devel
34 Depends: yaz-runtime
35 Section: devel
36 Architecture: any
37 Recommends: yaz-doc
38 Description: The YAZ Z39.50 toolkit (development files)
39  YAZ is a toolkit that allows you to develop software using the
40  ANSI Z39.50/ISO23950 standard for information retrieval.
41  .
42  Besides development libraries and header files YAZ includes 
43  sample clients - and server.
44  .
45  This packages includes development libraries and C/C++ header files.
46
47 Package: yaz-ssl
48 Depends: ${shlibs:Depends}
49 Section: libs
50 Architecture: any
51 Description: The YAZ Z39.50 toolkit (SSL support)
52  YAZ is a toolkit that allows you to develop software using the
53  ANSI Z39.50/ISO23950 standard for information retrieval.
54  .
55  Besides development libraries and header files YAZ includes 
56  sample clients - and server.
57  .
58  This packages includes SSL support (Z39.50 protocol over SSL).