diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-15 17:02:34 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-15 17:02:34 +0200 |
| commit | 7581c5fb8a8d8e1e0a79c343cbd23725475f846c (patch) | |
| tree | 0597cfe165b0b863f7a3a582dfa8fc9f6d929ff0 /debian/control | |
| parent | f52a32c76764f0e1f0af30b4d9a6471996eabede (diff) | |
| download | python-apt-7581c5fb8a8d8e1e0a79c343cbd23725475f846c.tar.gz | |
Simplify the whole building, build all Python versions with setup.py
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 9e0fe3ea..36a4d8d8 100644 --- a/debian/control +++ b/debian/control @@ -8,13 +8,13 @@ XS-Python-Version: >= 2.5 Build-Depends: apt-utils, cdbs, debhelper (>= 7), - libapt-pkg-dev (>= 0.7.22~), + libapt-pkg-dev (>= 0.7.12~), python-all-dbg (>= 2.5.4-3), python-all-dev (>= 2.5.4-3), python3.1-dev, python3.1-dbg, python-central (>= 0.5), - python-distutils-extra (>= 1.9.0), + python-distutils-extra (>= 2.0), python-gtk2, python-sphinx (>= 0.5), python-vte |
