summaryrefslogtreecommitdiff
path: root/debian/libopenvswitch.install
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2017-06-08 13:47:02 -0700
committerBen Pfaff <blp@ovn.org>2017-06-14 14:02:25 -0700
commitc33e9122dbc369e6bbe6dc3b1ebdcb11b56cdf07 (patch)
treed741fcd7642180781c87fd3b9236fa73d31190ff /debian/libopenvswitch.install
parenta1fccabce2cb2a9d5cc1b31fa2bc61b3613984ce (diff)
downloadopenvswitch-c33e9122dbc369e6bbe6dc3b1ebdcb11b56cdf07.tar.gz
Debian: Rework libopenvswitch packages
The 'openvswitch-common' package did not work well with cross-compiling since it required Python. This package is broken into two packages as follows: - libopenvwitch: contains library files (.a, .so) - openvswitch-common: depends on libopenvswitch, contains command-line tools such as ovs-ofctl, ovs-appctl etc. In addition, this 'openvswitch-dev' library is renamed to 'libopenvswitch-dev' to align more closely with Debian policy. It depends on libopenvswitch. Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'debian/libopenvswitch.install')
-rw-r--r--debian/libopenvswitch.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/libopenvswitch.install b/debian/libopenvswitch.install
new file mode 100644
index 000000000..d0dbfd18a
--- /dev/null
+++ b/debian/libopenvswitch.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*