Make private functions static
[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
6 Package: yaz-runtime
7 Section: libs
8 Architecture: any
9 Depends: ${shlibs:Depends}
10 Description: The YAZ Z39.50 toolkit (runtime files)
11  YAZ is a toolkit that allows you to develop software using the
12  Z39.50/ISO23950 standard for information retrieval.
13  .
14  Besides development libraries and header files YAZ includes 
15  sample clients - and server.
16  .
17  This packages includes runtime files.
18
19 Package: yaz-doc
20 Section: doc
21 Architecture: any
22 Description: The YAZ Z39.50 toolkit (documentation)
23  YAZ is a toolkit that allows you to develop software using the
24  Z39.50/ISO23950 standard for information retrieval.
25  .
26  Besides development libraries and header files YAZ includes 
27  sample clients - and server.
28  .
29  This packages includes documentation for YAZ in HTML and PDF.
30
31 Package: yaz-devel
32 Depends: yaz-runtime
33 Section: devel
34 Architecture: any
35 Recommends: yaz-doc
36 Description: The YAZ Z39.50 toolkit (development files)
37  YAZ is a toolkit that allows you to develop software using the
38  Z39.50/ISO23950 standard for information retrieval.
39  .
40  Besides development libraries and header files YAZ includes 
41  sample clients - and server.
42  .
43  This packages includes development libraries and C/C++ header files.
44
45 Package: yaz-ssl
46 Depends: ${shlibs:Depends}
47 Section: libs
48 Architecture: any
49 Description: The YAZ Z39.50 toolkit (SSL support)
50  YAZ is a toolkit that allows you to develop software using the
51  Z39.50/ISO23950 standard for information retrieval.
52  .
53  Besides development libraries and header files YAZ includes 
54  sample clients - and server.
55  .
56  This packages includes SSL support (Z39.50 protocol over SSL).