From b36861ef9182195c53b66145967f9ecc390a985f Mon Sep 17 00:00:00 2001 From: Filippos Giannakos Date: Tue, 26 Feb 2013 16:25:37 +0200 Subject: [PATCH] Remove shared lib dependencies from archipelago. Let dh_shlibdebs take care of those. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 888578f..3043c20 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: otherosfs Priority: extra Maintainer: Filippos Giannakos Build-Depends: debhelper (>= 7.0.50~), dkms(>=2.1.0.0), python, libst1, - librados-dev(=0.56.3+grnet-1), libssl-dev(<< 1), gccxml, + librados-dev(=0.56.3+grnet-1), libssl-dev, gccxml, python-ctypeslib Standards-Version: 3.9.1 X-Python-Version: >=2.6 @@ -43,7 +43,7 @@ Architecture: amd64 Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, libxseg0(=${binary:Version}), python-xseg(=${binary:Version}), python-archipelago(=${binary:Version}), - libst1, librados2(=0.56.3+grnet-1), libssl0.9.8, + librados2(=0.56.3+grnet-1), archipelago-kernel-dkms(=${binary:Version}) Description: Provides archipelago infrastructure Extended Description here -- 1.7.10.4