summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-08 20:18:36 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-08 20:18:36 +0200
commitd2423e2c28df63cb0a235f822a9588f8a221600a (patch)
treec319735856d77a8f696daddcda19b7b028fac6bf /debian
parent3770906714c5e73b844514c431ce07fd9ac416fb (diff)
downloadpython-apt-d2423e2c28df63cb0a235f822a9588f8a221600a.tar.gz
python/pkgsrcrecords.cc: Unify dep handling -- part 2: SourceRecords.build_depends
Change apt_pkg.SourceRecords.build_depends to match exactly the interface of Version.depends_list_str just with different keys (e.g. Build-Depends). + Closes: #468123 - there is no need anymore for binding CompType or CompTypeDeb, because we don't return integer values for CompType anymore.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 581e1be1..8bc3e320 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,7 +25,11 @@ python-apt (0.7.92) UNRELEASED; urgency=low
* Unification of dependency handling:
- apt_pkg.parse_[src_]depends() now use CompType instead of CompTypeDeb
(i.e. < instead of <<) to match the interface of Version.depends_list_str
-
+ - apt_pkg.SourceRecords.build_depends matches exactly the interface of
+ Version.depends_list_str just with different keys (e.g. Build-Depends).
+ + Closes: #468123 - there is no need anymore for binding CompType or
+ CompTypeDeb, because we don't return integer values for CompType
+ anymore.
[ Sebastian Heinlein ]
* apt/progress.py: Extract the package name from the status message