From 2917db2704710e60c26101377f109664566703bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20S=C3=A9chet?= Date: Mon, 15 Feb 2021 17:14:50 +0100 Subject: [PATCH] Add source package --- debian/control | 16 ++++++++++++++++ debian/openvswitch-source.dirs | 1 + debian/openvswitch-source.install | 1 + 3 files changed, 18 insertions(+) create mode 100644 debian/openvswitch-source.dirs create mode 100644 debian/openvswitch-source.install diff --git a/debian/control b/debian/control index 08aa82f89..38c05a7cc 100644 --- a/debian/control +++ b/debian/control @@ -163,6 +163,22 @@ Description: Open vSwitch public key infrastructure dependency package Open vSwitch switches and controllers, reducing the risk of man-in-the-middle attacks on the Open vSwitch network infrastructure. +Package: openvswitch-source +Architecture: all +Depends: + ${misc:Depends}, +Description: Open vSwitch source code + Open vSwitch is a production quality, multilayer, software-based, + Ethernet virtual switch. It is designed to enable massive network + automation through programmatic extension, while still supporting + standard management interfaces and protocols (e.g. NetFlow, IPFIX, + sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed + to support distribution across multiple physical servers similar to + VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. + . + This package contains the full Open vSwitch source code to support + use with the Open Virtual Network (OVN) build. + Package: openvswitch-switch Architecture: linux-any Depends: diff --git a/debian/openvswitch-source.dirs b/debian/openvswitch-source.dirs new file mode 100644 index 000000000..564a2ddb8 --- /dev/null +++ b/debian/openvswitch-source.dirs @@ -0,0 +1 @@ +usr/src/openvswitch diff --git a/debian/openvswitch-source.install b/debian/openvswitch-source.install new file mode 100644 index 000000000..9488a1e77 --- /dev/null +++ b/debian/openvswitch-source.install @@ -0,0 +1 @@ +_debian/openvswitch.tar.gz /usr/src/openvswitch -- GitLab