[Python-apps-commits] r1550 - in packages/phenny/trunk/debian (rules)

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


    Date: Friday, July 11, 2008 @ 14:43:58
  Author: nslater-guest
Revision: 1550

added workaround for #486848

Modified:
  packages/phenny/trunk/debian/rules

Modified: packages/phenny/trunk/debian/rules
===================================================================
--- packages/phenny/trunk/debian/rules	2008-07-11 14:43:40 UTC (rev 1549)
+++ packages/phenny/trunk/debian/rules	2008-07-11 14:43:58 UTC (rev 1550)
@@ -15,6 +15,9 @@
 DEB_ORIG_FILENAME=$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
 DEB_REPOS_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -r "s/.*~hg//")
 
+# @@ workaround for #486848
+binary-arch binary-indep: build
+
 clean::
 	find . -name '*\.pyc' -delete
 	rm -f phenny.1




More information about the Python-apps-commits mailing list