From: Simon Horman Date: Wed, 15 Jun 2011 01:59:24 +0000 (+0900) Subject: Debian: ${source:Version} dependency on python-openvswitch X-Git-Tag: v1.2.0~190 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4eb5a0e0e4ee8d99425e61f07062619ffdba268e;p=sliver-openvswitch.git Debian: ${source:Version} dependency on python-openvswitch As reported by lintian: E: openvswitch source: not-binnmuable-any-depends-all openvswitch-ipsec -> python-openvswitch N: N: The package is not safely binNMUable because an arch:any package depends N: on an arch:all package with a (= ${Source-Version}) or (= N: ${binary:Version}) relationship. Please use (= ${source:Version}) N: instead. N: N: Severity: important, Certainty: certain --- diff --git a/debian/control b/debian/control index 34234ba4b..59651675e 100644 --- a/debian/control +++ b/debian/control @@ -51,7 +51,7 @@ Depends: racoon (>=0.8~alpha20101208), openvswitch-common (= ${binary:Version}), openvswitch-switch (= ${binary:Version}), - python-openvswitch (= ${binary:Version}) + python-openvswitch (= ${source:Version}) Description: Open vSwitch GRE-over-IPsec support The ovs-monitor-ipsec script provides support for encrypting GRE tunnels with IPsec.