[PATCH 1/2] Build debian package for python-bindings.

2011-06-20 Thread Sebastian Spaeth
On Sun, 19 Jun 2011 16:53:42 -0300, david at tethera.net wrote: > From: David Bremner Signed-off-by: Sebastian Spaeth Looks good and nice to me (couldn't test it yet) if you are willing to include python as build time dependency for everyone. Sebastian -- next part --

[PATCH 1/2] Build debian package for python-bindings.

2011-06-19 Thread da...@tethera.net
From: David Bremner This uses dh_python2 (included with sufficiently recent versions of the python/python-all packages). python-all brings in all of the supported versions of python. The double calls to dh_auto_install are to avoid looping over python versions ourselves. ---

[PATCH 1/2] Build debian package for python-bindings.

2011-06-19 Thread david
From: David Bremner brem...@debian.org This uses dh_python2 (included with sufficiently recent versions of the python/python-all packages). python-all brings in all of the supported versions of python. The double calls to dh_auto_install are to avoid looping over python versions ourselves. ---