3ac1766a89c3e008b15c497d771c87cd128243a7
[yazpp-moved-to-github.git] / debian / control
1 Source: yazpp
2 Section: libdevel
3 Priority: optional
4 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
5 Standards-Version: 3.6.2
6 Build-Depends: debhelper (>= 5),
7         libxml2-dev, libxslt1-dev,
8         libyaz4-dev (>= 4.2.8)
9
10 Package: libyazpp5
11 Section: libs
12 Architecture: any
13 Depends: ${shlibs:Depends}
14 Description: YAZ++ library
15  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
16
17 Package: libyazpp5-dbg
18 Section: debug
19 Architecture: any
20 Depends: ${misc:Depends}, libyazpp5 (= ${Source-Version})
21 Description: debugging symbols for YAZ++ library
22  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
23
24 Package: libyazpp5-dev
25 Section: libdevel
26 Architecture: any
27 Conflicts: libyazpp-dev, libyazpp2-dev, libyazpp3-dev, libyazpp4-dev
28 Provides: libyazpp-dev
29 Replaces: libyazpp-dev
30 Depends: libyazpp5 (= ${Source-Version}), libyaz4-dev
31 Description: development libraries for YAZ++
32  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
33
34 Package: yazpp-doc
35 Section: doc
36 Architecture: all
37 Description: documentation for YAZ++
38  YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.
39