Re: Package for multiple Python versions

2011-09-10 Thread Mitar
Hi! On Sun, Sep 11, 2011 at 1:56 AM, Jakub Wilk wrote: > There are other problems with cmake Python support: > http://bugs.debian.org/580503 I solved this by passing CMAKE_USE_PYTHON_VERSION parameter to cmake: PYTHON_VERSION = $(shell $(PYTHON) -c 'import sys; print "%s.%s" % sys.version_info[

Re: Package for multiple Python versions

2011-09-10 Thread Jakub Wilk
* Mitar , 2011-09-11, 01:37: I also see that we link against libpython which should not be done, according to Debian Python Policy 2.1. But this is what cmake's FindPythonLibrary.cmake find. Is there some generic way to change this? I don't think there's any sane way. If you don't mind a bit o

RFS: decibel-audio-player (Adoption, new upstream release)

2011-09-10 Thread Leonardo Marín
Dear mentors, I am looking for a sponsor for my package "decibel-audio-player". * Package name : decibel-audio-player Version : 1.07-1 Upstream Author : Ingelrest Francois * URL : http://decibel.silent-blade.org/index.php?n=Main.HomePage * License :

Re: Package for multiple Python versions

2011-09-10 Thread Mitar
Hi! I also see that we link against libpython which should not be done, according to Debian Python Policy 2.1. But this is what cmake's FindPythonLibrary.cmake find. Is there some generic way to change this? Mitar -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subje

RFS: decibel-audio-player (Adoption, new upstream release)

2011-09-10 Thread Leonardo Marín
Dear mentors, I am looking for a sponsor for my package "decibel-audio-player". * Package name : decibel-audio-player Version : 1.07-1 Upstream Author : Ingelrest Francois * URL : http://decibel.silent-blade.org/index.php?n=Main.HomePage * License : GPL v2 Section : sound Location: Vcs-Browser:

Re: RFS: DPMT: flufl.lock 2.1.1-1

2011-09-10 Thread Piotr Ożarowski
[Barry Warsaw, 2011-09-09] > On Sep 08, 2011, at 11:37 PM, Piotr Ożarowski wrote: > >[Barry Warsaw, 2011-09-08] > >> >W: python-flufl.lock: duplicate-changelog-files > >> >usr/share/doc/python-flufl.lock/changelog.gz > >> >usr/share/doc/python-flufl.lock/html/_sources/NEWS.txt.gz > >> > >> I'm not

Re: Package for multiple Python versions

2011-09-10 Thread Christian Kastner
On 09/10/2011 05:04 PM, Mitar wrote: > What I have done is installed Python 2.7 from wheezy so that package > would be build for Python in stable (2.6) and for 2.7 (unstable, > Ubuntu). Unfortunately, that is not how building for multiple distributions works. You need to have a separate build env

Re: Package for multiple Python versions

2011-09-10 Thread Mitar
Hi! On Sat, Sep 10, 2011 at 11:18 PM, Mitar wrote: > Strange. I am just working on that and it compiles OK on stable? What > exactly is missing? I see. libqt4-opengl-dev is recommended by libqt4-dev and I have it installed. Will fix this. Mitar -- To UNSUBSCRIBE, email to debian-python-requ

Re: Package for multiple Python versions

2011-09-10 Thread Mitar
Hi! On Sat, Sep 10, 2011 at 10:59 PM, Christian Kastner wrote: > The reason for this is that your build environment affects the resulting > binary package in various ways, one of them being the generated > dependencies, which is why you are seeing strange things below. Sure. But then I cannot ha

Re: Package for multiple Python versions

2011-09-10 Thread Mitar
Hi! On Fri, Jul 22, 2011 at 11:43 PM, Christian Kastner wrote: > debian/rules > > build: >        # Get the supported Python versions >        PYVERS = $(shell pyversions -r -v) > >        set -e -x;\ >        for py in $(PYVERS); do \ >                PYTHON=python$$py make -C sourc