diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-18 17:14:31 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-18 17:14:31 +0100 |
| commit | 2885341cf3d7a1050be1bf2a45237395a3149feb (patch) | |
| tree | 692e41a3b65b3b50846d747ceebdc7796dae13b7 /debian/control | |
| parent | f88aa9d422cb796644de8d7f3a003ab7027041fc (diff) | |
| download | python-apt-2885341cf3d7a1050be1bf2a45237395a3149feb.tar.gz | |
* python/depcache.cc:
- provide bindings for new libapt SetCandidateRelease()
* debian/control:
- require new libapt-pkg-dev SetCandidateRelease()
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index bbfd652c..a84733d1 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ XS-Python-Version: >= 2.6 X-Python3-Version: >= 3.1 Build-Depends: apt-utils, debhelper (>= 7.3.5), - libapt-pkg-dev (>= 0.8), + libapt-pkg-dev (>= 0.8.11), python-all-dev (>= 2.6.6-3~), python-all-dbg, python3-all-dev (>= 3.1.2-10~), |
