summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-08-19 16:39:57 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-08-19 16:39:57 +0200
commitee7b1ef76f58e8dd3a744af98007c4ab8b5ab6d2 (patch)
treeac6b1716b26be9d0884d3577d0809a3e1a947592 /debian
parent3774f875be6bbe97b98032b72f3933ed151b35a8 (diff)
downloadpython-apt-ee7b1ef76f58e8dd3a744af98007c4ab8b5ab6d2.tar.gz
* apt/cache.py, python/cache.cc:
- add optional pulseIntevall option to "update()" * po/python-apt.pot: - refreshed
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
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),