diff options
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 03f0ad5b..3f22d113 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ python-apt (0.7.12.2) UNRELEASED; urgency=low [ Michael Vogt ] * apt/package.py: - add "recommends" property + * apt/cache.py, python/cache.cc: + - add optional pulseIntevall option to "update()" + * po/python-apt.pot: + - refreshed [ Julian Andres Klode ] * apt/package.py: diff --git a/debian/control b/debian/control index 7cd6f81d..ab2d343d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.2 XS-Python-Version: all Build-Depends: apt-utils, debhelper (>= 7.3.5), - libapt-pkg-dev (>= 0.7.22~), + libapt-pkg-dev (>= 0.7.21), python-all-dbg, python-all-dev, python-central (>= 0.5), |
