Bug#516235: gpsd: FTBFS with python-support in experimental

2009-02-20 Thread Bernd Zeimetz
Hi Josselin!

Thanks for your work on python-support, I'll fix gpsd with the next upload!

Cheers,

Bernd
-- 
 Bernd Zeimetz   Debian GNU/Linux Developer
 GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79



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



Bug#516235: gpsd: FTBFS with python-support in experimental

2009-02-19 Thread Josselin Mouette
Package: gpsd
Version: 2.38-1

Hi,

The gpsd rules file contains the following:
dh_pysupport -s
chmod 755 
debian/$(PACKAGE_PY)/usr/share/python-support/python-gps/gps.py

With the upcoming version of python-support (currently in experimental),
such statements will make the package FTBFS, since the files are now
moved to a different directory (/usr/share/pyshared).

I suggest to change the permissions on the file right before the
dh_pysupport call instead:
chmod 755 
debian/$(PACKAGE_PY)/usr/lib/python*/site-packages/gps.py
dh_pysupport -s
I suggest to simply move the dh_pysupport call after your chmod; it
should not be a problem to run it after dh_compress and dh_fixperms.

As a general rule, please do not rely on the internals of python-support
in the packaging; this will avoid such issues in the future (although
hopefully there won’t be a need to change the paths any further).

Thanks,
-- 
 .''`.  Debian 5.0 Lenny has been released!
: :' :
`. `'   Last night, Darth Vader came down from planet Vulcan and told
  `-me that if you don't install Lenny, he'd melt your brain.   


signature.asc
Description: Ceci est une partie de message	numériquement signée