summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog104
-rw-r--r--debian/control3
-rw-r--r--debian/dirs1
3 files changed, 106 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 3012c6d4..fc133de0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,107 @@
+update-manager (0.45) edgy; urgency=low
+
+ * debian/control:
+ - added dependency on python-gconf
+ - removed recommends on python-gnome2
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 11 Oct 2006 18:32:17 +0200
+
+update-manager (0.44.17) edgy; urgency=low
+
+ * memory leak fixed (lp: #43096)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 9 Oct 2006 15:24:40 +0200
+
+update-manager (0.44.16) edgy; urgency=low
+
+ * fix proxy usage when runing in non-root mode (lp: #40626)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 6 Oct 2006 15:17:37 +0200
+
+update-manager (0.44.15) edgy; urgency=low
+
+ * added missing python-vte dependency (lp: #63609)
+ * added missing gksu dependency (lp: #63572)
+ * don't remove xchat automatically anymore on upgrade (leftover
+ from breezy->dapper) (lp: #63881)
+ * do not come up with bogus dist-upgrade suggestions
+ * fix bad english grammar (lp: #63761, #63474)
+ * fix in the edgyUpdates quirks handler (lp: #63723)
+ * catch error from _tryMarkObsoleteForRemoval() (lp: #63617)
+ * fix plural forms for ro, pl (lp: #46421)
+ * properly escape comments before displaying them (lp: #63475)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 4 Oct 2006 21:10:40 +0200
+
+update-manager (0.44.14) edgy; urgency=low
+
+ * fix some incorrect i18n markings (lp: #62681)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 2 Oct 2006 14:41:52 +0200
+
+update-manager (0.44.13) edgy; urgency=low
+
+ * fix missing i18n declarations (lp: #62519)
+ * data/glade/SoftwareProperties.glade:
+ - fix missing "translatable" property (lp: #62681)
+ * DistUpgrade:
+ - deal better with the python transition and the hpijs
+ upgrade (lp: #62948)
+ * UpdateManager/UpdateManager.py:
+ - put the cancel button inside the text-area to avoid flickering
+ - make sure that src_ver is always initialized (thanks to
+ Simira for reporting)
+ - filter python-apt future warning (especially for seb128)
+ * DistUprade/DistUpgradeControler.py:
+ - check for self.sources, self.aptcdrom before using it (lp: #61852)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Sat, 23 Sep 2006 00:53:06 +0200
+
+update-manager (0.44.12) edgy; urgency=low
+
+ * DistUpgrade/DistUpgradeViewGtk.py:
+ - use '%d' instead of '%s' where appropriate (lp: #60239)
+ * fixed lots of typos (lp: #60633)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Sep 2006 16:37:52 +0200
+
+update-manager (0.44.11) edgy; urgency=low
+
+ * UpdateManager/UpdateManager.py:
+ - fix error in get_changelog (lp: #59940).
+ Thanks to Denis Washington
+ - bugfix in the ListStore
+ - use the update-manager desktop file when runing synaptic
+ as the backend to get a consistent UI
+ - UI improvements (thanks to Sebastian Heinlein!)
+ - remove branding
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 12 Sep 2006 20:37:55 +0200
+
+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:
+ - bugfix in the popcon enable code (lp: #59540)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Sat, 9 Sep 2006 02:13:40 +0200
+
+update-manager (0.44.8) edgy; urgency=low
+
+ * fix missing /var/log/dist-upgrade
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 8 Sep 2006 20:33:04 +0200
+
update-manager (0.44.7) edgy; urgency=low
* UpdateManager/UpdateManager.py:
diff --git a/debian/control b/debian/control
index af942223..0702fa9e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +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
-Recommends: python-gnome2
+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, python-vte, gksu, python-gconf
Description: GNOME application that manages apt updates
This is the GNOME apt update manager. It checks for updates and lets the user
choose which to install.
diff --git a/debian/dirs b/debian/dirs
index 83916ddf..635898db 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,2 +1,3 @@
var/lib/update-manager
+var/log/dist-upgrade
usr/bin \ No newline at end of file