Debian control: split long lines
[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         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}), libxslt1-dev, libicu36-dev|libicu-dev, tcl8.3|tclsh
47 Replaces: yaz-devel
48 Conflicts: yaz-devel, libyaz-dev, libyaz2-dev, libyaz3-dev
49 Section: libdevel
50 Architecture: any
51 Suggests: yaz-doc
52 Description: development files for the Z39.50 toolkit
53  YAZ is a toolkit that allows you to develop software using the
54  ANSI Z39.50/ISO23950 standard for information retrieval.
55  .
56  This package includes development libraries and C/C++ header files.
57
58 Package: yaz-illclient
59 Section: utils
60 Depends: ${shlibs:Depends}
61 Architecture: any
62 Description: ILL utility for the Z39.50 toolkit
63  YAZ is a toolkit that allows you to develop software using the
64  ANSI Z39.50/ISO23950 standard for information retrieval.
65  .
66  This package includes the yaz-illclient program which sends ILL
67  (Inter-Library-Loan) requests to a server and decodes the response.
68
69 Package: yaz-icu
70 Section: utils
71 Depends: ${shlibs:Depends}
72 Architecture: any
73 Description: ICU utility for the Z39.50 toolkit
74  YAZ is a toolkit that allows you to develop software using the
75  ANSI Z39.50/ISO23950 standard for information retrieval.
76  .
77  This package includes the yaz-icu program which exposes the ICU chain
78  facility of Z39.50 toolkit.
79