X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fcontrol;h=586144713a21dc673d5230738900a59a74673f02;hb=5442edb9e0afb6fdc4cd81e5d1ebd3e0d4e6accf;hp=1f3387a609dd0bdce9688ac85c9798ef130ebd85;hpb=6c88547dd0f75a29e6d1c0cd3c76d9678fa4752f;p=openvswitch diff --git a/debian/control b/debian/control index 1f3387a6..58614471 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,9 @@ Description: Open vSwitch datapath module source - DKMS version Package: openvswitch-common Architecture: linux-any -Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python, python-argparse +Depends: + ${shlibs:Depends}, openssl, ${misc:Depends}, python, + python (>= 2.7) | python-argparse Suggests: ethtool Description: Open vSwitch common components openvswitch-common provides components required by both openvswitch-switch @@ -138,3 +140,12 @@ Description: Open vSwitch graphical monitoring tool to "ovs-vsctl list "). . Open vSwitch is a full-featured software-based Ethernet switch. + +Package: openvswitch-test +Architecture: all +Depends: python-twisted-web, python (>= 2.7) | python-argparse +Description: Open vSwitch test package + This package contains utilities that are useful to diagnose + performance and connectivity issues in Open vSwitch setup. + . + Open vSwitch is a full-featured software-based Ethernet switch.