--- software-properties-0.60.debian.orig/po/software-properties.pot +++ software-properties-0.60.debian/po/software-properties.pot @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: Sebastian Heinlein \n" -"POT-Creation-Date: 2007-08-01 10:22+0200\n" +"POT-Creation-Date: 2008-04-06 02:33+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" --- software-properties-0.60.debian.orig/debian/pyversions +++ software-properties-0.60.debian/debian/pyversions @@ -0,0 +1 @@ +2.4- --- software-properties-0.60.debian.orig/debian/copyright +++ software-properties-0.60.debian/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Michiel Sikkes on +Mon, 25 Oct 2004 21:49:07 +0200. + +It was downloaded from http://archive.ubuntu.com/ubuntu/pool/main/s/software-properties/ + +Upstream Authors: + Michiel Sikkes + Michael Vogt + Sebastian Heinlein + Jonathan Riddell + +Copyright: + 2004-2007 Canonical Ltd. + 2004-2005 Michiel Sikkes + 2006 FSF Europe + +All code released under the GPL, see /usr/share/common-licenses/GPL + +With the exception of +softwareproperties/gtk/SimpleGladeApp.py +which is released under the LGPL, see /usr/share/common-licenses/LGPL + +The documentation in the help/ directory is released under the +GNU Free Documentation License, see /usr/share/common-licenses/GFDL-1.2. --- software-properties-0.60.debian.orig/debian/pycompat +++ software-properties-0.60.debian/debian/pycompat @@ -0,0 +1 @@ +2 --- software-properties-0.60.debian.orig/debian/dirs +++ software-properties-0.60.debian/debian/dirs @@ -0,0 +1 @@ +usr/bin --- software-properties-0.60.debian.orig/debian/compat +++ software-properties-0.60.debian/debian/compat @@ -0,0 +1 @@ +5 --- software-properties-0.60.debian.orig/debian/python-software-properties.install +++ software-properties-0.60.debian/debian/python-software-properties.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/python*/site-packages/softwareproperties/*py --- software-properties-0.60.debian.orig/debian/software-properties-gtk.install +++ software-properties-0.60.debian/debian/software-properties-gtk.install @@ -0,0 +1,7 @@ +debian/tmp/usr/share/software-properties/glade +debian/tmp/usr/lib/python*/site-packages/softwareproperties/gtk/*.py +debian/tmp/usr/bin/software-properties-gtk +debian/tmp/usr/share/mime/packages +debian/tmp/usr/share/icons +debian/tmp/usr/share/applications/software-properties.desktop +debian/tmp/usr/share/gnome/help/software-properties --- software-properties-0.60.debian.orig/debian/changelog.ubuntu +++ software-properties-0.60.debian/debian/changelog.ubuntu @@ -0,0 +1,935 @@ +software-properties (0.60) gutsy; urgency=low + + [Michael Vogt] + * data/software-propoerties.desktop.in: + - fix double gksu (LP: #111137) + * fix incorrect X-Ubuntu-Gettext-Domain (Fixes LP: #120012) + * setup.py: + - ported to new distutils + + [Sebastian Heinlein] + * Adapet changes of python-apt that allow to handle forced + servers in a more sane way - fix (LP: #86060) + * fix i18n issues + + -- Michael Vogt Wed, 01 Aug 2007 10:06:58 +0200 + +software-properties (0.59.4) feisty; urgency=low + + * i18n fixes, closes https://launchpad.net/bugs/102773 + + -- Jonathan Riddell Tue, 10 Apr 2007 12:56:50 +0100 + +software-properties (0.59.3) feisty; urgency=low + + * Fix an incorrect insenstive state of the source code checkbutton + + -- Sebastian Heinlein Wed, 4 Apr 2007 11:37:06 +0200 + +software-properties (0.59.2) feisty; urgency=low + + * another cdrom releated fix (LP#98795) + + -- Michael Vogt Wed, 4 Apr 2007 21:00:41 +0200 + +software-properties (0.59.1) feisty; urgency=low + + * remove obsolete glade file + * fix cdrom support in the GTK and KDE frontend + + -- Michael Vogt Mon, 2 Apr 2007 11:06:39 +0200 + +software-properties (0.59) feisty; urgency=low + + [ Jonathan Riddell ] + * KDE frontend + - implement find best mirror + - Add missing mirrors (first one from each country was not added) + - Sort mirrors list + - Implement revert button + * Gnome frontend + - Fix typo "Protocoll" + + -- Jonathan Riddell Fri, 30 Mar 2007 11:17:17 +0100 + +software-properties (0.58.1) feisty; urgency=low + + [Michael Vogt] + * Fix setting transient-for none in some cases. + (thanks to Robert Carr) + * only build for python version from 2.4 onwards (LP#96747) + [Sebastian Heinlein] + * fixes in the mirror speed tester + + -- Michael Vogt Tue, 27 Mar 2007 13:46:16 +0200 + +software-properties (0.58) feisty; urgency=low + + * po/*.po: + - make update-po + * allow to specify no components in the edit dialog (LP#93640) + + -- Michael Vogt Thu, 22 Mar 2007 15:20:49 +0100 + +software-properties (0.57) feisty; urgency=low + + [ Michael Vogt ] + * fix in the danish translation (thanks to Ole Laursen) + * do not crash when called with a filename arguemnt (LP#90296) + * fix crash in dialog edit in kde (LP#92230) + + [ Sebastian Heinlein ] + * increase number of ping workers from 5 to 25 to speed up the + mirror test (LP#90379) + * fix the progress bar of the download test (missing mod call) + * UI glitches fixes + * fix the order of the variables in the gtk __init__ (LP#93028) + * fix a wrong import in the GTK d'n'd handler (LP#93163) + + -- Michael Vogt Mon, 19 Mar 2007 11:11:45 +0100 + +software-properties (0.56) feisty; urgency=low + + [Michael Vogt] + * fix crash in remove_source() (LP#85759) + + -- Michael Vogt Thu, 22 Feb 2007 17:01:55 +0100 + +software-properties (0.55) feisty; urgency=low + + [Sebastian Heinlein] + * fix crash in kde frontend (LP#84901) + * fix kde form heading (LP#84610) + * fix automatic updates saving (LP#84612) + * typo fixes + + [ Jonathan Riddell ] + * Fix KDE crash dialogue to point to software-properties, not Ubiquity + + -- Michael Vogt Wed, 14 Feb 2007 11:06:05 +0100 + +software-properties (0.54) feisty; urgency=low + + * fixed desktop file (LP#84290) + * fix --enable-component (LP#84608) + * fix missing icon + * various bugfixes + + -- Michael Vogt Tue, 13 Feb 2007 09:50:20 +0100 + +software-properties (0.53) feisty; urgency=low + + * added full GNU FDL text to the source + + -- Michael Vogt Wed, 7 Feb 2007 15:40:50 +0100 + +software-properties (0.52) feisty; urgency=low + + * update debian/copyright + + -- Michael Vogt Wed, 7 Feb 2007 12:26:49 +0100 + +software-properties (0.51) feisty; urgency=low + + * fix some UI glitches (thanks to Sebastian Heinlein) + + -- Michael Vogt Tue, 6 Feb 2007 11:02:18 +0100 + +software-properties (0.50) feisty; urgency=low + + * fork source package from update-manager to support adding + different frontends (thanks to Sebastian Heinlein and + Jonathan Riddell) + + -- Michael Vogt Fri, 27 Oct 2006 10:23:39 +0200 + +update-manager (0.45.1) edgy-updates; urgency=low + + * handle unexpected data from data more gracefuly (lp: #68553) + + -- Michael Vogt Fri, 27 Oct 2006 10:23:39 +0200 + +update-manager (0.45) edgy; urgency=low + + * debian/control: + - added dependency on python-gconf + - removed recommends on python-gnome2 + + -- Michael Vogt Wed, 11 Oct 2006 18:32:17 +0200 + +update-manager (0.44.17) edgy; urgency=low + + * memory leak fixed (lp: #43096) + + -- Michael Vogt 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 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 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 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 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 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 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 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 Sat, 9 Sep 2006 02:13:40 +0200 + +update-manager (0.44.8) edgy; urgency=low + + * fix missing /var/log/dist-upgrade + + -- Michael Vogt Fri, 8 Sep 2006 20:33:04 +0200 + +update-manager (0.44.7) edgy; urgency=low + + * UpdateManager/UpdateManager.py: + - be more accurate about dependencies when the user selects only + a supset of the packages + + -- Michael Vogt Wed, 6 Sep 2006 12:29:05 +0200 + +update-manager (0.44.6) edgy; urgency=low + + * SoftwareProperties/SoftwareProperties.py: + - fix inconsistency in the new software-sources dialog + * integrate DistUpgrade code into UpdateManager to make sure + that after e.g. a CDROM upgrade the rest of the system can still + be fully upgraded over the net + + -- Michael Vogt Tue, 5 Sep 2006 13:30:22 +0200 + +update-manager (0.44.5) edgy; urgency=low + + * install the DistUpgrade package too + * data/channels/Ubuntu.info.in: + - warty is no longer officially supported + + -- Michael Vogt Wed, 30 Aug 2006 11:32:24 +0200 + +update-manager (0.44.4) edgy; urgency=low + + * SoftwareProperties/SoftwareProperties.py: + - don't bomb when searching for the mirror (lp: #57015) + * UpdateManager/UpdateManager.py: + - added "%s-proposed" to the list of known origins + + -- Michael Vogt Thu, 24 Aug 2006 13:00:23 +0200 + +update-manager (0.44.3) edgy; urgency=low + + * help/C/update-manager-C.omf: + - fix url (thanks to daniel holbach, lp: #45548) + * show the units better + * don't jump around on row activation + (thanks to Sebastian Heinlein) + * send "inhibit sleep" to power-manager while applying + updates (lp #40697) + + -- Michael Vogt Tue, 15 Aug 2006 18:06:53 +0200 + +update-manager (0.44.2) edgy; urgency=low + + * added select all/unselect all (thanks to Sebastian Heinlein) + * wording fixes + * fix update counting bug + + -- Michael Vogt Thu, 3 Aug 2006 17:52:09 +0200 + +update-manager (0.44.1) edgy; urgency=low + + * make UpdateManager check for new distribution releases by + default again + * fix dist-upgrade fetching when run as non-root. + * sort the package list by the origin (UpdateManagerEdgy spec) + + -- Michael Vogt Wed, 2 Aug 2006 13:00:42 +0200 + +update-manager (0.44) edgy; urgency=low + + * new SoftwareProperties GUI (thanks to Sebastian Heinlein) + * support easy Popcon pariticipation + + -- Michael Vogt Fri, 28 Jul 2006 01:06:16 +0200 + +update-manager (0.43) edgy; urgency=low + + * fixes in the changelog reading code + * speedup in the cache clear code + * runs as user by default now + * uses dbus to implement singleton behaviour + * updated the software-properties code to know about edgy + + -- Michael Vogt Tue, 4 Jul 2006 11:16:31 +0200 + +update-manager (0.42.2ubuntu22) dapper; urgency=low + + * UpdateManager/UpdateManager.py: + - fix a 'brown paperback' bug when the Meta-Release file + checked (#46537) + + -- Michael Vogt Thu, 25 May 2006 12:30:42 +0200 + +update-manager (0.42.2ubuntu21) dapper; urgency=low + + * UpdateManager/UpdateManager.py: + - when a distribution release becomes available, display the + version, not the codename (as per + https://wiki.ubuntu.com/CodeNamesToVersionNumbers) + - fix a string that was not marked transltable + + -- Michael Vogt Wed, 24 May 2006 15:07:19 +0200 + +update-manager (0.42.2ubuntu20) dapper; urgency=low + + * SoftwareProperties/aptsources.py, channels/Ubuntu.info.in: + - remove the codenames from the releases (as per + https://wiki.ubuntu.com/CodeNamesToVersionNumbers) + + -- Michael Vogt Tue, 23 May 2006 16:04:39 +0200 + +update-manager (0.42.2ubuntu19) dapper; urgency=low + + * help/C/figures: + - applied "pngcrush" on the figures in the manual, + this saves 4 MB uncompressed (ubuntu: #45901) + + -- Michael Vogt Mon, 22 May 2006 09:37:19 +0200 + +update-manager (0.42.2ubuntu18) dapper; urgency=low + + * data/SoftwareProperties.glade: + - fix missing 'translatable="yes"' property (ubuntu: #44409) + - increase width to 620 (ubuntu: #40540) + + -- Michael Vogt Fri, 19 May 2006 01:45:22 +0200 + +update-manager (0.42.2ubuntu17) dapper; urgency=low + + * debian/control: + - depend on later python-apt (#45325) + * SoftwareProperties/SoftwareProperties.py: + - fix key updating after import (ubuntu #44927) + * UpdateManager/UpdateManager.py: + - remove debug output + + -- Michael Vogt Fri, 19 May 2006 00:04:02 +0200 + +update-manager (0.42.2ubuntu16) dapper; urgency=low + + * use version and section of the source package (if this information is + available) when building the changelog URL (ubuntu #40058) + * SoftwareProperties/SoftwareProperties.py: + - if no config is found create a new one (ubuntu: #37560) + * UpdateManager/UpdateManager.py: + - fix problem in changelog reading code when matching against + installed versions with epochs (ubuntu: #40058) + + -- Michael Vogt Thu, 11 May 2006 17:33:40 +0200 + +update-manager (0.42.2ubuntu15) dapper; urgency=low + + * disable the install button if there no updates (ubuntu: #42284) + (Thanks to Sebastian Heinlein) + * show main window *after* restoring the size (ubuntu: #42277) + (Thanks to Sebastian Heinlein) + * fix broken spelling, typos, wording (ubuntu: #42431, #28777, + #40425, #40727) + * help/C: merged from the docteam svn (ubuntu: 36092) + + -- Michael Vogt Tue, 2 May 2006 12:13:59 +0200 + +update-manager (0.42.2ubuntu14) dapper; urgency=low + + * wording/glade file fixes (thanks to Sebastian Heinlein) + * many updates to the dist-upgrader code + + -- Michael Vogt Fri, 28 Apr 2006 23:04:08 +0200 + +update-manager (0.42.2ubuntu13) dapper; urgency=low + + * po/POTFILES.in: add missing desktop file (ubuntu: #39410) + * UpdateManager/UpdateManager.py: + - fix in the get_changelog logic (ubuntu: #40058) + - correct a error in the changelog parser (ubuntu: #40060) + - fix download size reporting (ubuntu: #39579) + * debian/rules: added dh_iconcache + * setup.py: install the icons into the hicolor icon schema + (thanks to Sebastian Heinlein) + + -- Michael Vogt Thu, 20 Apr 2006 18:23:54 +0200 + +update-manager (0.42.2ubuntu12) dapper; urgency=low + + * channels/*.in: typo fix + * po/POTFILES.in: add missing files (ubuntu: #38738) + * fix the help string in update-manager (ubuntu: #23274) + * fix the bad grammar in "Cannot install all available updates" + (ubuntu: #32864) + * don't inform about new distro release on dapper by default (can be + changed via a gconf setting/commandline switch) + * fix UI issue of the edit dialog for given templates (thanks to + Chipzz for the patch) + + -- Michael Vogt Wed, 12 Apr 2006 20:23:21 +0200 + +update-manager (0.42.2ubuntu11) dapper; urgency=low + + * debian/control: + - depend on unattended-upgrades + - move python-gnome2 to recommends (we only use gconf from it) + * UpdateManager/fakegconf.py: update for xubuntu (thanks to Jani Monoses) + + -- Michael Vogt Wed, 5 Apr 2006 14:46:10 +0200 + +update-manager (0.42.2ubuntu10) dapper; urgency=low + + * update-manger: fix a missing import (#36138) + * typo fix (#36123) + * correct dapper version number (#36136) + * keybindings fixed (#36116) + * calc the update before downloading the changelog (#36140) + * add a fake gconf interface for xubuntu (nop for normal ubuntu) + (Thanks to Jani Monoses for the patch) + + -- Michael Vogt Tue, 4 Apr 2006 18:17:16 +0200 + +update-manager (0.42.2ubuntu9) dapper; urgency=low + + * Better English (tm) (fixes #35985) + * Use the the number of available and not selected updates to determinate + if the system is up-to-date (fixes #35300) + * fix ui problem with software preferences (fixes #35987) + * fix width problem in SoftwareProperties + + -- Michael Vogt Wed, 22 Mar 2006 21:57:28 +0100 + +update-manager (0.42.2ubuntu8) dapper; urgency=low + + * fix a FTBFS + + -- Michael Vogt Wed, 15 Mar 2006 17:54:08 +0000 + +update-manager (0.42.2ubuntu7) dapper; urgency=low + + * various spelling fixes and ui-glitches + + -- Michael Vogt Tue, 14 Mar 2006 16:58:01 +0000 + +update-manager (0.42.2ubuntu6) dapper; urgency=low + + * po/pt_BR.po: updated translation + (thanks to Carlos Eduardo Pedroza Santiviago) + * po/pt.po: updated Portugise translation (thanks to Rui Azevedo) + * debian/control: arch: all now + * debian/rules: undo the detection in favour of the simpler update of + the desktop files + * data/gnome-software-properties.desktop.in, update-manager.desktop.in: + - added X-Ubuntu-Gettext-Domain + * help/*: updated to latest svn + + -- Michael Vogt Mon, 20 Feb 2006 15:58:09 +0100 + +update-manager (0.42.2ubuntu5) dapper; urgency=low + + * debian/rules: Add gettext domain to .server and .desktop files to get + language pack support for them. (Similarly to cdbs' gnome.mk) + + -- Martin Pitt Thu, 23 Feb 2006 18:42:04 +0100 + +update-manager (0.42.2ubuntu4) dapper; urgency=low + + * removed some of the gnome dependencies (gconf still in) + * the ReleaseNotes dialog has clickable links now (thanks to Sebastian + Heinlein) + + -- Michael Vogt Mon, 20 Feb 2006 13:24:55 +0100 + +update-manager (0.42.2ubuntu3) dapper; urgency=low + + * fixed description of the ubuntu repository (#30813) + * use the new synaptic --parent-window-id switch when runing the backend + + -- Michael Vogt Wed, 8 Feb 2006 20:53:46 +0100 + +update-manager (0.42.2ubuntu2) dapper; urgency=low + + * SoftwareProperties/SoftwareProperties.py: + - re-added the internet update options (#27932) + * data/gnome-software-properties.desktop: + - use gksu instead of gksudo (#30057) + * wording fixes (#30296) + + -- Michael Vogt Tue, 7 Feb 2006 13:13:09 +0100 + +update-manager (0.42.2ubuntu1) dapper; urgency=low + + * UpdateManager/MetaRelease.py: + - never offer a upgrade to a unsupported (i.e. developer) dist + * data/gnome-software-properties.desktop.in: use X-KDE-SubstituteUID=true + * small UI layout changes (should fix the cancel/close button problem) + + -- Michael Vogt Tue, 31 Jan 2006 09:48:13 +0000 + +update-manager (0.42.1ubuntu1) dapper; urgency=low + + * UpdateManagert: + improved the HIG complicane more, removed some of the uglines + from the last version (Malone #22090) + * SoftwareProperties: + improved the HIG complicane (Malone #28530) + (thanks to Sebastian Heinlein) + + -- Michael Vogt Tue, 17 Jan 2006 17:27:15 +0100 + +update-manager (0.42ubuntu1) dapper; urgency=low + + * improved the HIG comlicane, thanks to Sebastian Heinlein: + - Rename the button "close" to "cancel" + - Move status bar to a separate dialog + - Wording + - Add a wider border around the changelog and + description + - Align and capitalize the button "Cancel downloading" + (ubuntu: #28453) + * bugfixes in the cache locking + + -- Michael Vogt Mon, 16 Jan 2006 12:56:29 +0100 + +update-manager (0.40.2) dapper; urgency=low + + * SoftwareProperties/SoftwareProperties.py: + - fix a problem with transient/parent window in custom apt line + dialog (ubuntu #21585) + - fix a problem in the conf file writer that can lead to absurdly + large files + + -- Michael Vogt Thu, 5 Jan 2006 12:37:33 +0100 + +update-manager (0.40.1) dapper; urgency=low + + * SoftwareProperties/SoftwareProperties.py: + - make it embedded friendlier + + -- Michael Vogt Fri, 16 Dec 2005 14:02:27 +0100 + +update-manager (0.40) dapper; urgency=low + + * new upstream release: + - switched from autotools to distutils + - massive code cleanups + - use SimpleGladeApp now + - SoftwareProperties has a new GUI + - UpdateManager has support for upgrading from one dist to another + now (given that the required "recipe" for the upgrade is available) + See https://wiki.ubuntu.com/AutomaticUpgrade for details + - use python-apt for "reload" and "add cdrom" now + - improved the handling of sources.list a lot (including support for + /etc/apt/sources.list.d) + * support for the AutomaticUpgrades spec added via the meta-release + information + * data/update-manager.desktop.in: + - use X-KDE-SubstituteUID added and use gksu now + + -- Michael Vogt Tue, 15 Nov 2005 17:22:12 +0100 + +update-manager (0.37.1+svn20050404.15) breezy; urgency=low + + * added intltool to build-depends (for rosetta) + + -- Michael Vogt Thu, 6 Oct 2005 17:30:38 +0200 + +update-manager (0.37.1+svn20050404.14) breezy; urgency=low + + * debian/rules: + - run intltool-update -p for rosetta + * src/update-manager.in: + - release the lock before runing gnome-software-properties (ubuntu #17022) + + -- Michael Vogt Tue, 4 Oct 2005 22:28:43 +0200 + +update-manager (0.37.1+svn20050404.13) breezy; urgency=low + + * src/update-manager.in: + - use the right column for type-ahead searching (ubuntu #16853) + + -- Michael Vogt Tue, 4 Oct 2005 11:01:58 +0200 + +update-manager (0.37.1+svn20050404.12) breezy; urgency=low + + * added locking support + * use explicit path to python2.4 (thanks anthony!) (Ubuntu #16087) + * CTRL-{w,q} close the update-manager window (Ubuntu #15729) + + -- Michael Vogt Wed, 28 Sep 2005 17:40:05 +0200 + +update-manager (0.37.1+svn20050404.11) breezy; urgency=low + + * fix a typo in the reload tooltip (thanks to P Jones) (ubuntu #14699) + + -- Michael Vogt Mon, 12 Sep 2005 14:49:13 +0200 + +update-manager (0.37.1+svn20050404.10) breezy; urgency=low + + * fix for a typo in the source of the last upload (*cough*) + + -- Michael Vogt Wed, 31 Aug 2005 15:39:53 +0200 + +update-manager (0.37.1+svn20050404.9) breezy; urgency=low + + * do a "save" dist-upgrade (add only, no removes) + + -- Michael Vogt Wed, 31 Aug 2005 12:09:20 +0200 + +update-manager (0.37.1+svn20050404.8) breezy; urgency=low + + * if repository window is running from inside synaptic, don't show "Add + cdrom" button (it's available in the synaptic menu already) + + -- Michael Vogt Tue, 30 Aug 2005 14:12:50 +0200 + +update-manager (0.37.1+svn20050404.7) breezy; urgency=low + + * if running from inside another application (e.g. synaptic), make sure + the dialogs get a correct parent (ubuntu #14001) + * if nothing changed, do not run "reload" if runing from inside synaptic + + -- Michael Vogt Mon, 29 Aug 2005 12:09:12 +0200 + +update-manager (0.37.1+svn20050404.6) breezy; urgency=low + + * remove (parts of) ubuntu branding from the application + * make it run only with python2.4 (ubuntu #10876) + * make sure to always properly escape the strings displayed + in the treeview + + -- Michael Vogt Tue, 23 Aug 2005 16:49:54 +0200 + +update-manager (0.37.1+svn20050404.5) breezy; urgency=low + + * updates where not shown sometimes, fixed that (ubuntu #13410) + + -- Michael Vogt Tue, 16 Aug 2005 10:49:46 +0200 + +update-manager (0.37.1+svn20050404.4) breezy; urgency=low + + * re-read the sources.list after a "add-custom" (ubuntu #9855) + * settings window has a title (ubuntu #10756) + * default actions for the buttons (ubuntu #10741) + * various typos fixed (ubuntu #9866) + * make sure that no dialogs are opened without a parent (ubuntu #10284) + + -- Michael Vogt Mon, 15 Aug 2005 15:15:06 +0200 + +update-manager (0.37.1+svn20050404.3) breezy; urgency=low + + * use breezy as default for newly created sources (ubuntu #13009) + * be more carefull with preserving the mirror + * a better explaination for the "Reload" button (ubuntu #11432) + + -- Michael Vogt Wed, 10 Aug 2005 12:07:55 +0200 + +update-manager (0.37.1+svn20050404.2) breezy; urgency=low + + * fix a small problem in the parsing code (ubuntu #8754) + + -- Michael Vogt Fri, 6 May 2005 11:24:17 +0200 + +update-manager (0.37.1+svn20050404.1) hoary; urgency=low + + * pickup the correct proxy settings from apt (#8668) + + -- Michael Vogt Wed, 6 Apr 2005 16:39:44 +0200 + +update-manager (0.37.1+svn20050404) hoary; urgency=low + + * translation updates: + - xh, fr + + -- Michael Vogt Mon, 4 Apr 2005 22:21:17 +0200 + +update-manager (0.37.1+svn20050403) hoary; urgency=low + + * translation updates: + - pt_BR, tw + * documentation updates (thanks to Sean Wheller and + Jeff Schering) + * small fixes: + - make sure to not duplicate sources.list entires (even for + mirrors) + - added the hoary-updates to the templates and matchers (#8600) + - some missing i18n strings marked as such (thanks to Zygmunt Krynicki) + - don't fail on missing net connections + - always update the status label + + -- Michael Vogt Sun, 3 Apr 2005 20:54:42 +0200 + +update-manager (0.37.1+svn20050323) hoary; urgency=low + + * translation updates + * gui can set the new apt cache properties now + * warn about broken packages (#7688) + * only ask to reload the package list if something changed (#7871) + * various focus fixes (#7900) + + -- Michael Vogt Wed, 23 Mar 2005 01:18:38 +0100 + +update-manager (0.37.1+svn20050314) hoary; urgency=low + + * new svn snapshot, lot's of bugfixes and i18n updates. + - fix for a ui problem (#6837) + - read pined packages correctly (#7058) + - update list correctly after reload (#7182) + - tell user when dist-upgrade is needed (#7271) + - cdrom sources can be added now too (#7315) + - meta-release file bugfix (#7330) + - translation updates (da, fr, es, ro, pl) + + -- Michael Vogt Mon, 14 Mar 2005 08:49:52 +0100 + +update-manager (0.37.1+svn20050304) hoary; urgency=low + + * new snapshot, use python-apt depcache now + + -- Michael Vogt Fri, 4 Mar 2005 22:55:46 +0100 + +update-manager (0.37.1+svn20050301) hoary; urgency=low + + * new snapshot, better de.po, better i18n support + + -- Michael Vogt Tue, 1 Mar 2005 12:06:39 +0100 + +update-manager (0.37.1+svn20050228.1) hoary; urgency=low + + * fixed a FTBFS (because of the "cleanfiles" in Makefile.am) + + -- Michael Vogt Mon, 28 Feb 2005 19:12:28 +0100 + +update-manager (0.37.1+svn20050228) hoary; urgency=low + + * get the correct candidate version for updatable packages + (ubuntu #6825) + + -- Michael Vogt Mon, 28 Feb 2005 11:00:38 +0100 + +update-manager (0.37.1+svn20050221) hoary; urgency=low + + * new svn snapshot, fixes: + - #6756: window size too big + - #6767, #6780: gnome-software-properties window broken + + -- Michael Vogt Mon, 21 Feb 2005 11:30:52 +0100 + +update-manager (0.37.1+svn20050219) hoary; urgency=low + + * new svn snapshot, fixes: + - #6565, #6565 (typo) + - #6634 (remeber last details state) + - #6635 (progress dialog merged in main window) + - #6578 (hide details if no updates are available) + + -- Michael Vogt Sat, 19 Feb 2005 00:32:50 +0100 + +update-manager (0.37.1) hoary; urgency=low + + * typo (#6542) + * package list is sorted now + * applied "hide details if system is update-to-date" patch + (#6578, thanks to Jorge Bernal) + + -- Michael Vogt Tue, 15 Feb 2005 10:49:17 +0100 + +update-manager (0.37) hoary; urgency=low + + * test for lock file and show error if the lock is already taken + * use utf8 for the description + * changelogs are fetched from http://changelogs.ubuntu.com/ now + (closes: #6315) + * handle 404 from http and set the error accordingly + * set main_window to not sensitive when downloading changelogs + * if no updates are available, hide the checkbox column (closes: #6443) + + -- Michael Vogt Mon, 14 Feb 2005 15:08:06 +0100 + +update-manager (0.36.6) hoary; urgency=low + + * various bugfixes and embedding of synaptics progress windows + + -- Michael Vogt Tue, 8 Feb 2005 22:12:53 +0100 + +update-manager (0.36.5) hoary; urgency=low + + * disabled sources can now be displayed too (optional preference) + * comments can be added + * various bugfixes + + -- Michael Vogt Thu, 3 Feb 2005 16:21:32 +0100 + +update-manager (0.36.4) hoary; urgency=low + + * regression of the last upload fixed + * gnome-software-properties can be embedded into other windows now + (usefull for e.g. synaptic) + + -- Michael Vogt Mon, 31 Jan 2005 22:59:35 +0100 + +update-manager (0.36.3) hoary; urgency=low + + * updates to the main window design + + -- Michael Vogt Mon, 31 Jan 2005 16:59:41 +0100 + +update-manager (0.36.2) hoary; urgency=low + + * new main window layout in update-manager + (Michiel design, looks _so_ nice) + + -- Michael Vogt Fri, 28 Jan 2005 12:20:57 +0100 + +update-manager (0.36.1) hoary; urgency=low + + * columns are resizable now (closes: #5541) + * lot's of typo/gui-glitches fixes (closes: #5200, #5816, #5801, #5802) + + -- Michael Vogt Mon, 24 Jan 2005 16:14:45 +0100 + +update-manager (0.36) hoary; urgency=low + + * new upstream release, added support to control APT::Periodic::* + variables in gnome-software-properties + + -- Michael Vogt Wed, 19 Jan 2005 16:59:19 +0100 + +update-manager (0.35) hoary; urgency=low + + * new upstream release + - typo fix (closes: #5200) + + -- Michael Vogt Wed, 5 Jan 2005 12:23:55 +0100 + +update-manager (0.34) hoary; urgency=low + + * new upstream release + + -- Michael Vogt Fri, 24 Dec 2004 12:50:13 +0100 + +update-manager (0.33) hoary; urgency=low + + * new upstream release, featuring the gnome-software-properties + + -- Michael Vogt Tue, 30 Nov 2004 12:41:06 +0100 + +update-manager (0.32) hoary; urgency=low + + * new upstream release + + -- Michael Vogt Tue, 23 Nov 2004 15:28:09 +0100 + +update-manager (0.31-1ubuntu1) hoary; urgency=low + + * Update Build-Deps and fix FTBFS. + + -- Fabio M. Di Nitto Mon, 22 Nov 2004 13:04:09 +0100 + +update-manager (0.31-1) hoary; urgency=low + + * new upstream release, added icon, desktop file and bugfix + + -- Michael Vogt Sat, 13 Nov 2004 11:30:37 +0100 + +update-manager (0.3-1) hoary; urgency=low + + * New upstream release, inital ubuntu release + + -- Michael Vogt Wed, 3 Nov 2004 14:48:14 +0100 + +update-manager (0.2-1) unstable; urgency=low + + * New upstream release. + + -- Michiel Sikkes Sat, 30 Oct 2004 02:22:12 +0200 + +update-manager (0.1-2) unstable; urgency=low + + * Um Yeah. + + -- Michiel Sikkes Tue, 26 Oct 2004 13:16:13 +0200 + +update-manager (0.1-1) unstable; urgency=low + + * Initial Release. + + -- Michiel Sikkes Mon, 25 Oct 2004 21:49:07 +0200 + --- software-properties-0.60.debian.orig/debian/control +++ software-properties-0.60.debian/debian/control @@ -0,0 +1,41 @@ +Source: software-properties +Section: admin +Priority: optional +XS-Python-Version: >= 2.4 +Maintainer: Gustavo Noronha Silva +Uploaders: Debian GNOME Maintainers +Build-Depends: gnome-pkg-tools (>= 0.12.3), debhelper (>= 5.0.37.2), sharutils, python-support (>= 0.6.4), libxml-parser-perl, scrollkeeper, intltool, python-all-dev, python-distutils-extra (>= 1.90), cdbs (>= 0.4.42) +Standards-Version: 3.7.2 + +Package: python-software-properties +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, ${misc:Depends}, python, python-apt (>= 0.7.3), lsb-release, python-gnupginterface, unattended-upgrades, iso-codes +Description: manage the repositories that you install software from + This software provides an abstraction of the used apt repositories. + It allows you to easily manage your distribution and independent software + vendor software sources. + +Package: software-properties-gtk +Architecture: all +Replaces: update-manager (<< 0.55) +Conflicts: update-manager (<< 0.55) +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, ${misc:Depends}, python, synaptic (>= 0.57.8), gksu, python-software-properties, python-glade2, python-gtk2 +Description: manage the repositories that you install software from + This software provides an abstraction of the used apt repositories. + It allows you to easily manage your distribution and independent software + vendor software sources. + . + This package contains a GTK+ based graphical interface. + +Package: software-properties-kde +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, ${misc:Depends}, python, python-qt4, python-software-properties +Description: manage the repositories that you install software from + This software provides an abstraction of the used apt repositories. + It allows you to easily manage your distribution and independent software + vendor software sources. + . + This package contains a QT/KDE based graphical interface. --- software-properties-0.60.debian.orig/debian/docs +++ software-properties-0.60.debian/debian/docs @@ -0,0 +1,4 @@ +README +TODO +AUTHORS +debian/changelog.ubuntu --- software-properties-0.60.debian.orig/debian/software-properties.png.uu +++ software-properties-0.60.debian/debian/software-properties.png.uu @@ -0,0 +1,94 @@ +begin 644 software-properties.png +MB5!.1PT*&@H````-24A$4@```#`````P"`8```!7`OF'````!F)+1T0`_P#_ +M`/^@O:>3````"7!(67,```L3```+$P$`FIP8````!W1)344'U@L(%A@A;`X; +MJ0```!UT15AT0V]M;65N=`!#XQO%Q0@7O-0-!H*B8BY^S,[,S\SU^W_?[OG.!]\?[ +MXY=[D/_-RSMW[N3%8K%@K;W$6GN9E/*#V6SVU]/I=(%S3A.)!,UFLU0I99>6 +MEHPQ1D=15"V7RXZ[[S[[_Z+`KEV[Q,3$1"&? +MSV^24GX\D\E9Y?+!:+ +MIT^?WENN+#TS/5_>,U/GL\K)^$**4`I9^ZO/7J__3Q5XZ:67R.SL;')R__,A=-Y5_;@6>>.*)PM+2TJU#0T.W%0J%U800;HPY +M0_!S3<=QX#@.**706B,,0P!H02OVTF*IC+??/8'^@4%PF;)'CD\'!XY.G5A< +MJC_-&=O.&'OWD;MOTC^S`OOV[2,3$Q.Y(`B^/C@X>(.44@1!T,(W8PR4TO=4 +MA#$&(40K!GS?1QB&9P@?/QMC3R>10*?2A6:MC]YCMV[]CQB5H]>-@2 +M\AWA.`N/W'V362DO6[FP99).NEG/#R^JUCT91.K$ +ME1_=6G[MQ]^WYU3@Q1=?3-1JM4^,C(Q\;F!@H!\`X9S#6ML*POC@&-OQ,R$$ +MV>-%./^^!ZI418]F4'U9**40!$%+Z)69*H:9$`*44"R62A!"()5,8*`W2S+I +M1+Y4J8]6JAXUUNY[_;D?U,X*H9T[=_)*I7+EA@T;'A@:&KJ*4LJ-,3#&((HB +M>)Z'&$KM0CN4P=WU,A;^\LES!EK__;^')14B#Y +M`?H'!D$I11@I'#LY;W_XRELS$R?GOBY=^=6_^:-/!O'>-'X(P[![<'#PVEPN +MMX%2RK76B%,EI12)1*+C0$HI5D'"^XW/O:?P`##SI>VH__G?8?'26T$GY^`X +M3L/B3<&MM2W/Y'(Y1%&$>KT.8RTX9Q@9ZB6773PRD)#.[;X?;O[L7^]L(8<# +MP'///A?\O/X'Q`DQO_@S.?_E1T$O6=@@>>Y0QAE6#`SAY +M:AI2NJ",@E&*C1>-H%+U5C_SPMZ[:[`G`(RU/#`U-9512FWAG`^&88@HBM#N +M@7BV,VRQ3?C__1>O]B"232;BN1+56A3$6QEH0"JQ?NXKV]V0W1%'TL=ON>SS1"N+KKKON`M=U;W-= +M]WS/\UJD$X_V9V8LJIOOA*G[D.>O@GCA(>C^[I80HDE>6FMHK4$(:9#7FGYT +M7[06Y7_^3\!:J".3R-SPX8YXBB>E%(02%(ME))))@!#`-O:NUGUW\O0\-Q:O +M7?W;-\]1`$BE4IKZ-6JZ%>KR-.I<88R)<.0LV7D+[B +M8KA/W]\0W-K6-,;`:(T8AH[C-`)6"+A;KX88'@`1'%8Z[QDWKNNB7/7PUCM3 +M.#PQ@]*2#T((+CQ_D/7W9M<%0?!KM6I=4`!@C%TJA.AMQWMLP2B*$(8A?-_' +MX&0%TW<^TL#MCB\`L""P(*0AO(4%40K![0^C$3>T4(!PE7-@UJ<&)Z`;/% +M)0B'0VN=#*-(\&8>=N,_.F?51PB\P\?@K.J%)0`AM)$=C`&Q!O!#$.&`408A +M);CC@+:5(<[JOL8^2QX`(/W!2\YYSK('&!QG>8\3IQ=`8&+/",YY)@YB'T`+ +M*BNGUAJ^[T,,]D*L*B"*FCG>6EA*8`B%=1S47A]K9#S22+VQ*/-_NJVUU]RV +M'X!V)9&X<,W_V*Q8:Z&U:?&1'X0H+=6Q5*W#6LL((2*&T'@[YMMQKY1"BQNT +MABXM->@?@`5@C(52"KY#82V0KC?^)HP49K^T':941>'!VP$`Q@]QZL^V8#K5W5,E*[P=K7_$"AYH?036YI_YU2&G#.0PX` +M2JFC2JDH#$/1SJ#M%J&4HOZ1T<::'X*Z`M;:5ME!>[JPX"TB^Y'+L+#E3HB/ +M;@+;N@7^XA)J3[V,TK^]@C7_\``2UUS6ZJ7/QO3QNC$&2S4/=3]L<9)>5L(R +MQF898U4*`+[OO^YYWJSO^PB"H/W%UN:$$)1L!`#H_MZKC7*@5>\TN"-:MPKL +M:[^/W/6;T;]E$\R^<9!31:QZ\`YLJ#Z'KFNO[.CHVHW4#AT`4-I@:F81-2^$ +M;IX33VNM`NP8)62.-R%T4"EUE!!R7MSWKB2R>*WK0Y=B^AO?1>+M">C[;X'6 +MNG4#P1EKQ,47;T2M6?=32E'C'&ZSI5QI_?:SVD<01I@X.0\_C*#B&(@5@"T3 +M0@YP2DIQ+73<==WG&6-1[+ZSL;$0`LYGKF_\<'(>6NO.5I/2CL",I]8*41BV +M7ZUT_'ZV@N[4["*.G5Y`&$4M3S>G)1;CKG!>=VTYH`"0S^?KCN.\X+KN82&$ +MB0]I;VBDE!!"0%T\#'GA:G@')\`7:QU]+3VK`HT]M-$(@@!1%+4PWH[]=H,% +MH<*^(Y.H5.L=PJN&XC7&Z*N2JL.Z-&4H`/3W]ULIY4$IY5-"B,7VBR@A!-+I +M-!*)1*M,YKON:?SVA>TMUEXI_#*>"2AE`$B+4V+/G8O$QJ=FL7?L.,)(0:GE +MJ;6VE)*CKN3/V/G#):O"Y98RD4B4I)1/2RGW22DU8PRI5`K9;!:NZX(0TMK( +M5Q'<)_\8WI'C2#_^(P@A.JRZ4LJ.OC4.6+U^-9+? +MO@?EQ_X)P=W;.K))_/ZYE&@OU]NS7!@J[#UT#/N/3,(/&IUA++PQQDCA/)^D +MT=_;TK$E2JG9MFW;L@(`,#@X&/;V]GYG:&CHH;Z^OE(RF6QEDOBR2@BQW)1? +M,H+>5[\)[\=[8/_P,:1KT3F"6)\1N.WKC:RC\.J^=_#,"WLQ5RPC#!O"-WDF +M<#A[QF7J3]3,@=.,6,T8,QVW$O'HZ>E92B023W+.=PDA9AW'L7$?'%\7MD_2 +MFT7OOAU0'[@`,]?<">?%`V>U_,I:JWW-\P/L?_LX?O23`YB>6VQ9/HHB:ZTM +M,7L_$"L6$N!(V +M[;Q1KGK8_<;;>/ZGAS"W6(&*]P0\1NE^3O%=@>!9Z14G)/PPE<_KAQ]^V/S, +MU^OWWGLOW;1I4WKMVK67IU*I3R02B>L`Y-M+B%BP6JT&S_,ZK-UN];A9$D+` +M$HKQR1F\^%\'\<;8!,I5#Q8`)22BC)SB,,\R57M:J/+A;(*5AE>?YX^,C$3# +MP\-Z<'#04$KMNG7KS@ZA^?EYLG?O7KI[]VY>+I>=2J7B5*M5AW,NMV[=NG'] +M^O4W9K/9*SGG!0!)K3532I%*I=)Q!]K^D8-S;AACD3:F-GEJ+OB/W6_0UP^. +MV[H7*$)I`&L6B%&'(Z_\AE<\->:79V;2J62MM[?7&Q@8"/O[^U4NE],]/3VF +MIZ='=W=WZU0J90J%@CD#0I[GX=UWW\7L["RIU6K$\SSB>1Y\W]>//OKH_M'1 +MT9-77''%A6O6K-F0R^5^U77=84IICQ#"H91R0@BCE%I*J080::UK]7I]?F%A +MX<2AL;%W7GYUS_S1J5FJM-4$UG<8]XSVRWYY?M[JL":%$^2ZLV%/3T\P-#04 +M%@H%G#4A),T8&<:\ZYXIPK*:624BK7=54ZG5;=W=UJ8&!`#0\/JT*A8)+) +MI.6<6R&$R>5R5FMM,YF,S>?SYXZ!=#I-E%*4,<8((10`HY0R0@@EA#``C!!" +M7==EF4S&X9PSQAB54M+XBTP8AC8(`A.&H0%@*:4&@&DJ8!ACFA!BFI;5KNOJ +M=#IMAH:&U+IUZ^SHZ*CIZ^M#5U>7#8(`&S=NM#_/5TK2Y(MXDN:5)&U^+XO_ +M)6V\0MK*X_A02PBQ``P`$S\30N*I'<= 2.4 +Maintainer: Gustavo Noronha Silva +Uploaders: @GNOME_TEAM@ +Build-Depends: gnome-pkg-tools (>= 0.12.3), debhelper (>= 5.0.37.2), sharutils, python-support (>= 0.6.4), libxml-parser-perl, scrollkeeper, intltool, python-all-dev, python-distutils-extra (>= 1.90), cdbs (>= 0.4.42) +Standards-Version: 3.7.2 + +Package: python-software-properties +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, ${misc:Depends}, python, python-apt (>= 0.7.3), lsb-release, python-gnupginterface, unattended-upgrades, iso-codes +Description: manage the repositories that you install software from + This software provides an abstraction of the used apt repositories. + It allows you to easily manage your distribution and independent software + vendor software sources. + +Package: software-properties-gtk +Architecture: all +Replaces: update-manager (<< 0.55) +Conflicts: update-manager (<< 0.55) +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, ${misc:Depends}, python, synaptic (>= 0.57.8), gksu, python-software-properties, python-glade2, python-gtk2 +Description: manage the repositories that you install software from + This software provides an abstraction of the used apt repositories. + It allows you to easily manage your distribution and independent software + vendor software sources. + . + This package contains a GTK+ based graphical interface. + +Package: software-properties-kde +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, ${misc:Depends}, python, python-qt4, python-software-properties +Description: manage the repositories that you install software from + This software provides an abstraction of the used apt repositories. + It allows you to easily manage your distribution and independent software + vendor software sources. + . + This package contains a QT/KDE based graphical interface. --- software-properties-0.60.debian.orig/debian/rules +++ software-properties-0.60.debian/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM := pysupport + +include /usr/share/cdbs/1/rules/buildcore.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +include /usr/share/gnome-pkg-tools/1/rules/ubuntu-get-source.mk + +ifdef _cdbs_rules_debhelper +$(patsubst %,binary-install/%,software-properties-gtk) :: binary-install/%: + dh_scrollkeeper -p$(cdbs_curpkg) $(DEB_DH_SCROLLKEEPER_ARGS) + $(if $(wildcard /usr/bin/dh_gconf),dh_gconf -p$(cdbs_curpkg) $(DEB_DH_GCONF_ARGS)) + $(if $(wildcard /usr/bin/dh_desktop),dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS)) + $(if $(wildcard /usr/bin/dh_iconcache),dh_iconcache -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS)) +endif + +binary-post-install/software-properties-gtk:: + # replace Ubuntu logo with Debian one + uudecode < debian/software-properties.png.uu && \ + mv software-properties.png \ + debian/software-properties-gtk/usr/share/icons/hicolor/48x48/apps/ + +clean:: + rm -rf build/ --- software-properties-0.60.debian.orig/debian/changelog +++ software-properties-0.60.debian/debian/changelog @@ -0,0 +1,982 @@ +software-properties (0.60.debian-1.1) unstable; urgency=medium + + * Non-maintainer upload during + credativ BSP 2008 + * Fix release goal: FTBFS if build twice in a row (Closes: #442733) + + -- Martin Zobel-Helas Sun, 06 Apr 2008 02:31:14 +0200 + +software-properties (0.60.debian-1) unstable; urgency=low + + [ Kilian Krause ] + * Add get-orig-source target. + + [ Loic Minier ] + * Use ubuntu-get-source instead of gnome-get-source; build-dep on + gnome-pkg-tools >= 0.12.3. + + [ Gustavo Noronha Silva ] + * This version changes the upstream version by adding a .debian + sufix to indicate that we do change the tarball (by removing + the debian/ subdirectory) + * debian/watch: + - added, to find new versions in archive.ubuntu.com + * debian/changelog.ubuntu: + - added; information about changes in the ubuntu source + * debian/docs: + - install the ubuntu changelog + * debian/patches/00_setup_py_for_new_distutils_extra.diff: + - removed; no longer needed, fixed upstream + * debian/software-properties.png.uu, debian/rules: + - import icon and code to replace the Ubuntu icon with the Debian + one from update-manager + * debian/control.in: + - updated dependency on python-apt so that we depend on python-apt + 0.7.3 + - added build-dep on sharutils because of the uudecode usage in + debian/rules + + -- Gustavo Noronha Silva Tue, 07 Aug 2007 22:36:03 -0300 + +software-properties (0.59.4-2) experimental; urgency=low + + * debian/copyright: + - fix documentation licensing information so that it references + the file in /usr/share/common-licenses + * debian/control.in, debian/patches/00_setup_py_for_new_distutils_extra.diff: + - python-distutils-extra 1.90 is now in Debian, and is API incompatible; + make sure we use it to build, and that we use the new API + + -- Gustavo Noronha Silva Wed, 11 Jul 2007 21:54:59 -0300 + +software-properties (0.59.4-1) experimental; urgency=low + + * First upload to Debian + - software-properties has been split in its own package + (Closes: #396945) + * debian/control.in: + - require python-apt >> 0.7.2 (I don't know which version it will be) + because 0.7.2 and earlier do not provide the needed modules and/or + methods on the classes that are specific for Debian + + -- Gustavo Noronha Silva Tue, 19 Jun 2007 12:37:37 +0100 + +software-properties (0.59.4) feisty; urgency=low + + * i18n fixes, closes https://launchpad.net/bugs/102773 + + -- Jonathan Riddell Tue, 10 Apr 2007 12:56:50 +0100 + +software-properties (0.59.3) feisty; urgency=low + + * Fix an incorrect insenstive state of the source code checkbutton + + -- Sebastian Heinlein Wed, 4 Apr 2007 11:37:06 +0200 + +software-properties (0.59.2) feisty; urgency=low + + * another cdrom releated fix (LP#98795) + + -- Michael Vogt Wed, 4 Apr 2007 21:00:41 +0200 + +software-properties (0.59.1) feisty; urgency=low + + * remove obsolete glade file + * fix cdrom support in the GTK and KDE frontend + + -- Michael Vogt Mon, 2 Apr 2007 11:06:39 +0200 + +software-properties (0.59) feisty; urgency=low + + [ Jonathan Riddell ] + * KDE frontend + - implement find best mirror + - Add missing mirrors (first one from each country was not added) + - Sort mirrors list + - Implement revert button + * Gnome frontend + - Fix typo "Protocoll" + + -- Jonathan Riddell Fri, 30 Mar 2007 11:17:17 +0100 + +software-properties (0.58.1) feisty; urgency=low + + [Michael Vogt] + * Fix setting transient-for none in some cases. + (thanks to Robert Carr) + * only build for python version from 2.4 onwards (LP#96747) + [Sebastian Heinlein] + * fixes in the mirror speed tester + + -- Michael Vogt Tue, 27 Mar 2007 13:46:16 +0200 + +software-properties (0.58) feisty; urgency=low + + * po/*.po: + - make update-po + * allow to specify no components in the edit dialog (LP#93640) + + -- Michael Vogt Thu, 22 Mar 2007 15:20:49 +0100 + +software-properties (0.57) feisty; urgency=low + + [ Michael Vogt ] + * fix in the danish translation (thanks to Ole Laursen) + * do not crash when called with a filename arguemnt (LP#90296) + * fix crash in dialog edit in kde (LP#92230) + + [ Sebastian Heinlein ] + * increase number of ping workers from 5 to 25 to speed up the + mirror test (LP#90379) + * fix the progress bar of the download test (missing mod call) + * UI glitches fixes + * fix the order of the variables in the gtk __init__ (LP#93028) + * fix a wrong import in the GTK d'n'd handler (LP#93163) + + -- Michael Vogt Mon, 19 Mar 2007 11:11:45 +0100 + +software-properties (0.56) feisty; urgency=low + + [Michael Vogt] + * fix crash in remove_source() (LP#85759) + + -- Michael Vogt Thu, 22 Feb 2007 17:01:55 +0100 + +software-properties (0.55) feisty; urgency=low + + [Sebastian Heinlein] + * fix crash in kde frontend (LP#84901) + * fix kde form heading (LP#84610) + * fix automatic updates saving (LP#84612) + * typo fixes + + [ Jonathan Riddell ] + * Fix KDE crash dialogue to point to software-properties, not Ubiquity + + -- Michael Vogt Wed, 14 Feb 2007 11:06:05 +0100 + +software-properties (0.54) feisty; urgency=low + + * fixed desktop file (LP#84290) + * fix --enable-component (LP#84608) + * fix missing icon + * various bugfixes + + -- Michael Vogt Tue, 13 Feb 2007 09:50:20 +0100 + +software-properties (0.53) feisty; urgency=low + + * added full GNU FDL text to the source + + -- Michael Vogt Wed, 7 Feb 2007 15:40:50 +0100 + +software-properties (0.52) feisty; urgency=low + + * update debian/copyright + + -- Michael Vogt Wed, 7 Feb 2007 12:26:49 +0100 + +software-properties (0.51) feisty; urgency=low + + * fix some UI glitches (thanks to Sebastian Heinlein) + + -- Michael Vogt Tue, 6 Feb 2007 11:02:18 +0100 + +software-properties (0.50) feisty; urgency=low + + * fork source package from update-manager to support adding + different frontends (thanks to Sebastian Heinlein and + Jonathan Riddell) + + -- Michael Vogt Fri, 27 Oct 2006 10:23:39 +0200 + +update-manager (0.45.1) edgy-updates; urgency=low + + * handle unexpected data from data more gracefuly (lp: #68553) + + -- Michael Vogt Fri, 27 Oct 2006 10:23:39 +0200 + +update-manager (0.45) edgy; urgency=low + + * debian/control: + - added dependency on python-gconf + - removed recommends on python-gnome2 + + -- Michael Vogt Wed, 11 Oct 2006 18:32:17 +0200 + +update-manager (0.44.17) edgy; urgency=low + + * memory leak fixed (lp: #43096) + + -- Michael Vogt 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 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 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 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 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 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 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 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 Sat, 9 Sep 2006 02:13:40 +0200 + +update-manager (0.44.8) edgy; urgency=low + + * fix missing /var/log/dist-upgrade + + -- Michael Vogt Fri, 8 Sep 2006 20:33:04 +0200 + +update-manager (0.44.7) edgy; urgency=low + + * UpdateManager/UpdateManager.py: + - be more accurate about dependencies when the user selects only + a supset of the packages + + -- Michael Vogt Wed, 6 Sep 2006 12:29:05 +0200 + +update-manager (0.44.6) edgy; urgency=low + + * SoftwareProperties/SoftwareProperties.py: + - fix inconsistency in the new software-sources dialog + * integrate DistUpgrade code into UpdateManager to make sure + that after e.g. a CDROM upgrade the rest of the system can still + be fully upgraded over the net + + -- Michael Vogt Tue, 5 Sep 2006 13:30:22 +0200 + +update-manager (0.44.5) edgy; urgency=low + + * install the DistUpgrade package too + * data/channels/Ubuntu.info.in: + - warty is no longer officially supported + + -- Michael Vogt Wed, 30 Aug 2006 11:32:24 +0200 + +update-manager (0.44.4) edgy; urgency=low + + * SoftwareProperties/SoftwareProperties.py: + - don't bomb when searching for the mirror (lp: #57015) + * UpdateManager/UpdateManager.py: + - added "%s-proposed" to the list of known origins + + -- Michael Vogt Thu, 24 Aug 2006 13:00:23 +0200 + +update-manager (0.44.3) edgy; urgency=low + + * help/C/update-manager-C.omf: + - fix url (thanks to daniel holbach, lp: #45548) + * show the units better + * don't jump around on row activation + (thanks to Sebastian Heinlein) + * send "inhibit sleep" to power-manager while applying + updates (lp #40697) + + -- Michael Vogt Tue, 15 Aug 2006 18:06:53 +0200 + +update-manager (0.44.2) edgy; urgency=low + + * added select all/unselect all (thanks to Sebastian Heinlein) + * wording fixes + * fix update counting bug + + -- Michael Vogt Thu, 3 Aug 2006 17:52:09 +0200 + +update-manager (0.44.1) edgy; urgency=low + + * make UpdateManager check for new distribution releases by + default again + * fix dist-upgrade fetching when run as non-root. + * sort the package list by the origin (UpdateManagerEdgy spec) + + -- Michael Vogt Wed, 2 Aug 2006 13:00:42 +0200 + +update-manager (0.44) edgy; urgency=low + + * new SoftwareProperties GUI (thanks to Sebastian Heinlein) + * support easy Popcon pariticipation + + -- Michael Vogt Fri, 28 Jul 2006 01:06:16 +0200 + +update-manager (0.43) edgy; urgency=low + + * fixes in the changelog reading code + * speedup in the cache clear code + * runs as user by default now + * uses dbus to implement singleton behaviour + * updated the software-properties code to know about edgy + + -- Michael Vogt Tue, 4 Jul 2006 11:16:31 +0200 + +update-manager (0.42.2ubuntu22) dapper; urgency=low + + * UpdateManager/UpdateManager.py: + - fix a 'brown paperback' bug when the Meta-Release file + checked (#46537) + + -- Michael Vogt Thu, 25 May 2006 12:30:42 +0200 + +update-manager (0.42.2ubuntu21) dapper; urgency=low + + * UpdateManager/UpdateManager.py: + - when a distribution release becomes available, display the + version, not the codename (as per + https://wiki.ubuntu.com/CodeNamesToVersionNumbers) + - fix a string that was not marked transltable + + -- Michael Vogt Wed, 24 May 2006 15:07:19 +0200 + +update-manager (0.42.2ubuntu20) dapper; urgency=low + + * SoftwareProperties/aptsources.py, channels/Ubuntu.info.in: + - remove the codenames from the releases (as per + https://wiki.ubuntu.com/CodeNamesToVersionNumbers) + + -- Michael Vogt Tue, 23 May 2006 16:04:39 +0200 + +update-manager (0.42.2ubuntu19) dapper; urgency=low + + * help/C/figures: + - applied "pngcrush" on the figures in the manual, + this saves 4 MB uncompressed (ubuntu: #45901) + + -- Michael Vogt Mon, 22 May 2006 09:37:19 +0200 + +update-manager (0.42.2ubuntu18) dapper; urgency=low + + * data/SoftwareProperties.glade: + - fix missing 'translatable="yes"' property (ubuntu: #44409) + - increase width to 620 (ubuntu: #40540) + + -- Michael Vogt Fri, 19 May 2006 01:45:22 +0200 + +update-manager (0.42.2ubuntu17) dapper; urgency=low + + * debian/control: + - depend on later python-apt (#45325) + * SoftwareProperties/SoftwareProperties.py: + - fix key updating after import (ubuntu #44927) + * UpdateManager/UpdateManager.py: + - remove debug output + + -- Michael Vogt Fri, 19 May 2006 00:04:02 +0200 + +update-manager (0.42.2ubuntu16) dapper; urgency=low + + * use version and section of the source package (if this information is + available) when building the changelog URL (ubuntu #40058) + * SoftwareProperties/SoftwareProperties.py: + - if no config is found create a new one (ubuntu: #37560) + * UpdateManager/UpdateManager.py: + - fix problem in changelog reading code when matching against + installed versions with epochs (ubuntu: #40058) + + -- Michael Vogt Thu, 11 May 2006 17:33:40 +0200 + +update-manager (0.42.2ubuntu15) dapper; urgency=low + + * disable the install button if there no updates (ubuntu: #42284) + (Thanks to Sebastian Heinlein) + * show main window *after* restoring the size (ubuntu: #42277) + (Thanks to Sebastian Heinlein) + * fix broken spelling, typos, wording (ubuntu: #42431, #28777, + #40425, #40727) + * help/C: merged from the docteam svn (ubuntu: 36092) + + -- Michael Vogt Tue, 2 May 2006 12:13:59 +0200 + +update-manager (0.42.2ubuntu14) dapper; urgency=low + + * wording/glade file fixes (thanks to Sebastian Heinlein) + * many updates to the dist-upgrader code + + -- Michael Vogt Fri, 28 Apr 2006 23:04:08 +0200 + +update-manager (0.42.2ubuntu13) dapper; urgency=low + + * po/POTFILES.in: add missing desktop file (ubuntu: #39410) + * UpdateManager/UpdateManager.py: + - fix in the get_changelog logic (ubuntu: #40058) + - correct a error in the changelog parser (ubuntu: #40060) + - fix download size reporting (ubuntu: #39579) + * debian/rules: added dh_iconcache + * setup.py: install the icons into the hicolor icon schema + (thanks to Sebastian Heinlein) + + -- Michael Vogt Thu, 20 Apr 2006 18:23:54 +0200 + +update-manager (0.42.2ubuntu12) dapper; urgency=low + + * channels/*.in: typo fix + * po/POTFILES.in: add missing files (ubuntu: #38738) + * fix the help string in update-manager (ubuntu: #23274) + * fix the bad grammar in "Cannot install all available updates" + (ubuntu: #32864) + * don't inform about new distro release on dapper by default (can be + changed via a gconf setting/commandline switch) + * fix UI issue of the edit dialog for given templates (thanks to + Chipzz for the patch) + + -- Michael Vogt Wed, 12 Apr 2006 20:23:21 +0200 + +update-manager (0.42.2ubuntu11) dapper; urgency=low + + * debian/control: + - depend on unattended-upgrades + - move python-gnome2 to recommends (we only use gconf from it) + * UpdateManager/fakegconf.py: update for xubuntu (thanks to Jani Monoses) + + -- Michael Vogt Wed, 5 Apr 2006 14:46:10 +0200 + +update-manager (0.42.2ubuntu10) dapper; urgency=low + + * update-manger: fix a missing import (#36138) + * typo fix (#36123) + * correct dapper version number (#36136) + * keybindings fixed (#36116) + * calc the update before downloading the changelog (#36140) + * add a fake gconf interface for xubuntu (nop for normal ubuntu) + (Thanks to Jani Monoses for the patch) + + -- Michael Vogt Tue, 4 Apr 2006 18:17:16 +0200 + +update-manager (0.42.2ubuntu9) dapper; urgency=low + + * Better English (tm) (fixes #35985) + * Use the the number of available and not selected updates to determinate + if the system is up-to-date (fixes #35300) + * fix ui problem with software preferences (fixes #35987) + * fix width problem in SoftwareProperties + + -- Michael Vogt Wed, 22 Mar 2006 21:57:28 +0100 + +update-manager (0.42.2ubuntu8) dapper; urgency=low + + * fix a FTBFS + + -- Michael Vogt Wed, 15 Mar 2006 17:54:08 +0000 + +update-manager (0.42.2ubuntu7) dapper; urgency=low + + * various spelling fixes and ui-glitches + + -- Michael Vogt Tue, 14 Mar 2006 16:58:01 +0000 + +update-manager (0.42.2ubuntu6) dapper; urgency=low + + * po/pt_BR.po: updated translation + (thanks to Carlos Eduardo Pedroza Santiviago) + * po/pt.po: updated Portugise translation (thanks to Rui Azevedo) + * debian/control: arch: all now + * debian/rules: undo the detection in favour of the simpler update of + the desktop files + * data/gnome-software-properties.desktop.in, update-manager.desktop.in: + - added X-Ubuntu-Gettext-Domain + * help/*: updated to latest svn + + -- Michael Vogt Mon, 20 Feb 2006 15:58:09 +0100 + +update-manager (0.42.2ubuntu5) dapper; urgency=low + + * debian/rules: Add gettext domain to .server and .desktop files to get + language pack support for them. (Similarly to cdbs' gnome.mk) + + -- Martin Pitt Thu, 23 Feb 2006 18:42:04 +0100 + +update-manager (0.42.2ubuntu4) dapper; urgency=low + + * removed some of the gnome dependencies (gconf still in) + * the ReleaseNotes dialog has clickable links now (thanks to Sebastian + Heinlein) + + -- Michael Vogt Mon, 20 Feb 2006 13:24:55 +0100 + +update-manager (0.42.2ubuntu3) dapper; urgency=low + + * fixed description of the ubuntu repository (#30813) + * use the new synaptic --parent-window-id switch when runing the backend + + -- Michael Vogt Wed, 8 Feb 2006 20:53:46 +0100 + +update-manager (0.42.2ubuntu2) dapper; urgency=low + + * SoftwareProperties/SoftwareProperties.py: + - re-added the internet update options (#27932) + * data/gnome-software-properties.desktop: + - use gksu instead of gksudo (#30057) + * wording fixes (#30296) + + -- Michael Vogt Tue, 7 Feb 2006 13:13:09 +0100 + +update-manager (0.42.2ubuntu1) dapper; urgency=low + + * UpdateManager/MetaRelease.py: + - never offer a upgrade to a unsupported (i.e. developer) dist + * data/gnome-software-properties.desktop.in: use X-KDE-SubstituteUID=true + * small UI layout changes (should fix the cancel/close button problem) + + -- Michael Vogt Tue, 31 Jan 2006 09:48:13 +0000 + +update-manager (0.42.1ubuntu1) dapper; urgency=low + + * UpdateManagert: + improved the HIG complicane more, removed some of the uglines + from the last version (Malone #22090) + * SoftwareProperties: + improved the HIG complicane (Malone #28530) + (thanks to Sebastian Heinlein) + + -- Michael Vogt Tue, 17 Jan 2006 17:27:15 +0100 + +update-manager (0.42ubuntu1) dapper; urgency=low + + * improved the HIG comlicane, thanks to Sebastian Heinlein: + - Rename the button "close" to "cancel" + - Move status bar to a separate dialog + - Wording + - Add a wider border around the changelog and + description + - Align and capitalize the button "Cancel downloading" + (ubuntu: #28453) + * bugfixes in the cache locking + + -- Michael Vogt Mon, 16 Jan 2006 12:56:29 +0100 + +update-manager (0.40.2) dapper; urgency=low + + * SoftwareProperties/SoftwareProperties.py: + - fix a problem with transient/parent window in custom apt line + dialog (ubuntu #21585) + - fix a problem in the conf file writer that can lead to absurdly + large files + + -- Michael Vogt Thu, 5 Jan 2006 12:37:33 +0100 + +update-manager (0.40.1) dapper; urgency=low + + * SoftwareProperties/SoftwareProperties.py: + - make it embedded friendlier + + -- Michael Vogt Fri, 16 Dec 2005 14:02:27 +0100 + +update-manager (0.40) dapper; urgency=low + + * new upstream release: + - switched from autotools to distutils + - massive code cleanups + - use SimpleGladeApp now + - SoftwareProperties has a new GUI + - UpdateManager has support for upgrading from one dist to another + now (given that the required "recipe" for the upgrade is available) + See https://wiki.ubuntu.com/AutomaticUpgrade for details + - use python-apt for "reload" and "add cdrom" now + - improved the handling of sources.list a lot (including support for + /etc/apt/sources.list.d) + * support for the AutomaticUpgrades spec added via the meta-release + information + * data/update-manager.desktop.in: + - use X-KDE-SubstituteUID added and use gksu now + + -- Michael Vogt Tue, 15 Nov 2005 17:22:12 +0100 + +update-manager (0.37.1+svn20050404.15) breezy; urgency=low + + * added intltool to build-depends (for rosetta) + + -- Michael Vogt Thu, 6 Oct 2005 17:30:38 +0200 + +update-manager (0.37.1+svn20050404.14) breezy; urgency=low + + * debian/rules: + - run intltool-update -p for rosetta + * src/update-manager.in: + - release the lock before runing gnome-software-properties (ubuntu #17022) + + -- Michael Vogt Tue, 4 Oct 2005 22:28:43 +0200 + +update-manager (0.37.1+svn20050404.13) breezy; urgency=low + + * src/update-manager.in: + - use the right column for type-ahead searching (ubuntu #16853) + + -- Michael Vogt Tue, 4 Oct 2005 11:01:58 +0200 + +update-manager (0.37.1+svn20050404.12) breezy; urgency=low + + * added locking support + * use explicit path to python2.4 (thanks anthony!) (Ubuntu #16087) + * CTRL-{w,q} close the update-manager window (Ubuntu #15729) + + -- Michael Vogt Wed, 28 Sep 2005 17:40:05 +0200 + +update-manager (0.37.1+svn20050404.11) breezy; urgency=low + + * fix a typo in the reload tooltip (thanks to P Jones) (ubuntu #14699) + + -- Michael Vogt Mon, 12 Sep 2005 14:49:13 +0200 + +update-manager (0.37.1+svn20050404.10) breezy; urgency=low + + * fix for a typo in the source of the last upload (*cough*) + + -- Michael Vogt Wed, 31 Aug 2005 15:39:53 +0200 + +update-manager (0.37.1+svn20050404.9) breezy; urgency=low + + * do a "save" dist-upgrade (add only, no removes) + + -- Michael Vogt Wed, 31 Aug 2005 12:09:20 +0200 + +update-manager (0.37.1+svn20050404.8) breezy; urgency=low + + * if repository window is running from inside synaptic, don't show "Add + cdrom" button (it's available in the synaptic menu already) + + -- Michael Vogt Tue, 30 Aug 2005 14:12:50 +0200 + +update-manager (0.37.1+svn20050404.7) breezy; urgency=low + + * if running from inside another application (e.g. synaptic), make sure + the dialogs get a correct parent (ubuntu #14001) + * if nothing changed, do not run "reload" if runing from inside synaptic + + -- Michael Vogt Mon, 29 Aug 2005 12:09:12 +0200 + +update-manager (0.37.1+svn20050404.6) breezy; urgency=low + + * remove (parts of) ubuntu branding from the application + * make it run only with python2.4 (ubuntu #10876) + * make sure to always properly escape the strings displayed + in the treeview + + -- Michael Vogt Tue, 23 Aug 2005 16:49:54 +0200 + +update-manager (0.37.1+svn20050404.5) breezy; urgency=low + + * updates where not shown sometimes, fixed that (ubuntu #13410) + + -- Michael Vogt Tue, 16 Aug 2005 10:49:46 +0200 + +update-manager (0.37.1+svn20050404.4) breezy; urgency=low + + * re-read the sources.list after a "add-custom" (ubuntu #9855) + * settings window has a title (ubuntu #10756) + * default actions for the buttons (ubuntu #10741) + * various typos fixed (ubuntu #9866) + * make sure that no dialogs are opened without a parent (ubuntu #10284) + + -- Michael Vogt Mon, 15 Aug 2005 15:15:06 +0200 + +update-manager (0.37.1+svn20050404.3) breezy; urgency=low + + * use breezy as default for newly created sources (ubuntu #13009) + * be more carefull with preserving the mirror + * a better explaination for the "Reload" button (ubuntu #11432) + + -- Michael Vogt Wed, 10 Aug 2005 12:07:55 +0200 + +update-manager (0.37.1+svn20050404.2) breezy; urgency=low + + * fix a small problem in the parsing code (ubuntu #8754) + + -- Michael Vogt Fri, 6 May 2005 11:24:17 +0200 + +update-manager (0.37.1+svn20050404.1) hoary; urgency=low + + * pickup the correct proxy settings from apt (#8668) + + -- Michael Vogt Wed, 6 Apr 2005 16:39:44 +0200 + +update-manager (0.37.1+svn20050404) hoary; urgency=low + + * translation updates: + - xh, fr + + -- Michael Vogt Mon, 4 Apr 2005 22:21:17 +0200 + +update-manager (0.37.1+svn20050403) hoary; urgency=low + + * translation updates: + - pt_BR, tw + * documentation updates (thanks to Sean Wheller and + Jeff Schering) + * small fixes: + - make sure to not duplicate sources.list entires (even for + mirrors) + - added the hoary-updates to the templates and matchers (#8600) + - some missing i18n strings marked as such (thanks to Zygmunt Krynicki) + - don't fail on missing net connections + - always update the status label + + -- Michael Vogt Sun, 3 Apr 2005 20:54:42 +0200 + +update-manager (0.37.1+svn20050323) hoary; urgency=low + + * translation updates + * gui can set the new apt cache properties now + * warn about broken packages (#7688) + * only ask to reload the package list if something changed (#7871) + * various focus fixes (#7900) + + -- Michael Vogt Wed, 23 Mar 2005 01:18:38 +0100 + +update-manager (0.37.1+svn20050314) hoary; urgency=low + + * new svn snapshot, lot's of bugfixes and i18n updates. + - fix for a ui problem (#6837) + - read pined packages correctly (#7058) + - update list correctly after reload (#7182) + - tell user when dist-upgrade is needed (#7271) + - cdrom sources can be added now too (#7315) + - meta-release file bugfix (#7330) + - translation updates (da, fr, es, ro, pl) + + -- Michael Vogt Mon, 14 Mar 2005 08:49:52 +0100 + +update-manager (0.37.1+svn20050304) hoary; urgency=low + + * new snapshot, use python-apt depcache now + + -- Michael Vogt Fri, 4 Mar 2005 22:55:46 +0100 + +update-manager (0.37.1+svn20050301) hoary; urgency=low + + * new snapshot, better de.po, better i18n support + + -- Michael Vogt Tue, 1 Mar 2005 12:06:39 +0100 + +update-manager (0.37.1+svn20050228.1) hoary; urgency=low + + * fixed a FTBFS (because of the "cleanfiles" in Makefile.am) + + -- Michael Vogt Mon, 28 Feb 2005 19:12:28 +0100 + +update-manager (0.37.1+svn20050228) hoary; urgency=low + + * get the correct candidate version for updatable packages + (ubuntu #6825) + + -- Michael Vogt Mon, 28 Feb 2005 11:00:38 +0100 + +update-manager (0.37.1+svn20050221) hoary; urgency=low + + * new svn snapshot, fixes: + - #6756: window size too big + - #6767, #6780: gnome-software-properties window broken + + -- Michael Vogt Mon, 21 Feb 2005 11:30:52 +0100 + +update-manager (0.37.1+svn20050219) hoary; urgency=low + + * new svn snapshot, fixes: + - #6565, #6565 (typo) + - #6634 (remeber last details state) + - #6635 (progress dialog merged in main window) + - #6578 (hide details if no updates are available) + + -- Michael Vogt Sat, 19 Feb 2005 00:32:50 +0100 + +update-manager (0.37.1) hoary; urgency=low + + * typo (#6542) + * package list is sorted now + * applied "hide details if system is update-to-date" patch + (#6578, thanks to Jorge Bernal) + + -- Michael Vogt Tue, 15 Feb 2005 10:49:17 +0100 + +update-manager (0.37) hoary; urgency=low + + * test for lock file and show error if the lock is already taken + * use utf8 for the description + * changelogs are fetched from http://changelogs.ubuntu.com/ now + (closes: #6315) + * handle 404 from http and set the error accordingly + * set main_window to not sensitive when downloading changelogs + * if no updates are available, hide the checkbox column (closes: #6443) + + -- Michael Vogt Mon, 14 Feb 2005 15:08:06 +0100 + +update-manager (0.36.6) hoary; urgency=low + + * various bugfixes and embedding of synaptics progress windows + + -- Michael Vogt Tue, 8 Feb 2005 22:12:53 +0100 + +update-manager (0.36.5) hoary; urgency=low + + * disabled sources can now be displayed too (optional preference) + * comments can be added + * various bugfixes + + -- Michael Vogt Thu, 3 Feb 2005 16:21:32 +0100 + +update-manager (0.36.4) hoary; urgency=low + + * regression of the last upload fixed + * gnome-software-properties can be embedded into other windows now + (usefull for e.g. synaptic) + + -- Michael Vogt Mon, 31 Jan 2005 22:59:35 +0100 + +update-manager (0.36.3) hoary; urgency=low + + * updates to the main window design + + -- Michael Vogt Mon, 31 Jan 2005 16:59:41 +0100 + +update-manager (0.36.2) hoary; urgency=low + + * new main window layout in update-manager + (Michiel design, looks _so_ nice) + + -- Michael Vogt Fri, 28 Jan 2005 12:20:57 +0100 + +update-manager (0.36.1) hoary; urgency=low + + * columns are resizable now (closes: #5541) + * lot's of typo/gui-glitches fixes (closes: #5200, #5816, #5801, #5802) + + -- Michael Vogt Mon, 24 Jan 2005 16:14:45 +0100 + +update-manager (0.36) hoary; urgency=low + + * new upstream release, added support to control APT::Periodic::* + variables in gnome-software-properties + + -- Michael Vogt Wed, 19 Jan 2005 16:59:19 +0100 + +update-manager (0.35) hoary; urgency=low + + * new upstream release + - typo fix (closes: #5200) + + -- Michael Vogt Wed, 5 Jan 2005 12:23:55 +0100 + +update-manager (0.34) hoary; urgency=low + + * new upstream release + + -- Michael Vogt Fri, 24 Dec 2004 12:50:13 +0100 + +update-manager (0.33) hoary; urgency=low + + * new upstream release, featuring the gnome-software-properties + + -- Michael Vogt Tue, 30 Nov 2004 12:41:06 +0100 + +update-manager (0.32) hoary; urgency=low + + * new upstream release + + -- Michael Vogt Tue, 23 Nov 2004 15:28:09 +0100 + +update-manager (0.31-1ubuntu1) hoary; urgency=low + + * Update Build-Deps and fix FTBFS. + + -- Fabio M. Di Nitto Mon, 22 Nov 2004 13:04:09 +0100 + +update-manager (0.31-1) hoary; urgency=low + + * new upstream release, added icon, desktop file and bugfix + + -- Michael Vogt Sat, 13 Nov 2004 11:30:37 +0100 + +update-manager (0.3-1) hoary; urgency=low + + * New upstream release, inital ubuntu release + + -- Michael Vogt Wed, 3 Nov 2004 14:48:14 +0100 + +update-manager (0.2-1) unstable; urgency=low + + * New upstream release. + + -- Michiel Sikkes Sat, 30 Oct 2004 02:22:12 +0200 + +update-manager (0.1-2) unstable; urgency=low + + * Um Yeah. + + -- Michiel Sikkes Tue, 26 Oct 2004 13:16:13 +0200 + +update-manager (0.1-1) unstable; urgency=low + + * Initial Release. + + -- Michiel Sikkes Mon, 25 Oct 2004 21:49:07 +0200 +