diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 230fd67f..413dcfce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +update-manager (0.44.10) edgy; urgency=low + + * aptsources.py: + - fix add_component() to avoid duplicated components + - added MirrorsFile key to DistInfo code to have a better idea + about the available mirrors + * debian/control: + - updated dbus dependencies (lp: #59862) + + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Sep 2006 09:38:21 +0200 + update-manager (0.44.9) edgy; urgency=low * SoftwareProperties/SoftwareProperties.py: diff --git a/debian/control b/debian/control index af942223..e3c72b8d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.2 Package: update-manager Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python, python-glade2, python-apt (>= 0.6.16.2), synaptic (>= 0.57.8), lsb-release, python-gnupginterface, unattended-upgrades, gksu, iso-codes +Depends: ${python:Depends}, ${misc:Depends}, python, python-glade2, python-apt (>= 0.6.16.2), synaptic (>= 0.57.8), lsb-release, python-gnupginterface, unattended-upgrades, gksu, iso-codes, python-dbus Recommends: python-gnome2 Description: GNOME application that manages apt updates This is the GNOME apt update manager. It checks for updates and lets the user |
