[Python-checkins] python/nondist/sandbox/Lib bdist_dpkg.py,1.4,1.5

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Apr 6 15:44:23 EDT 2004


Update of /cvsroot/python/python/nondist/sandbox/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28306

Modified Files:
	bdist_dpkg.py 
Log Message:
Remove version hack

Index: bdist_dpkg.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/Lib/bdist_dpkg.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** bdist_dpkg.py	25 Sep 2003 12:34:30 -0000	1.4
--- bdist_dpkg.py	6 Apr 2004 19:44:20 -0000	1.5
***************
*** 92,96 ****
          # I'm running out of the CVS trunk, but don't have it
          # installed as python2.4.
-         pyversion = '2.2'
          package_name = 'python%s-%s' % (pyversion, dist.get_name().lower())
          d = {'name':dist.get_name(),
--- 92,95 ----




More information about the Python-checkins mailing list