X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fcontrol;h=018b667560184e5404ecfcf8baf82e0ef85df040;hb=8628b0b71d1cf5b3bd7425e50f0aa1435aa38804;hp=5f50cc8c19263f03951ed043c5293f4535daae6e;hpb=e97a10342018f992634fa90d25c007eb60c25662;p=openvswitch diff --git a/debian/control b/debian/control index 5f50cc8c..018b6675 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Uploaders: Ben Pfaff , Simon Horman Build-Depends: debhelper (>= 5), autoconf (>= 2.64), automake (>= 1.10) | automake1.10, libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, python, - python-support (>= 0.8.4) + python-support (>= 0.8.4), procps, python-qt4, + python-zopeinterface, python-twisted-conch Standards-Version: 3.9.1 Homepage: http://openvswitch.org/ @@ -23,7 +24,7 @@ Description: Source code for Open vSwitch datapath Linux module Open vSwitch is a full-featured software-based Ethernet switch. Package: openvswitch-common -Architecture: any +Architecture: linux-any Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python Suggests: ethtool Description: Open vSwitch common components @@ -33,9 +34,9 @@ Description: Open vSwitch common components Open vSwitch is a full-featured software-based Ethernet switch. Package: openvswitch-switch -Architecture: any +Architecture: linux-any Suggests: openvswitch-datapath-module -Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps Description: Open vSwitch switch implementations openvswitch-switch provides the userspace components and utilities for the Open vSwitch kernel-based switch. @@ -43,11 +44,11 @@ Description: Open vSwitch switch implementations Open vSwitch is a full-featured software-based Ethernet switch. Package: openvswitch-ipsec -Architecture: any +Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, - ipsec-tools (>=0.8~alpha20090903), - racoon (>=0.8~alpha20090903), + ipsec-tools (>=0.8~alpha20101208), + racoon (>=0.8~alpha20101208), openvswitch-common (= ${binary:Version}), openvswitch-switch (= ${binary:Version}), python-openvswitch (= ${binary:Version}) @@ -60,29 +61,17 @@ Description: Open vSwitch GRE-over-IPsec support Package: openvswitch-pki Architecture: all Depends: - ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (>= ${source:Version}), + ${misc:Depends}, openvswitch-common (>= ${source:Version}), openvswitch-common (<< ${source:Version}.1~) -Description: A dependency package for the Open vSwitch public key infrastructure +Description: Open vSwitch public key infrastructure dependency package openvswitch-pki provides PKI (public key infrastructure) support for Open vSwitch switches and controllers, reducing the risk of man-in-the-middle attacks on the Open vSwitch network infrastructure. . Open vSwitch is a full-featured software-based Ethernet switch. -Package: openvswitch-pki-server -Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}), apache2 -Description: Open vSwitch public key infrastructure (HTTP server support) - openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public - key infrastructure) maintained on the local machine by the - openvswitch-pki package. This HTTP access is needed for secure and - convenient OpenFlow switch setup using the ovs-switch-setup program - in the openvswitch-switch package. - . - Open vSwitch is a full-featured software-based Ethernet switch. - Package: openvswitch-controller -Architecture: any +Architecture: linux-any Depends: ${shlibs:Depends}, openvswitch-common (= ${binary:Version}), openvswitch-pki (= ${source:Version}), ${misc:Depends} @@ -92,16 +81,9 @@ Description: Open vSwitch controller implementation . Open vSwitch is a full-featured software-based Ethernet switch. -Package: corekeeper -Architecture: all -Depends: tmpreaper, ${misc:Depends} -Description: Core file centralizer and reaper - The corekeeper package configures the system to dump all core files to - /var/log/core. It also deletes core files older than 7 days. - Package: openvswitch-dbg Section: debug -Architecture: any +Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), @@ -116,7 +98,21 @@ Description: Debug symbols for Open vSwitch packages Package: python-openvswitch Architecture: all Section: python -Depends: ${python:Depends}, openvswitch-switch (= ${binary:Version}) +Depends: ${python:Depends} Provides: ${python:Provides} Description: Python bindings for Open vSwitch This package contains the full Python bindings for Open vSwitch database. + +Package: ovsdbmonitor +Architecture: all +Section: utils +Depends: ${python:Depends}, python-openvswitch +Provides: ${python:Provides} +Description: Open vSwitch graphical monitoring tool + This package is a GUI tool for monitoring and troubleshooting local + or remote Open vSwitch installations. It presents GUI tables that + graphically represent an Open vSwitch kernel flow table (similar to + "ovs-dpctl dump-flows") and Open vSwitch database contents (similar + to "ovs-vsctl list "). + . + Open vSwitch is a full-featured software-based Ethernet switch.