summaryrefslogtreecommitdiff
path: root/debian/python-dep
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-11-24 10:00:25 +0000
committerArch Librarian <arch@canonical.com>2004-11-24 10:00:25 +0000
commit35695ec05670c2fa41dcde1ab7f38b08babe5c8e (patch)
tree66b1c404942ff9174d5be1ed3b99528e4e3d615f /debian/python-dep
parent8d3142533cdefa96f634cb07b41842ea73d24e8f (diff)
downloadpython-apt-35695ec05670c2fa41dcde1ab7f38b08babe5c8e.tar.gz
automatically determine python dependency for new pytho...
Author: rmurray Date: 2002-01-08 07:28:48 GMT automatically determine python dependency for new python policy install a copyright, and /usr/doc links
Diffstat (limited to 'debian/python-dep')
-rw-r--r--debian/python-dep3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/python-dep b/debian/python-dep
new file mode 100644
index 00000000..27ca72ff
--- /dev/null
+++ b/debian/python-dep
@@ -0,0 +1,3 @@
+import sys;
+
+print "python:Depends=python (>= %s), python (<< %s)" % (sys.version[:3],float(sys.version[:3])+0.1)