Package: gnome-python
Version: 2.28.0-1
Severity: serious
Tags: patch
User: debian-pyt...@lists.debian.org
Usertags: python2.6 dist-packages
Justification: FTBFS

Hello,

Due to the fact that Python 2.6 is now a supported Python version, your package failed to build from source:

dh_install --sourcedir=debian/tmp-2.6
dh_install: python-gnome2 missing files 
(usr/lib/python*/site-packages/gtk-2.0/gnomecanvas.so), aborting
make: *** [install-2.6] Error 2

Full build log is available at:
https://buildd.debian.org/fetch.cgi?pkg=gnome-python&arch=amd64&ver=2.28.0-1%2Bb1&stamp=1264447780&file=log

I believe that the attached patch fixes  this problem.

--
Jakub Wilk
diff -u gnome-python-2.28.0/debian/python-gnome2.install gnome-python-2.28.0/debian/python-gnome2.install
--- gnome-python-2.28.0/debian/python-gnome2.install
+++ gnome-python-2.28.0/debian/python-gnome2.install
@@ -1,4 +1,4 @@
 usr/lib/gnome-vfs-2.0/modules/*.so
-usr/lib/python*/site-packages/gtk-2.0/gnomecanvas.so
-usr/lib/python*/site-packages/gtk-2.0/*/*.{py,so}
+usr/lib/python*/*-packages/gtk-2.0/gnomecanvas.so
+usr/lib/python*/*-packages/gtk-2.0/*/*.{py,so}
 ../python-gnome2.rtupdate /usr/share/python/runtime.d/
diff -u gnome-python-2.28.0/debian/python-gconf.install gnome-python-2.28.0/debian/python-gconf.install
--- gnome-python-2.28.0/debian/python-gconf.install
+++ gnome-python-2.28.0/debian/python-gconf.install
@@ -1 +1 @@
-usr/lib/python*/site-packages/gtk-2.0/gconf.so
+usr/lib/python*/*-packages/gtk-2.0/gconf.so

Attachment: signature.asc
Description: Digital signature

Reply via email to