summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog28
-rw-r--r--debian/control2
2 files changed, 29 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f51cb07a..8efc99bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+python-apt (0.7.9) UNRELEASED; urgency=low
+
+ Merged python-apt consolidation branch by Sebastian
+ Heinlein (many thanks):
+ * apt/cache.py:
+ - new method "isVirtualPackage()"
+ - new method "getProvidingPackages()"
+ * apt/debfile.py:
+ - move a lot of the gdebi code into this file, this
+ provides interfaces for querrying and installing
+ .deb files and .dsc files
+ * apt/package.py:
+ - better description parsing
+ - new method "installedFiles()"
+ - new method "getChangelog()"
+ * apt/gtk/widgets.py:
+ - new widget GtkOpProgress
+ - new widget GtkFetchProgress
+ - new widget GtkInstallProgress
+ - new widget GtkDpkgInstallProgress
+ - new widget GtkAptProgress
+ * doc/examples/gui-inst.py:
+ - updated to use the new widgets
+ * debian/control:
+ - add suggests for python-gtk2 and python-vte
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 24 Nov 2008 14:30:32 +0100
+
python-apt (0.7.8) unstable; urgency=low
[ Michael Vogt ]
diff --git a/debian/control b/debian/control
index 1303dc6c..b738231f 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Priority: optional
Replaces: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18)
Conflicts: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18)
Provides: ${python:Provides}
-Suggests: python-apt-dbg
+Suggests: python-apt-dbg, python-gtk2, python-vte
XB-Python-Version: ${python:Versions}
Description: Python interface to libapt-pkg
The apt_pkg Python interface will provide full access to the internal