Re: Introduction

2013-09-09 Thread Piotr Ożarowski
Hi, [Jackson Doak, 2013-09-09] Hello everyone, i'm Jackson Doak. I would like to help with packing python modules. I am part of the pkg-xfce team and have a number of python packages currently on debian mentors. I am also an ubuntu member. Can someone please add me to the SVN? My alioth

Re: Installing platform-independent resources outside the Python package (was: Specifying ‘--install-data’ for each binary package)

2013-09-09 Thread Jakub Wilk
* Ben Finney ben+deb...@benfinney.id.au, 2013-09-09, 13:36: * Use ‘packagename.links’ to make a symlink for each package to ‘usr/share/packagename/foofile’ at ‘usr/lib/python${PYTHON_VERSION}/dist-packages/${DISTRIBUTION_NAME}/foofile’. How can you do that without hardcoding Python version?

Re: Installing platform-independent resources outside the Python package

2013-09-09 Thread Ben Finney
Jakub Wilk jw...@debian.org writes: * Ben Finney ben+deb...@benfinney.id.au, 2013-09-09, 13:36: * Use ‘packagename.links’ to make a symlink for each package to ‘usr/share/packagename/foofile’ at ‘usr/lib/python${PYTHON_VERSION}/dist-packages/${DISTRIBUTION_NAME}/foofile’. How can you do

Re: dh-python in unstable

2013-09-09 Thread Dmitrijs Ledkovs
On 2 August 2013 14:15, Piotr Ożarowski pi...@debian.org wrote: dh-python is already in unstable \o/ To build/install python3-foo or pypy-foo binary packages, you can use this in debian/rules: %: dh $@ --with python2,python3,pypy --buildsystem=pybuild or if you