diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-04-24 18:43:52 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-04-24 18:43:52 +0200 |
| commit | aa5b58b56b7e332d15e6ac9f3dfeffa60c2749a6 (patch) | |
| tree | 36aa0787100314c0f533f46af625964b5cec8148 | |
| parent | 5729c2d5ad92a090cea8648dcddc181a86c09132 (diff) | |
| download | python-apt-aa5b58b56b7e332d15e6ac9f3dfeffa60c2749a6.tar.gz | |
* debian/control: Do not require python >= 2.5, mistake in previous commit.
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 374a177c..08ee329f 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org> Standards-Version: 3.8.1 -XS-Python-Version: >= 2.5 +XS-Python-Version: all Build-Depends: apt-utils, cdbs, debhelper (>= 5.0.37.1), |
