diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-30 14:17:31 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-30 14:17:31 +0200 |
| commit | a33de8e29160276e3dbd6a11812c7ec7dd532997 (patch) | |
| tree | edf67255f2a91764e7a44e1685ea3b13b9048e15 | |
| parent | d907d8627ab4080cff7ab99dfb2e16970d063990 (diff) | |
| download | python-apt-a33de8e29160276e3dbd6a11812c7ec7dd532997.tar.gz | |
* debian/control: Build-depend on libapt-pkg-dev (>= 0.7.22~)
Enhances needs it.
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 74224c32..b12c156e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,9 @@ python-apt (0.7.11.2) unstable; urgency=low [ Julian Andres Klode ] * python/cache.cc: - Support Breaks, Enhances dependency types (Closes: #416247) - * debian/control: Only recommend libjs-jquery (Closes: #527543) + * debian/control: + - Only recommend libjs-jquery (Closes: #527543) + - Build-depend on libapt-pkg-dev (>= 0.7.22~) [ Stefano Zacchiroli ] * debian/python-apt.doc-base: register the documentation with the diff --git a/debian/control b/debian/control index 17084419..234eaaad 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ XS-Python-Version: all Build-Depends: apt-utils, cdbs, debhelper (>= 5.0.37.1), - libapt-pkg-dev (>= 0.7.10), + libapt-pkg-dev (>= 0.7.22~), python-all-dbg, python-all-dev, python-central (>= 0.5), |
