From d03cfd1f6a2a85807e72b58b36a47e3f1000cc2b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 30 Mar 2004 08:31:56 +0000 Subject: [PATCH] Fix shlibdeps. Remove yaz++ package, since its empty --- debian/control | 7 ------- debian/rules | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/debian/control b/debian/control index f6190d9..8a635e9 100644 --- a/debian/control +++ b/debian/control @@ -19,13 +19,6 @@ Depends: libyaz++ (= ${Source-Version}), libyaz-dev Description: YAZ++ library for Z39.50 applications in C++. YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM. -Package: yaz++ -Section: utils -Architecture: any -Depends: ${shlibs:Depends} -Description: YAZ++ programs. - YAZ++ is a C++ library with an object oriented interface to YAZ and ZOOM. - Package: yaz++-doc Section: doc Architecture: all diff --git a/debian/rules b/debian/rules index d84e1a7..1c3f33b 100755 --- a/debian/rules +++ b/debian/rules @@ -111,7 +111,7 @@ binary-arch: build install # dh_python dh_makeshlibs -V 'libyaz++ (>= 0.7.13)' dh_installdeb - dh_shlibdeps -L libyaz++ -l debian/libyaz++/usr/lib -L libyazproxy -l debian/libyazproxy/usr/lib + dh_shlibdeps -l debian/libyaz++/usr/lib:debian/libyazproxy/usr/lib dh_gencontrol dh_md5sums dh_builddeb -- 1.7.10.4