add perl5 dep to quite lintian a fair bit, add libnet-ldap-perl suggests,
[mirror/userdir-ldap.git] / debian / python-dep
diff --git a/debian/python-dep b/debian/python-dep
new file mode 100644 (file)
index 0000000..17c7132
--- /dev/null
@@ -0,0 +1,6 @@
+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)"