diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-15 14:58:35 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-15 14:58:35 +0200 |
| commit | 270a8f2e01e6f961e7501f3cefb64d2bf8f70069 (patch) | |
| tree | 30185a907b0df0fa67a4212d35d31d814b55915d /debian/control | |
| parent | acf567325e793ab37292c21e6b4c0713d92ee9a1 (diff) | |
| download | python-apt-270a8f2e01e6f961e7501f3cefb64d2bf8f70069.tar.gz | |
Build-Depend on python-all-dev (>= 2.5.4-3), so we build for Python 2.6
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 78c55126..897ef3de 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: apt-utils, cdbs, debhelper (>= 7), libapt-pkg-dev (>= 0.7.22~), - python-all-dbg, - python-all-dev, + python-all-dbg (>= 2.5.4-3), + python-all-dev (>= 2.5.4-3), python3.1-dev, python3.1-dbg, python-central (>= 0.5), |
