X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=debian%2Fcontrol;h=be118e0a22da5fdb3e2a86e64f49af5721f5f9a7;hb=068b205511080cca73129afc44bf44894f4fbca2;hp=d9c99b1670caee82945385891c7232bbf43d575a;hpb=2e628cd8033ffba8be20f95f26112e325ff82ddb;p=metaproxy-moved-to-github.git diff --git a/debian/control b/debian/control index d9c99b1..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.14), - 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 @@ -29,7 +31,6 @@ Package: libmetaproxy4 Section: libs Architecture: any Depends: ${shlibs:Depends} -Conflicts: libyaz4 = (4.2.18) 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,