Version 1.2.7
[yazpp-moved-to-github.git] / debian / control
1 Source: yazpp
2 Section: devel
3 Priority: optional
4 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
5 Standards-Version: 3.6.2
6 Build-Depends: debhelper (>= 4.0.0),
7         libxml2-dev, libxslt1-dev,
8         libyaz4-dev (>= 4.2.8)
9
10 Package: libyazpp4
11 Section: libs
12 Architecture: any
13 Depends: ${shlibs:Depends}
14 Description: YAZ++ and ZOOM library
15  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
16
17 Package: libyazpp4-dev
18 Section: devel
19 Architecture: any
20 Conflicts: libyazpp-dev, libyazpp2-dev, libyazpp3-dev
21 Depends: libyazpp4 (= ${Source-Version}), libyaz4-dev
22 Description: Development libraries for YAZ++ and ZOOM
23  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
24
25 Package: yazpp-doc
26 Section: doc
27 Architecture: all
28 Description: Documentation for YAZ++
29  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
30