From 931b109894363ffe8f8d28e3d8aeafd93b72b0cc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 23 Apr 2004 19:56:33 +0000 Subject: [PATCH] Fix depend on libyaz++ --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3468828..27f267c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yazproxy (0.8-2) unstable; urgency=low + + * Fix depends on libyaz++ + + -- Adam Dickmeiss Fri, 23 Apr 2004 21:55:55 +0200 + yazproxy (0.8-1) unstable; urgency=low * Separate YAZ proxy. diff --git a/debian/control b/debian/control index 5ff9b0b..72cb406 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Description: YAZ Proxy. Package: libyazproxy Section: libs Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, libyaz++ (>= 0.8) 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 -- 1.7.10.4