From: Adam Dickmeiss Date: Tue, 30 Mar 2004 08:31:56 +0000 (+0000) Subject: Fix shlibdeps. Remove yaz++ package, since its empty X-Git-Tag: YAZPP.0.8~40 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=d03cfd1f6a2a85807e72b58b36a47e3f1000cc2b Fix shlibdeps. Remove yaz++ package, since its empty --- 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