tags 452612 + patch
thanks

Hi,

Attached is the diff for my clearsilver 0.10.4-1.2 NMU.
diff -u clearsilver-0.10.4/debian/rules clearsilver-0.10.4/debian/rules
--- clearsilver-0.10.4/debian/rules
+++ clearsilver-0.10.4/debian/rules
@@ -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
 
diff -u clearsilver-0.10.4/debian/changelog clearsilver-0.10.4/debian/changelog
--- clearsilver-0.10.4/debian/changelog
+++ clearsilver-0.10.4/debian/changelog
@@ -1,3 +1,12 @@
+clearsilver (0.10.4-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Build python bindings for each python version (instead
+    of using the same binary for all python versions).
+    Patch by Chris Lamb. (Closes: #452612)
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Thu, 24 Apr 2008 11:11:37 +0200
+
 clearsilver (0.10.4-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Reply via email to