mirror of
https://github.com/openvswitch/ovs
synced 2025-09-01 23:05:29 +00:00
debian: Rename openvswitch-python to python-openvswitch
Package name changed to be consistent with Debian Python policy. The python files are installed in /usr/share/python-support/python-openvswitch/ovs and /usr/share/python-support/python-openvswitch/ovs/db Changed Section to python, per lintian
This commit is contained in:
4
debian/automake.mk
vendored
4
debian/automake.mk
vendored
@@ -29,8 +29,6 @@ EXTRA_DIST += \
|
|||||||
debian/openvswitch-pki-server.install \
|
debian/openvswitch-pki-server.install \
|
||||||
debian/openvswitch-pki-server.postinst \
|
debian/openvswitch-pki-server.postinst \
|
||||||
debian/openvswitch-pki.postinst \
|
debian/openvswitch-pki.postinst \
|
||||||
debian/openvswitch-python.dirs \
|
|
||||||
debian/openvswitch-python.install \
|
|
||||||
debian/openvswitch-switch.README.Debian \
|
debian/openvswitch-switch.README.Debian \
|
||||||
debian/openvswitch-switch.dirs \
|
debian/openvswitch-switch.dirs \
|
||||||
debian/openvswitch-switch.init \
|
debian/openvswitch-switch.init \
|
||||||
@@ -41,6 +39,8 @@ EXTRA_DIST += \
|
|||||||
debian/openvswitch-switch.postrm \
|
debian/openvswitch-switch.postrm \
|
||||||
debian/openvswitch-switch.template \
|
debian/openvswitch-switch.template \
|
||||||
debian/ovs-bugtool \
|
debian/ovs-bugtool \
|
||||||
|
debian/python-openvswitch.dirs \
|
||||||
|
debian/python-openvswitch.install \
|
||||||
debian/rules \
|
debian/rules \
|
||||||
debian/rules.modules
|
debian/rules.modules
|
||||||
|
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@@ -96,8 +96,9 @@ Description: Debug symbols for Open vSwitch packages
|
|||||||
packages. Install it to debug one of them or to examine a core dump
|
packages. Install it to debug one of them or to examine a core dump
|
||||||
produced by one of them.
|
produced by one of them.
|
||||||
|
|
||||||
Package: openvswitch-python
|
Package: python-openvswitch
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
Section: python
|
||||||
Depends: ${python:Depends}, openvswitch-switch (= ${binary:Version})
|
Depends: ${python:Depends}, openvswitch-switch (= ${binary:Version})
|
||||||
Provides: ${python:Provides}
|
Provides: ${python:Provides}
|
||||||
Description: Python bindings for Open vSwitch
|
Description: Python bindings for Open vSwitch
|
||||||
|
2
debian/openvswitch-python.dirs
vendored
2
debian/openvswitch-python.dirs
vendored
@@ -1,2 +0,0 @@
|
|||||||
usr/share/python-support/openvswitch-python/ovs/
|
|
||||||
usr/share/python-support/openvswitch-python/ovs/db/
|
|
2
debian/openvswitch-python.install
vendored
2
debian/openvswitch-python.install
vendored
@@ -1,2 +0,0 @@
|
|||||||
python/ovs/*.py usr/share/python-support/openvswitch-python/ovs/
|
|
||||||
python/ovs/db/*.py usr/share/python-support/openvswitch-python/ovs/db/
|
|
2
debian/python-openvswitch.dirs
vendored
Normal file
2
debian/python-openvswitch.dirs
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
usr/share/python-support/python-openvswitch/ovs/
|
||||||
|
usr/share/python-support/python-openvswitch/ovs/db/
|
2
debian/python-openvswitch.install
vendored
Normal file
2
debian/python-openvswitch.install
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
python/ovs/*.py usr/share/python-support/python-openvswitch/ovs/
|
||||||
|
python/ovs/db/*.py usr/share/python-support/python-openvswitch/ovs/db/
|
Reference in New Issue
Block a user