From 7e660f511a2a4d7a1ef027b0b3eb561592a66f71 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Fri, 31 Dec 2010 13:27:35 +0900 Subject: [PATCH] debian: Remove ${shlibs:Depends} dependency pki packages Remove ${shlibs:Depends} dependency from openvswitch-pki and openvswitch-pki-server as neither package includes binaries --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index f23db4ce..f488cfbd 100644 --- a/debian/control +++ b/debian/control @@ -60,7 +60,7 @@ Description: Open vSwitch GRE-over-IPsec support Package: openvswitch-pki Architecture: all Depends: - ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}), + ${misc:Depends}, openvswitch-common (>= ${source:Version}), openvswitch-common (<< ${source:Version}.1~) Description: A dependency package for the Open vSwitch public key infrastructure openvswitch-pki provides PKI (public key infrastructure) support for @@ -71,7 +71,9 @@ Description: A dependency package for the Open vSwitch public key infrastructure Package: openvswitch-pki-server Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2 +Depends: + ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), + apache2 Description: Open vSwitch public key infrastructure (HTTP server support) openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public key infrastructure) maintained on the local machine by the -- 2.30.2