severity 452612 serious thanks This bug now renders this package unusable due to Python 2.5 being the default Python version since a few days ago.
Alas, Torsten's patch does not work (at least) against the current version -
I attach an updated patch. I intend to NMU this package if an upload is not
forthcoming.
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -urNad clearsilver-0.10.4.orig/debian/rules clearsilver-0.10.4/debian/rules
--- clearsilver-0.10.4.orig/debian/rules 2008-04-22 04:59:50.000000000
+0100
+++ clearsilver-0.10.4/debian/rules 2008-04-22 05:00:46.000000000 +0100
@@ -44,6 +44,9 @@
build-python-%:
install -d debian/tmp/usr/lib/python$*/site-packages
+ make -C $(DEB_BUILDDIR)/python distclean
+ make -C $(DEB_BUILDDIR)/python \
+ PYTHON=/usr/bin/python$* PYTHON_INC=-I/usr/include/python$*
install -m644 $(DEB_BUILDDIR)/python/neo_cgi.so \
debian/tmp/usr/lib/python$*/site-packages/neo_cgi.so
signature.asc
Description: PGP signature

