[Python-modules-commits] r498 - /packages/cubictemp/trunk/debian/rules

adn-guest at users.alioth.debian.org adn-guest at users.alioth.debian.org
Sun May 7 18:49:19 UTC 2006


Author: adn-guest
Date: Sun May  7 18:49:18 2006
New Revision: 498

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=498
Log:
cubictemp works with python 2.3

Modified:
    packages/cubictemp/trunk/debian/rules

Modified: packages/cubictemp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/rules?rev=498&op=diff
==============================================================================
--- packages/cubictemp/trunk/debian/rules (original)
+++ packages/cubictemp/trunk/debian/rules Sun May  7 18:49:18 2006
@@ -18,7 +18,7 @@
 
 binary-predeb/python-cubictemp::
 	# Which .py files to byte-compile
-	echo "2.4-" > debian/python-cubictemp/usr/share/python-support/cubictemp/.version
+	echo "2.3-" > debian/python-cubictemp/usr/share/python-support/cubictemp/.version
 
 binary-install/python-cubictemp::
 	chmod +x debian/python-cubictemp/usr/share/python-support/cubictemp/cubictemp.py




More information about the Python-modules-commits mailing list