X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=debian%2Fcontrol;h=1756ecbb8beba8989ab74bfc5a2e9b99d5e92833;hb=1792cb2b795187eb86cbd9780e0d7b71ea3a270c;hp=cad2e8a6e7099d0bc32f76fbc270f73f2538f491;hpb=22b142c281f87fe0fee7bb11c907943c6a9f631f;p=metaproxy-moved-to-github.git diff --git a/debian/control b/debian/control index cad2e8a..1756ecb 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.59), + 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,