[pkg-fso-maint] Bug#568007: openbmap-logger: FTBFS with python2.6

Michael Bienia geser at ubuntu.com
Mon Feb 1 20:21:55 UTC 2010


Package: openbmap-logger
Version: 0.4.0-3
Severity: important
Tags: patch
User: debian-python at lists.debian.org
Usertags: python2.6

Hello,

openbmap-logger fails to build with Python 2.6 (like on Ubuntu) because
debian/install contains usr/lib/python2.5.  Replacing that line with
"usr/lib/python2.*" fixes it.

,----[ http://launchpadlibrarian.net/36573865/buildlog_ubuntu-lucid-i386.openbmap-logger_0.4.0-3_FAILEDTOBUILD.txt.gz ]-
| Writing /build/buildd/openbmap-logger-0.4.0/debian/tmp/usr/lib/python2.6/site-packages/openbmap_logger-0.4.0-py2.6.egg-info
| [...]
| cp: cannot stat `debian/tmp/usr/lib/python2.5': No such file or directory
| dh_install: cp returned exit code 1
`----

Michael

--- openbmap-logger-0.4.0/debian/install
+++ openbmap-logger-0.4.0/debian/install
@@ -1,4 +1,4 @@
-usr/lib/python2.5
+usr/lib/python2.*
 usr/share/applications
 usr/share/pixmaps
 usr/share/openBmap/*.png





More information about the pkg-fso-maint mailing list