From: rmurray <> Date: Sat, 12 Jan 2002 04:16:48 +0000 (+0000) Subject: fix the python-dep to be a specific version of python (1.5). As python-ldap X-Git-Tag: debian_userdir-ldap_0-3-7~93 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=d302c20a80dd12f6d1ea950c73effd7cc814837e fix the python-dep to be a specific version of python (1.5). As python-ldap doesn't build a 1.5 package, ud- tools that need this will fail on woody+ systems for now. --- diff --git a/debian/python-dep b/debian/python-dep index 17c7132..bc688ef 100644 --- a/debian/python-dep +++ b/debian/python-dep @@ -3,4 +3,4 @@ import sys; if sys.version[:3] != "1.5": print "python:Depends=python (>= %s), python (<< %s)" % (sys.version[:3],float(sys.version[:3])+0.1) else: - print "python:Depends=python-base (>= 1.5) | python (>= 1.5), python-base (<< 1.6) | python (<< 1.6)" + print "python:Depends=python-base (>= 1.5) | python1.5"