[Python-modules-commits] r9461 - in packages/ipy/trunk/debian (rules)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Tue Aug 25 15:55:54 UTC 2009
Date: Tuesday, August 25, 2009 @ 15:55:53
Author: bzed
Revision: 9461
use binary instead of install target to override.
Modified:
packages/ipy/trunk/debian/rules
Modified: packages/ipy/trunk/debian/rules
===================================================================
--- packages/ipy/trunk/debian/rules 2009-08-25 15:54:10 UTC (rev 9460)
+++ packages/ipy/trunk/debian/rules 2009-08-25 15:55:53 UTC (rev 9461)
@@ -11,7 +11,10 @@
IPy.html:
rst2html README IPy.html --stylesheet=rest.css
-install: $(PYTHONS:%=test/test-%-stamp) IPy.html
+binary: binary-indep
+binary-arch:
+ # nothing to do here.
+binary-indep: $(PYTHONS:%=test/test-%-stamp) IPy.html
dh $@
test/test-%-stamp:
@@ -21,7 +24,7 @@
endif
-.PHONY: install get-orig-source
+.PHONY: install get-orig-source binary binary-arch binary-indep
get-orig-source:
uscan --verbose --force-download
More information about the Python-modules-commits
mailing list