From: Adam Dickmeiss Date: Sun, 11 Apr 2004 14:14:03 +0000 (+0000) Subject: Move YAZ proxy away from Debian X-Git-Tag: YAZPP.0.8~11 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=fa822163413670839cf7939f06a5ab5d126d77d2 Move YAZ proxy away from Debian --- diff --git a/debian/changelog b/debian/changelog index a6e296a..1998e61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz++ (0.8-1) unstable; urgency=low + + * Separate YAZ proxy. + + -- Adam Dickmeiss Sun, 11 Apr 2004 16:12:54 +0200 + yaz++ (0.7.13-1) unstable; urgency=low * Upstream. diff --git a/debian/control b/debian/control index 4e4c4ea..93c199e 100644 --- a/debian/control +++ b/debian/control @@ -23,33 +23,3 @@ Section: doc Architecture: all Description: Documentation for YAZ++. YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM. - -Package: libyazproxy -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, libyaz++ (= ${Source-Version}) -Description: YAZ Proxy libraries. - YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and - converts them to Z39.50 client requests. The proxy has several facilities - to optimize performance and tries to reduce the commnication with the - backend server. - -Package: libyazproxy-dev -Section: devel -Architecture: any -Depends: libyazproxy (= ${Source-Version}), libyaz++-dev (= ${Source-Version}), libxml2-dev, libxslt1-dev -Description: YAZ Proxy development libraries. - YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and - converts them to Z39.50 client requests. The proxy has several facilities - to optimize performance and tries to reduce the commnication with the - backend server. - -Package: yazproxy -Section: utils -Architecture: any -Depends: libyazproxy (= ${Source-Version}) -Description: YAZ Proxy. - YAZ proxy is a daemon that accepts Z39.50/SRW/SRU incoming requests and - converts them to Z39.50 client requests. The proxy has several facilities - to optimize performance and tries to reduce the commnication with the - backend server. diff --git a/debian/libyazproxy-dev.install b/debian/libyazproxy-dev.install deleted file mode 100644 index d5f7d59..0000000 --- a/debian/libyazproxy-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -debian/tmp/usr/include/yaz++/proxy/*.h -debian/tmp/usr/lib/libyazproxy*.a -debian/tmp/usr/lib/libyazproyx*.so -debian/tmp/usr/lib/libyazproxy*.la diff --git a/debian/libyazproxy.install b/debian/libyazproxy.install deleted file mode 100644 index ff54d1d..0000000 --- a/debian/libyazproxy.install +++ /dev/null @@ -1,2 +0,0 @@ -debian/tmp/usr/lib/libyazproxy*.so.* -debian/tmp/usr/share/yazproxy/* diff --git a/debian/rules b/debian/rules index 4ff2ad5..0cfaa44 100755 --- a/debian/rules +++ b/debian/rules @@ -109,9 +109,9 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyaz++ (>= 0.7.13)' + dh_makeshlibs -V 'libyaz++ (>= 0.8)' dh_installdeb - dh_shlibdeps -l debian/libyaz++/usr/lib:debian/libyazproxy/usr/lib + dh_shlibdeps -l debian/libyaz++/usr/lib dh_gencontrol dh_md5sums dh_builddeb diff --git a/debian/yazproxy.install b/debian/yazproxy.install deleted file mode 100644 index 60d4d1a..0000000 --- a/debian/yazproxy.install +++ /dev/null @@ -1,2 +0,0 @@ -debian/tmp/usr/bin/yaz-proxy -debian/tmp/usr/share/man/man8/yaz-proxy.8