Re: Installing platform-independent resources outside the Python package

2013-09-09 Thread Ben Finney
Jakub Wilk writes: > * Ben Finney , 2013-09-09, 13:36: > > * Use ‘.links’ to make a symlink for each package to > > ‘usr/share//foofile’ at > > ‘usr/lib/python${PYTHON_VERSION}/dist-packages/${DISTRIBUTION_NAME}/foofile’. > > How can you do that without hardcoding Python version? By relying on t

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

2013-09-09 Thread Piotr Ożarowski
[Jakub Wilk, 2013-09-09] > * Ben Finney , 2013-09-09, 13:36: > >* Use ‘.links’ to make a symlink for each package to > >‘usr/share//foofile’ at > >‘usr/lib/python${PYTHON_VERSION}/dist-packages/${DISTRIBUTION_NAME}/foofile’. > > How can you do that without hardcoding Python version? should I add

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 , 2013-09-09, 13:36: * Use ‘.links’ to make a symlink for each package to ‘usr/share//foofile’ at ‘usr/lib/python${PYTHON_VERSION}/dist-packages/${DISTRIBUTION_NAME}/foofile’. How can you do that without hardcoding Python version? -- Jakub Wilk -- To UNSUBSCRIBE, email to debia