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