diff options
| author | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:25 +0000 |
|---|---|---|
| committer | Arch Librarian <arch@canonical.com> | 2004-11-24 10:00:25 +0000 |
| commit | 35695ec05670c2fa41dcde1ab7f38b08babe5c8e (patch) | |
| tree | 66b1c404942ff9174d5be1ed3b99528e4e3d615f /debian/python-dep | |
| parent | 8d3142533cdefa96f634cb07b41842ea73d24e8f (diff) | |
| download | python-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-dep | 3 |
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) |
