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[
* 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
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 :
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
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:
[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
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
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
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
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
10 matches
Mail list logo