2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-01 06:45:17 +00:00

debian: Transition to dh_python2

dh_pysupport that the packaging used until now is deprecated, with
dh_python2 as its successor.

This commit removes the PYTHONPATH setting from
debian/openvswitch-ipsec.init because it is not needed, as the Python
packaging is public.  In fact, the Python packaging was public,
unintentionally, before, so the PYTHONPATH could have been removed earlier.
This commit is contained in:
Simon Horman
2011-08-26 18:03:42 +09:00
committed by Ben Pfaff
parent a7844aaf5e
commit 00488a5eef
5 changed files with 9 additions and 12 deletions

View File

@@ -1,2 +1,2 @@
python/ovs/*.py usr/share/python-support/python-openvswitch/ovs/
python/ovs/db/*.py usr/share/python-support/python-openvswitch/ovs/db/
python/ovs/*.py usr/share/pyshared/ovs/
python/ovs/db/*.py usr/share/pyshared/ovs/db/