summaryrefslogtreecommitdiff
path: root/debian/control.modules.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control.modules.in')
-rw-r--r--debian/control.modules.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control.modules.in b/debian/control.modules.in
new file mode 100644
index 000000000..4da85b40d
--- /dev/null
+++ b/debian/control.modules.in
@@ -0,0 +1,20 @@
+Source: openvswitch
+Section: net
+Priority: extra
+Maintainer: Open vSwitch developers <ovs-dev@openvswitch.org>
+Build-Depends: debhelper (>= 5.0.37)
+Standards-Version: 3.7.3
+
+Package: openvswitch-datapath-module-_KVERS_
+Architecture: any
+Recommends: kernel-image-_KVERS_, openvswitch-switch
+Provides: openvswitch-datapath-module
+Description: Open vSwitch Linux datapath kernel module
+ This package contains the Open vSwitch loadable datapath kernel modules for
+ the kernel-image-_KVERS_ package.
+ .
+ If you compiled a custom kernel, you will most likely need to compile
+ a custom version of this module as well. The
+ openvswitch-datapath-source package has been provided for this
+ purpose. Refer to README.Debian provided in that package for further
+ instructions.