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