Source: tomoe Version: 0.6.0-1 Severity: serious User: [email protected] Usertags: python2.6 Tags: patch Justification: FTBFS
Hello,
tomoe fails to build from source. The relevant bits of the build log:
[…]
| checking for python... /usr/bin/python
| checking for python version... 2.6
| checking for python platform... linux2
| checking for python script directory... ${prefix}/lib/python2.6/site-packages
| checking for python extension module directory...
${exec_prefix}/lib/python2.6/site-packages
[…]
| dh_install -a
| cp: cannot stat `debian/tmp//usr/lib/python2.5/': No such file or directory
| dh_install: cp -a debian/tmp//usr/lib/python2.5/
debian/python-tomoe///usr/lib/ returned exit code 1
The attached patch fixes this bug.
--
Jakub Wilk
diff -Nru tomoe-0.6.0/debian/python-tomoe.install tomoe-0.6.0/debian/python-tomoe.install --- tomoe-0.6.0/debian/python-tomoe.install 2010-05-12 08:49:02.000000000 +0200 +++ tomoe-0.6.0/debian/python-tomoe.install 2010-06-18 17:53:42.000000000 +0200 @@ -1,2 +1,2 @@ -/usr/lib/python2.5/ +/usr/lib/python*/ /usr/share/tomoe/python/tomoe.defs
signature.asc
Description: Digital signature

