[Python-modules-commits] r18132 - in packages/authres/trunk/debian (rules)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Thu Aug 11 17:08:54 UTC 2011


    Date: Thursday, August 11, 2011 @ 17:08:52
  Author: kitterman
Revision: 18132

Clean up rules thanks to Jakub Wilk's feedback.

Modified:
  packages/authres/trunk/debian/rules

Modified: packages/authres/trunk/debian/rules
===================================================================
--- packages/authres/trunk/debian/rules	2011-08-11 16:54:43 UTC (rev 18131)
+++ packages/authres/trunk/debian/rules	2011-08-11 17:08:52 UTC (rev 18132)
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 %:
-	dh $@ --with python2, --with python3
+	dh $@ --with python2,python3
 
 override_dh_auto_install:
 	set -e && for pyvers in $(shell pyversions -vr); do \




More information about the Python-modules-commits mailing list