debian: Make python-openvswitch packaging work with squeeze dh_python2.
authorBen Pfaff <blp@nicira.com>
Mon, 3 Oct 2011 16:19:29 +0000 (09:19 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 3 Oct 2011 16:19:29 +0000 (09:19 -0700)
commitbc3aa0bf5a21d1d91ec8c844175e0b1a92c59e79
treec3bfe28bd3fdda18537bbafc2fc58a27d131a1cc
parentf686a33af8cb41ee228e6a35410c9a488fba3eb1
debian: Make python-openvswitch packaging work with squeeze dh_python2.

The dh_python2 helper in Debian squeeze has a limitation that is not
mentioned anywhere, as far as I can tell: Python files must be in
/usr/lib/python#.#/site-packages to be installed.  The version in Debian
wheezy does not have the same limitation.

This meant that building the Debian packages on squeeze silently produced
a broken python-openvswitch package, whereas building the same thing on
wheezy built a working package.

This fixes the problem by putting the .py files where squeeze expects them.
It works on wheezy too.

Bug #7510.
Reported-by: Michael Hu <mhu@nicira.com>
Tested-by: Simon Horman <horms@verge.net.au>
AUTHORS
debian/python-openvswitch.install