summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2011-06-15 10:59:24 +0900
committerBen Pfaff <blp@nicira.com>2011-06-15 10:18:38 -0700
commit19de263307adffdd7f4bfbd942ed2f654787b5dd (patch)
tree0c5aa9bccec837063f21157295518193b4ac1f35
parentbf1cbbe84f1868867cfbfb9064c878b6a818bdda (diff)
downloadopenvswitch-19de263307adffdd7f4bfbd942ed2f654787b5dd.tar.gz
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
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index de87bbd84..7bf421fbc 100644
--- a/debian/control
+++ b/debian/control
@@ -50,7 +50,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.