]> git.proxmox.com Git - openvswitch.git/blob - pvepatches/remove-unneeded-from-control.patch
3ad7bf2678e2d0dd3de9996572eeca38fe3ed1b7
[openvswitch.git] / pvepatches / remove-unneeded-from-control.patch
1 Index: new/debian/control
2 ===================================================================
3 --- new.orig/debian/control 2013-12-18 07:59:19.000000000 +0100
4 +++ new/debian/control 2013-12-18 09:13:33.433526213 +0100
5 @@ -6,8 +6,7 @@
6 Build-Depends:
7 debhelper (>= 8), autoconf (>= 2.64), automake (>= 1.10) | automake1.10,
8 libssl-dev, bzip2, openssl, graphviz,
9 - python-all (>= 2.6.6-3~), procps, python-qt4,
10 - python-zopeinterface, python-twisted-conch
11 + python-all (>= 2.6.6-3~), procps
12 Standards-Version: 3.9.3
13 Homepage: http://openvswitch.org/
14
15 @@ -29,22 +28,6 @@
16 from it using module-assistant or make-kpkg. README.Debian in this
17 package provides further instructions.
18
19 -Package: openvswitch-datapath-dkms
20 -Architecture: all
21 -Depends: dkms (>= 1.95), make, libc6-dev, ${misc:Depends}, ${python:Depends}
22 -Description: Open vSwitch datapath module source - DKMS version
23 - Open vSwitch is a production quality, multilayer, software-based,
24 - Ethernet virtual switch. It is designed to enable massive network
25 - automation through programmatic extension, while still supporting
26 - standard management interfaces and protocols (e.g. NetFlow, IPFIX,
27 - sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed
28 - to support distribution across multiple physical servers similar to
29 - VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V.
30 - .
31 - This package provides the Open vSwitch datapath module source code
32 - that is needed by openvswitch-switch. DKMS can built the kernel
33 - module from it.
34 -
35 Package: openvswitch-common
36 Architecture: linux-any
37 Depends:
38 @@ -152,25 +135,6 @@
39 .
40 This package contains the full Python bindings for Open vSwitch database.
41
42 -Package: ovsdbmonitor
43 -Architecture: all
44 -Section: utils
45 -Depends: ${python:Depends}, python-openvswitch, ${misc:Depends}
46 -Description: Open vSwitch graphical monitoring tool
47 - Open vSwitch is a production quality, multilayer, software-based,
48 - Ethernet virtual switch. It is designed to enable massive network
49 - automation through programmatic extension, while still supporting
50 - standard management interfaces and protocols (e.g. NetFlow, IPFIX,
51 - sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed
52 - to support distribution across multiple physical servers similar to
53 - VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V.
54 - .
55 - This package is a GUI tool for monitoring and troubleshooting local
56 - or remote Open vSwitch installations. It presents GUI tables that
57 - graphically represent an Open vSwitch kernel flow table (similar to
58 - "ovs-dpctl dump-flows") and Open vSwitch database contents (similar
59 - to "ovs-vsctl list <table>").
60 -
61 Package: openvswitch-test
62 Architecture: all
63 Depends: ${misc:Depends}, ${python:Depends}, python-twisted-web, python (>= 2.7) | python-argparse