[Python-modules-commits] r15654 - in packages/ipy/trunk/debian (rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Mon Feb 14 13:50:34 UTC 2011


    Date: Monday, February 14, 2011 @ 13:50:24
  Author: bzed
Revision: 15654

fix dh call.

Modified:
  packages/ipy/trunk/debian/rules

Modified: packages/ipy/trunk/debian/rules
===================================================================
--- packages/ipy/trunk/debian/rules	2011-02-14 13:49:50 UTC (rev 15653)
+++ packages/ipy/trunk/debian/rules	2011-02-14 13:50:24 UTC (rev 15654)
@@ -6,7 +6,7 @@
 PYTHONS:=$(shell pyversions -vr)
 
 %:
-	dh --with $@
+	dh $@
 
 IPy.html:
 	rst2html README IPy.html 




More information about the Python-modules-commits mailing list