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 | |
| 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')
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2d74f287..813144bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,10 @@ python-apt (0.7.100.2) UNRELEASED; urgency=low * debian/python3-apt.install: - fix py3 extension module install location (thanks to Barry) + * python/depcache.cc: + - provide bindings for new libapt SetCandidateRelease() + * debian/control: + - require new libapt-pkg-dev SetCandidateRelease() -- Michael Vogt <mvo@debian.org> Tue, 07 Dec 2010 13:41:07 +0100 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~), |
