X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=29fe27dbb8d150d31badfe3a09445790ee2f28de;hb=d62e0baee8ee3cccced41746ef09fc3e01f401d5;hp=d4c17fbd725fd65af571557c9f190a8648bd8ecf;hpb=04249b21da0499a4f08ad7d6ea8c45be7019992d;p=yazpp-moved-to-github.git diff --git a/debian/control b/debian/control index d4c17fb..29fe27d 100644 --- a/debian/control +++ b/debian/control @@ -1,27 +1,39 @@ Source: yazpp -Section: devel +Section: libdevel Priority: optional Maintainer: Adam Dickmeiss Standards-Version: 3.6.2 -Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libyaz-dev (>= 2.1.14) +Build-Depends: debhelper (>= 7), + libxml2-dev, libxslt1-dev, + libyaz5-dev (>= 5.0.0) -Package: libyazpp1 +Package: libyazpp6 Section: libs Architecture: any -Depends: ${shlibs:Depends}, libyaz (>= 2.1.14) -Description: YAZ++ and ZOOM library +Depends: ${shlibs:Depends} +Description: YAZ++ library YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM. -Package: libyazpp-dev -Section: devel +Package: libyazpp6-dbg +Section: debug Architecture: any -Depends: libyazpp1 (= ${Source-Version}), libyaz-dev -Description: Development libraries for YAZ++ and ZOOM +Depends: ${misc:Depends}, libyazpp6 (= ${Source-Version}) +Description: debugging symbols for YAZ++ library + YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM. + +Package: libyazpp6-dev +Section: libdevel +Architecture: any +Conflicts: libyazpp-dev, libyazpp2-dev, libyazpp3-dev, libyazpp4-dev +Provides: libyazpp-dev +Replaces: libyazpp-dev +Depends: libyazpp6 (= ${Source-Version}), libyaz5-dev +Description: development libraries for YAZ++ YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM. Package: yazpp-doc Section: doc Architecture: all -Description: Documentation for YAZ++ +Description: documentation for YAZ++ YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM.