summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 3209f7ee..2b3f0ac1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ python-apt (0.7.92) UNRELEASED; urgency=low
* debian/control: Update Standards-Version to 3.8.2
* Make AcquireFile a subclass of AcquireItem
* Make ConfigurationPtr,ConfigurationSub subclasses of Configuration.
+ * debian/control: Build-Depend on libapt-pkg-dev (>= 0.7.22~).
[ Sebastian Heinlein ]
* apt/progress.py: Extract the package name from the status message
@@ -36,7 +37,7 @@ python-apt (0.7.92) UNRELEASED; urgency=low
* python/progress.cc:
- low level code for update_status_full and pulse_items()
- -- Julian Andres Klode <jak@debian.org> Mon, 22 Jun 2009 15:49:03 +0200
+ -- Julian Andres Klode <jak@debian.org> Tue, 07 Jul 2009 16:56:44 +0200
python-apt (0.7.91) experimental; urgency=low
diff --git a/debian/control b/debian/control
index fc48f192..10b9bc31 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,
python3.1-dev,