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