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 | |
| 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
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 8c1b0e67..70157470 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,6 +37,7 @@ python-apt (0.7.92) UNRELEASED; urgency=low * Unify all Configuration,ConfigurationPtr,ConfigurationSub into one type. * Upgrade to debhelper 7 and remove debian/tmp in python-apt.install, to work around a bug in debhelper. + * Build-Depend on python-all-dev (>= 2.5.4-3), so we build for Python 2.6 [ Sebastian Heinlein ] * apt/progress.py: Extract the package name from the status message @@ -52,7 +53,7 @@ python-apt (0.7.92) UNRELEASED; urgency=low * python/progress.cc: - low level code for update_status_full and pulse_items() - -- Julian Andres Klode <jak@debian.org> Tue, 14 Jul 2009 20:42:03 +0200 + -- Julian Andres Klode <jak@debian.org> Wed, 15 Jul 2009 14:56:24 +0200 python-apt (0.7.91) experimental; urgency=low 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), |
