[Python-apps-commits] r1549 - in packages/planet-venus/trunk/debian (rules)

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


    Date: Friday, July 11, 2008 @ 14:43:40
  Author: nslater-guest
Revision: 1549

added workaround for #486848

Modified:
  packages/planet-venus/trunk/debian/rules

Modified: packages/planet-venus/trunk/debian/rules
===================================================================
--- packages/planet-venus/trunk/debian/rules	2008-07-11 14:25:46 UTC (rev 1548)
+++ packages/planet-venus/trunk/debian/rules	2008-07-11 14:43:40 UTC (rev 1549)
@@ -17,6 +17,9 @@
 DEB_ORIG_FILENAME=$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
 DEB_REPOS_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -r "s/.*~bzr//")
 
+# @@ workaround for #486848
+binary-arch binary-indep: build
+
 clean::
 	rm -f planet.sed.py
 




More information about the Python-apps-commits mailing list