Bug#586109: python-gpiv: does not depend on python

2010-06-22 Thread Gerber van der Graaf
The symlink pointed to /usr/bin/python2.5 instead of python2.5 (I made
by myself some time ago), which aparently doesn work. Thanks for the tip
and the bugreport. Gerber

 On Thu, 2010-06-17 at 16:23 +0200, Jakub Wilk wrote:
> * Gerber van der Graaf , 2010-06-17, 15:19:
> >I applied your modification. Though when building the deb package I 
> >get:
> >dh_pysupport: Cannot detect default Python version
> 
> It builds fine here. Have you tried building it in a clean chroot.
> 
> As far as I understand it, this error triggers only if there's something 
> wrong with your /usr/bin/python symlink. The symlink should look like this:
> 
> $ readlink /usr/bin/python
> python2.5
> 
> 




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#586109: python-gpiv: does not depend on python

2010-06-17 Thread Jakub Wilk

* Gerber van der Graaf , 2010-06-17, 15:19:
I applied your modification. Though when building the deb package I 
get:

dh_pysupport: Cannot detect default Python version


It builds fine here. Have you tried building it in a clean chroot.

As far as I understand it, this error triggers only if there's something 
wrong with your /usr/bin/python symlink. The symlink should look like this:


$ readlink /usr/bin/python
python2.5


--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#586109: python-gpiv: does not depend on python

2010-06-17 Thread Gerber van der Graaf
Hi,
I applied your modification. Though when building the deb package I get:
dh_pysupport: Cannot detect default Python version

There has been a bugreport #572155 reporting this message as well, but
it seems to be solved. Any idea what I can do? Thanks, Gerber

On Wed, 2010-06-16 at 16:07 +0200, Jakub Wilk wrote:
> Package: python-gpiv
> Version: 2.0.0-2
> Severity: serious
> Tags: patch
> Justification: Debian Policy 3.5, Python Policy 2.4
> 
> Hello,
> 
> python-gpiv does not depend on python as it should. The attached patch 
> fixes this bug.
> 





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#586109: python-gpiv: does not depend on python

2010-06-16 Thread Jakub Wilk

Package: python-gpiv
Version: 2.0.0-2
Severity: serious
Tags: patch
Justification: Debian Policy 3.5, Python Policy 2.4

Hello,

python-gpiv does not depend on python as it should. The attached patch 
fixes this bug.


--
Jakub Wilk
diff -u pygpiv-2.0.0/debian/control pygpiv-2.0.0/debian/control
--- pygpiv-2.0.0/debian/control
+++ pygpiv-2.0.0/debian/control
@@ -11,7 +11,7 @@
 
 Package: python-gpiv
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Description: wrapper of libgpiv
  This module allows the functionality of libgpiv3 in Python scripts
  to develop programs for Particle Image Velocimetry (PIV). In this way


signature.asc
Description: Digital signature