[Python-modules-commits] r5954 - in packages/python-couchdb/trunk/debian (rules)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Fri Jul 11 14:43:48 UTC 2008


    Date: Friday, July 11, 2008 @ 14:43:46
  Author: nslater-guest
Revision: 5954

added workaround for #486848

Modified:
  packages/python-couchdb/trunk/debian/rules

Modified: packages/python-couchdb/trunk/debian/rules
===================================================================
--- packages/python-couchdb/trunk/debian/rules	2008-07-11 14:37:03 UTC (rev 5953)
+++ packages/python-couchdb/trunk/debian/rules	2008-07-11 14:43:46 UTC (rev 5954)
@@ -19,6 +19,9 @@
 
 VERSION = __import__('pkg_resources').get_distribution('CouchDB').version
 
+# @@ workaround for #486848
+binary-arch binary-indep: build
+
 clean::
 	rm -rf *.1 couchdb/tools/__init__.py doc/index.html doc/api
 




More information about the Python-modules-commits mailing list