X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=be118e0a22da5fdb3e2a86e64f49af5721f5f9a7;hb=e6e0048fc813a45acdd712e7579ba846f936fa17;hp=5ee67033e1889baa3a33965dd25493917f8a86dd;hpb=d0e7f69b5a478e2a3b3b83b3f9df6dded96c4804;p=metaproxy-moved-to-github.git diff --git a/debian/control b/debian/control index 5ee6703..be118e0 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,12 @@ Section: devel Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss Priority: extra -Build-Depends: debhelper (>= 4), - libyaz4-dev (>= 4.2.32), - libyazpp4-dev (>= 1.2.7), +Build-Depends: debhelper (>= 5), + libyaz4-dev (>= 4.2.50), + libyazpp5-dev (>= 1.4.1), libxslt1-dev, libboost-dev, + libboost-system-dev, libboost-thread-dev, libboost-test-dev, libboost-regex-dev @@ -29,7 +30,7 @@ Description: Z39.50/SRU router (main executable) Package: libmetaproxy4 Section: libs Architecture: any -Depends: ${shlibs:Depends}, libyaz4 (>= 4.2.22) +Depends: ${shlibs:Depends} Description: Z39.50/SRU router (runtime) This is a universal router, proxy and encapsulated metasearcher for information retrieval protocols. It accepts, processes, interprets @@ -39,11 +40,24 @@ Description: Z39.50/SRU router (runtime) . This package includes the Metaproxy libraries. +Package: libmetaproxy4-dbg +Section: debug +Architecture: any +Depends: libmetaproxy4 (= ${binary:Version}), ${misc:Depends} +Description: debugging symbols for libmetaproxy4 + This is a universal router, proxy and encapsulated metasearcher + for information retrieval protocols. It accepts, processes, interprets + and redirects requests from IR clients using standard protocols such as + the binary ANSI/NISO Z39.50 and the information search and retrieval web + service SRU as well as functioning as a limited HTTP server. + . + This package contains the debugging symbols for libmetaproxy4. + Package: libmetaproxy4-dev Section: libdevel Architecture: any Depends: libmetaproxy4 (= ${Source-Version}), - libyazpp4-dev (>= 1.2.0), + libyazpp5-dev (>= 1.4.0), libxslt1-dev, libboost-dev, libboost-thread-dev,