X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=be118e0a22da5fdb3e2a86e64f49af5721f5f9a7;hb=e6e0048fc813a45acdd712e7579ba846f936fa17;hp=cad2e8a6e7099d0bc32f76fbc270f73f2538f491;hpb=22b142c281f87fe0fee7bb11c907943c6a9f631f;p=metaproxy-moved-to-github.git diff --git a/debian/control b/debian/control index cad2e8a..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.22), - 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 @@ -16,6 +17,7 @@ Package: metaproxy Section: net Architecture: any Depends: ${shlibs:Depends}, libmetaproxy4 (= ${Source-Version}) +Conflicts: cf-engine (<= 2.12.5) Description: Z39.50/SRU router (main executable) This is a universal router, proxy and encapsulated metasearcher for information retrieval protocols. It accepts, processes, interprets @@ -28,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 @@ -38,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,