Doc reformat, adjust "still to document" list
[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),
7         pkg-config,
8         libxslt1-dev,
9         libgnutls-dev,
10         libreadline-dev|libreadline5-dev,
11         libwrap0-dev,
12         libicu36-dev | libicu-dev
13
14 Package: libyaz4
15 Section: libs
16 Architecture: any
17 Depends: ${shlibs:Depends}
18 Conflicts: idzebra (<= 1.3.4-2), php4-yaz (<= 4.1.2-5)
19 Description: libraries for the Z39.50 toolkit
20  YAZ is a toolkit that allows you to develop software using the
21  ANSI Z39.50/ISO23950 standard for information retrieval.
22  .
23  This package includes runtime files.
24
25 Package: yaz
26 Section: utils
27 Architecture: any
28 Depends: ${shlibs:Depends}
29 Conflicts: yaz-runtime, yaz-ssl
30 Description: utilities for the Z39.50 toolkit
31  YAZ is a toolkit that allows you to develop software using the
32  ANSI Z39.50/ISO23950 standard for information retrieval.
33  .
34  This package includes utility programs.
35
36 Package: yaz-doc
37 Section: doc
38 Architecture: all
39 Description: documentation for the Z39.50 toolkit
40  YAZ is a toolkit that allows you to develop software using the
41  Z39.50/ISO23950 standard for information retrieval.
42  .
43  This package includes HTML documentation for YAZ.
44
45 Package: libyaz4-dev
46 Depends: libyaz4 (= ${Source-Version}),
47         libxslt1-dev,
48         libicu36-dev|libicu-dev,
49         tcl8.3|tclsh
50 Provides: libyaz-dev
51 Replaces: libyaz-dev
52 Conflicts: libyaz2-dev, libyaz3-dev, libyaz-dev
53 Section: libdevel
54 Architecture: any
55 Suggests: yaz-doc
56 Description: development files for the Z39.50 toolkit
57  YAZ is a toolkit that allows you to develop software using the
58  ANSI Z39.50/ISO23950 standard for information retrieval.
59  .
60  This package includes development libraries and C/C++ header files.
61
62 Package: yaz-illclient
63 Section: utils
64 Depends: ${shlibs:Depends}
65 Architecture: any
66 Description: ILL utility for the Z39.50 toolkit
67  YAZ is a toolkit that allows you to develop software using the
68  ANSI Z39.50/ISO23950 standard for information retrieval.
69  .
70  This package includes the yaz-illclient program which sends ILL
71  (Inter-Library-Loan) requests to a server and decodes the response.
72
73 Package: yaz-icu
74 Section: utils
75 Depends: ${shlibs:Depends}
76 Architecture: any
77 Description: ICU utility for the Z39.50 toolkit
78  YAZ is a toolkit that allows you to develop software using the
79  ANSI Z39.50/ISO23950 standard for information retrieval.
80  .
81  This package includes the yaz-icu program which exposes the ICU chain
82  facility of Z39.50 toolkit.
83