add perl5 dep to quite lintian a fair bit, add libnet-ldap-perl suggests,
[mirror/userdir-ldap.git] / debian / python-dep
1 import sys;
2
3 if sys.version[:3] != "1.5":
4         print "python:Depends=python (>= %s), python (<< %s)" % (sys.version[:3],float(sys.version[:3])+0.1)
5 else:
6         print "python:Depends=python-base (>= 1.5) | python (>= 1.5), python-base (<< 1.6) | python (<< 1.6)"