Build dpkg yaz++-doc too
[yazpp-moved-to-github.git] / debian / control
1 Source: yaz++
2 Priority: optional
3 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
4 Build-Depends: debhelper (>= 4.0.0)
5 Standards-Version: 3.6.0
6 Build-Depends: docbook-utils, docbook, docbook-xml, docbook-dsssl, jade, jadetex,libxml2-dev, libxslt-dev, libyaz-dev (>= 2.0.9)
7
8 Package: libyaz++
9 Section: libs
10 Architecture: any
11 Depends: ${shlibs:Depends}, libyaz (>= 2.0.9)
12 Description: YAZ++ development library for Z39.50 applications in C++.
13  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
14
15 Package: libyaz++-dev
16 Section: devel
17 Architecture: any
18 Depends: libyaz++ (= ${Source-Version}), libxml2-dev, libxslt-dev, libyaz-dev
19 Description: YAZ++ library for Z39.50 applications in C++.
20  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
21
22 Package: yaz++
23 Section: utils
24 Architecture: any
25 Depends: ${shlibs:Depends}
26 Description: YAZ++ programs.
27  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
28
29 Package: yaz++-doc
30 Section: doc
31 Architecture: all
32 Description: Documentation for YAZ++.
33  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.