summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-11-10 16:06:21 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-11-10 16:06:21 +0100
commita0c9ec82095d2e09715e5dc953119ec4fa7b4c2e (patch)
tree4c1458a5304b24b6914610104cd0767168e658d8 /debian
parent52097d7edaa97379a4a604be4feb24e5e9c3bd73 (diff)
parent1948d5d03887eb81ea7797c0f23049ef6c3895ce (diff)
downloadpython-apt-a0c9ec82095d2e09715e5dc953119ec4fa7b4c2e.tar.gz
merge from the mvo branch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 84a01e27..0c116489 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,15 @@ python-apt (0.8.2) UNRELEASED; urgency=low
- updated, thanks to Joe Dalton (closes: #631309)
* po/sr.po:
- updated, thanks to Nikola Nenadic (closes: #638308)
+ * python/apt_pkgmodule.cc:
+ - add apt_pkg.get_architectures() call
+ * apt/cache.py:
+ - remove "print" when creating dirs in apt.Cache(rootdir=dir),
+ thanks to Martin Pitt
+ - add __cmp__ to apt.Package so that sort() sorts by name
+ on list of package objects
+ * debian/control:
+ - add recommends to xz-lzma to ensure we have the unlzma command
[ Tshepang Lekhonkhobe ]
* rm usage of camelcase in cache.py doc (closes: #626617)
@@ -51,6 +60,7 @@ python-apt (0.8.1) unstable; urgency=low
that needs universe enabled as well (plus add test)
* apt/progress/gtk2.py:
- update to the latest vte API for child-exited (LP: #865388)
+ * tests/test_apt_cache.py:
-- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2011 16:39:13 +0200
diff --git a/debian/control b/debian/control
index 01e8884e..541e4c36 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-sid/changes
Package: python-apt
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-apt-common
-Recommends: lsb-release, iso-codes, python2.6
+Recommends: lsb-release, iso-codes, python2.6, xz-lzma
Breaks: packagekit-backend-apt (<= 0.4.8-0ubuntu4),
computer-janitor (<< 1.14.1-1+),
debdelta (<< 0.41+),