r13320 - in /packages/unstable/gnome-app-install/debian: changelog changelog.ubuntu rules

jak-guest at users.alioth.debian.org jak-guest at users.alioth.debian.org
Tue Oct 30 17:10:37 UTC 2007


Author: jak-guest
Date: Tue Oct 30 17:10:36 2007
New Revision: 13320

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13320
Log:
* debian/changelog.ubuntu: Add Ubuntu changelog, as it contains
  upstream changes

Added:
    packages/unstable/gnome-app-install/debian/changelog.ubuntu
Modified:
    packages/unstable/gnome-app-install/debian/changelog
    packages/unstable/gnome-app-install/debian/rules

Modified: packages/unstable/gnome-app-install/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/changelog?rev=13320&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/changelog (original)
+++ packages/unstable/gnome-app-install/debian/changelog Tue Oct 30 17:10:36 2007
@@ -4,8 +4,10 @@
   * 04_reset_default_sort_func.patch: Removed, was wrong
   * 02_debian_distro.patch: update
   * Build-Depend on python-setuptools
-
- -- Julian Andres Klode <jak at jak-linux.org>  Tue, 30 Oct 2007 16:15:34 +0100
+  * debian/changelog.ubuntu: Add Ubuntu changelog, as it contains
+    upstream changes
+
+ -- Julian Andres Klode <jak at jak-linux.org>  Tue, 30 Oct 2007 18:10:07 +0100
 
 gnome-app-install (0.4.6-1) unstable; urgency=low
 

Added: packages/unstable/gnome-app-install/debian/changelog.ubuntu
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/changelog.ubuntu?rev=13320&op=file
==============================================================================
--- packages/unstable/gnome-app-install/debian/changelog.ubuntu (added)
+++ packages/unstable/gnome-app-install/debian/changelog.ubuntu Tue Oct 30 17:10:36 2007
@@ -1,0 +1,1494 @@
+gnome-app-install (0.4.13-0ubuntu1) gutsy; urgency=low
+
+  * remove app-install-data-commercial dependency (LP: #149018)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 05 Oct 2007 08:03:31 +0200
+
+gnome-app-install (0.4.12-0ubuntu1) gutsy; urgency=low
+
+  * Revert:
+    "Remove item.applications.set_default_sort_func(None) 
+     and use reset_default_sort_func() instead"
+    This breaks sorting the search results
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 04 Oct 2007 12:29:49 +0200
+
+gnome-app-install (0.4.11-0ubuntu1) gutsy; urgency=low
+
+  * AppInstall/AppInstall.py:
+    - be more robust about pkg missing in the data files
+      (LP: #122352)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 24 Sep 2007 13:05:28 +0200
+
+gnome-app-install (0.4.10-0ubuntu1) gutsy; urgency=low
+
+  * update-app-install:
+    - use system python (LP: #137985, #138903)
+  * data/gnome-app-install.schemas.in:
+    - fix typo (thanks to Alexandre Franke)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 11 Sep 2007 19:54:42 +0200
+
+gnome-app-install (0.4.9-0ubuntu1) gutsy; urgency=low
+
+  * debian/rules:
+    - use DH_PYCENTRAL=nomove as we need g-a-i code in
+      app-install-data-{ubuntu,commercial} postinst
+  * debian/control:
+    - sexy-python is now called python-sexy
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 06 Sep 2007 09:15:33 +0200
+
+gnome-app-install (0.4.8-0ubuntu1) gutsy; urgency=low
+
+  * fix detection of missing index files and popup a dialog
+    that offers reloading the sources (LP: #3475)
+  * debian/control:
+    - depend on latest python-apt (for pkgSourceList.List support)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 04 Sep 2007 17:37:12 +0200
+
+gnome-app-install (0.4.7-0ubuntu1) gutsy; urgency=low
+
+  [Michael Vogt]
+  * typo fix (LP: #134794), thanks to Malcom Parsons
+  * AppInstall/distros/Default.py:
+    - add missing get_codename() (LP: #128457)
+  
+  [Sebastian Heinlein]
+  * tests/:
+    - added more tests and better test data
+  * AppInstall/update.py, update-app-install:
+    - refactored into module
+  * AppInstall/DialogComplete.py:
+    - wording improvements
+  * AppInstall/AppInstall.py:
+    - improve failure detection
+    - add option to run in test-mode
+  * AppInstall/activation.py:
+    - set column caption depending on activation style
+  * debian/control:
+    - build-depend on python-setuptools
+  * setup.py, setup.cfg:
+    - build with python-setuptools
+  * Make the apply changes button translatable - fixes LP #133570
+
+  [Julian Andres Klode]
+  * Completely remove item.applications.set_default_sort_func(None)
+    and use reset_default_sort_func() instead
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 27 Aug 2007 14:54:12 +0200
+
+gnome-app-install (0.4.6-0ubuntu1) gutsy; urgency=low
+
+  [ Sebastian Heinlein ]
+  * Fix no mime type handler error message (Fixes LP #129485) 
+  * HIGification and rewording of the above dialog
+  * Show the file name in the window title for the mime type installer
+  * Only show the broaden your search tip if there is a filter choser
+    (fixes LP #130022)
+  * Store the filter names and tooltips in a less technical dictonary in the
+    distribution class
+  * Make the no results message more context sensitive
+  * Default to the search button on the initial codec search dialog
+  * Restore the state of the main window from the last time (fixes LP #48436)
+  * Improve cache update error messages (fixes LP #119198)
+
+  [ Julian Andres Klode ]
+  * Merge with Debian, remaining changes:
+    - No debian/patches
+    - Other list of deps and build-deps
+    - No watch file
+  * AppInstall/CoreMenu.py:
+    - Display icons with filename ending in png,svg or xpm
+  
+  [Michael Vogt]
+  * AppInstall/AppInstall.py:
+    - Remove item.applications.set_default_sort_func(None) 
+      and use reset_default_sort_func() instead
+  * tests/testCodecSearch.py,
+    tests/testMimeSearch.py:
+    - added test for mime and codec install feature
+  * AppInstall/Menu.py:
+    - fix some if tests that will be false for both "None" and "0" 
+      to only fail on None
+    - cosmetic changes 
+  * AppInstall/activation.py:
+    - use property for isInstallerOnly instead of function
+    - split CodecSearchActivation.preRun() into interactive and
+      non-interactive code to make it actually testable
+  * gnome-app-install:
+    - fix --selftest
+  * AppInstall/AppInstall.py:
+    - when building the filters, insert them sorted-by-key
+  * AppInstall/Menu.py:
+    - make the filter constants match the gconf schema file
+      (LP: #129669)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 07 Aug 2007 17:45:38 +0200
+
+gnome-app-install (0.4.5-0ubuntu1) gutsy; urgency=low
+
+  [ Sebastian Heinlein ]
+  * Window id has to be stored as an integer - fix LP #129416
+
+  [ Julian Andres Klode ]
+  * Switch to CDBS
+  * check whether to use software-properties-gtk or software-properties
+  * help/C/figures/*: Updated
+  * help/{de,sv}: disabled
+  * po/POTFILES.in: add AppInstall/activation.py
+  * Remove installation part in the docs and the Ubuntu ML
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 31 Jul 2007 16:38:53 +0200
+
+gnome-app-install (0.4.4ubuntu1) gutsy; urgency=low
+
+  * Add an installer only mode for the mime type handler and codec
+    installation
+  * Do not show the confirmation dialog anymore in the installer only mode
+  * Allow to search and choose different filters in the installer mode
+    (only used by the mime type installer)
+  * Rename the add/remove button to apply changes
+  * Improve command line handling
+  * Some code refractioning
+  * Add a XUL extension manager mode
+
+ -- Sebastian Heinlein <glatzor at ubuntu.com>  Mon, 30 Jul 2007 11:59:04 +0200
+
+gnome-app-install (0.4.3) gutsy; urgency=low
+
+  [Sebastian Heinlein]
+  * Switch to python-distutils-extra 
+  * fix POTFILES.in (LP: #125046)
+  
+  [Michael Vogt]
+  * do not display a application start icon for desktop
+    files without execCmd
+  * fix double del of a ActionGroup (LP: #126117)
+  * AppInstall/Menu.py, AppInstall/CoreMenu.py:
+    - code cleanup
+  
+  [Julian Andres Klode]
+  * AppInstall/AppInstall.py:
+    - If close button of the window manager was pressed and there are no
+      pending changes, quit.
+    - If there are pending changes, ask what to do
+  * AppInstall/distros/Debian.py:
+    - Merge changes from Ubuntu.py
+    - Use the new Debian icons
+    - Improve the descriptions
+  * debian/control:
+    - Cleanup build-depends
+  * data/icons/16x16/apps/application-debian-*.png:
+    - Add icons for Debian
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 25 Jul 2007 22:12:19 +0200
+
+gnome-app-install (0.4.2) gutsy; urgency=low
+
+  * Fix in the gstreamer caps support (LP#117157)
+  * added README.codecs
+  * added README.extraction (LP#107097)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 04 Jun 2007 16:12:49 +0200
+
+gnome-app-install (0.4.1) gutsy; urgency=low
+
+  [Sebastian Heinlein]
+  * Improved start up time
+  * Replace the supported Ubuntu applications filter by a
+    supported by Canonical one
+  * Switched from Apply|Cancel|OK to Cancel|Install/Remove buttons
+  * Added a clear icon and different background colouring to the search
+    entry
+  * Allow to specify a human readable name of an independent
+    software provider (X-AppInstall-ISV)
+  * Allow derivates to specify custom messages, components and filters
+  * Rewording of the additional components enabling dialogs
+    "Install" -> "Enable installation of"
+  * Allow to retry a failed installation/removal
+  * Handle errors in the enabling of components in a more sane way
+  * Rewording of the confirm restricted software dialog by
+    introducing the action confirm
+  * First check for the legal status and than add repository
+  * Add a helper script to workarround the missing exit states sent
+    through gksu (only for the component activation)
+  * Avoid flickering of the codec installer at startup
+  * Only write fd.o valid icon attributes to the menu data
+  * Use the KDE/GNOME icons instead of the Kubuntu/Ubuntu icons for
+    the desktop integration emblems
+  * Improve shown emblems (handle support status and freedomness separately)
+
+  [Michael Vogt]
+  * ensure proper i18n in cache menu item loader
+  * no longer depend on the exact app-install-data version
+  * fix setup.py to include the new widgets
+  * fix in the codec extraction (for caps intersection)
+  * default to show supported software (not main)
+  * partly disable debian backend for now (not quite ready)
+  * fix in enable channel code
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 21 May 2007 21:47:55 +0200
+
+gnome-app-install (0.4.0) gutsy; urgency=low
+
+  [Michael Vogt]
+  * updated for gutsy
+  * merged the gstreams caps intersection branch (LP#90737)
+  [Sebastian Heinlein]
+  * split out the data into its own "app-instll-data-ubuntu" 
+    source package 
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu,  3 May 2007 14:54:59 +0200
+
+gnome-app-install (0.3.31) feisty-proposed; urgency=low
+
+  * gnome-app-install:
+    - fix crash when window parent is none (LP#106026)
+  * po/POTFILES.in: 
+    - add missing gnome-app-install main (LP#106756)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu,  3 May 2007 11:56:15 +0200
+
+gnome-app-install (0.3.30) feisty; urgency=low
+
+  * menu-data:
+    - updated to current feisty
+  * AppInstall/Progress.py:
+    - only set transient if we have a window
+  * util/getMenuData.py:
+    - consider usr/share/icons a valid icon dir as well
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 13 Apr 2007 13:36:05 +0200
+
+gnome-app-install (0.3.29) feisty; urgency=low
+
+  * AppInstall/AppInstall.py:
+    - fix xmlescape() (LP#91875)
+    - do not crash if no dbus.service.BusName() fails (LP#92073)
+  * data/gnome-app-install-xfce.desktop:
+    - added so that g-a-i shows up in Applications/System in XFCE
+  * data/gnome-app-install.desktop:
+    - remove "System" from Categories (LP#98580)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue,  3 Apr 2007 14:02:30 +0200
+
+gnome-app-install (0.3.28) feisty; urgency=low
+
+  * data/gnome-app-install.desktop.in:
+    - added System category (LP#93803)
+  * menu-data/wesnoth.desktop, util/rename.cfg:
+    - install "wesnoth-all" when selecting wesnoth (LP#96301)
+  * gnome-app-install:
+    - when runing in codec-instal mode, ask first if the user
+      wants to search for codecs (#94372)
+    - warn about unsupported codecs but show them all (LP#87748)
+  * AppInstall/AppInstall.py:
+    - proper error checking for conflicting installs (LP#86684)
+  * menu-data:
+    - updated to current feisty
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 28 Mar 2007 16:13:26 +0200
+
+gnome-app-install (0.3.27) feisty; urgency=low
+
+  * menu-data/*.desktop:
+    - updated to latest feisty
+  * AppInstall/CoreMenu.py:
+    - do not use a regexp list for the mime-type, a string list
+      works fine
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 13 Mar 2007 18:13:58 +0100
+
+gnome-app-install (0.3.26) feisty; urgency=low
+
+  * menu-data-additional/gstreamer-bad-multiverse.desktop:
+    - added for better multimedia support (LP#89999)
+  * menu-data-additional/gstreamer-bad.desktop:
+    - description updated
+  * AppInstall/AppInstall.py:
+    - do not crash if no /etc/apt/sources.list if available
+      (LP#90078)
+    - fix updating pkg states when the cache is updated (LP#88246)
+    - protect against odd arguments in tooltip_on_filter (LP#87727)
+  * AppInstall/DialogNewlyInstalled.py:
+    - do not show "Click to launch" label if runing as root
+      (we do not support it there)
+  * packages-whitelist:
+    - added gstreamer010-plugins-bad-multiverse
+  * AppInstall/PackageWorker.py:
+    - deal better deal with addon CDs
+  * gnome-app-install:
+    - do not crash for invalid codec arguemnts but return error code
+      1 and display a error dialog (LP#88154)
+    - change the gnome-codec-search return codes to match:
+      http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstbaseutilsinstallplugins.html
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed,  7 Mar 2007 09:34:54 +0100
+
+gnome-app-install (0.3.25) feisty; urgency=low
+
+  * install a additional gnome-codec-install so that the new
+    gst can call that (LP#87748)
+  * ensure that the default view is only supported ubuntu applications
+  * do not show users menu dirs (LP#87733)
+  * menu-data/popcon updated to current feisty
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 26 Feb 2007 09:53:48 +0100
+
+gnome-app-install (0.3.24) feisty; urgency=low
+
+  * AppInstall/AppInstall.py:
+    - only run _ensureInArchive() for installs (LP#86593)
+  * data/gnome-app-install.desktop.in:
+    - added OnlyShowIn=GNOME;XFCE; (LP#78977)
+  * debian/control:
+    - only support python >= 2.4 (LP#78030)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 22 Feb 2007 16:46:08 +0100
+
+gnome-app-install (0.3.23) feisty; urgency=low
+
+  * AppInstall/AppInstall.py:
+    - make the search timeout bigger (LP#82509)
+    - fix reference to "advanced mode" (LP#70283)
+  * data/gnome-app-install.schemas.in:
+    - add "search-timeout" gconf key
+  * data/gnome-app-install.glade:
+    - disable interactive search in categories (LP#86472)
+  * menu-data-additional/*.py:
+    - added popcon data
+  * AppInstall/Menu.py:
+    - fix init for popcon_max (LP#86530)
+  * AppInstall/Cache.py:
+    - move the assert for a clean cache into clean()
+    - print broken/removed packages after clean()
+  * menu-data/ia32-sun-java6-java.desktop:
+    - fix arch-specific information
+  * util/getMenuData.py:
+    - make sure to write arch-specific information to all desktopfiles
+      from a single package (LP#81371)
+  
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 20 Feb 2007 23:19:25 +0100
+
+gnome-app-install (0.3.22) feisty; urgency=low
+
+  * report error on startup with a broken cache
+  * fix memory leak (LP#85306)
+  * speedups on package list reload and after install/remove
+  * optimized the loading for codec and mime search
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 20 Feb 2007 14:46:46 +0100
+
+gnome-app-install (0.3.21) feisty; urgency=low
+
+  * fix typo (LP#85037)
+  * added swedish manual translation (BIG thanks to Daniel Nylander)
+    (LP#85030)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 14 Feb 2007 10:41:02 +0100
+
+gnome-app-install (0.3.20) feisty; urgency=low
+
+  * menu-data/totem.desktop:
+    - fix incorrect replace information (LP#84690)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 13 Feb 2007 17:24:49 +0100
+
+gnome-app-install (0.3.19) feisty; urgency=low
+
+  * updated menu-data/popcon-data for herd4
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 13 Feb 2007 11:24:32 +0100
+
+gnome-app-install (0.3.18) feisty; urgency=low
+
+  * include full bzr changelog in package (for seb128)
+  * relalize window_main before using it as transient parent (lp: #82926)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue,  6 Feb 2007 18:22:47 +0100
+
+gnome-app-install (0.3.17) feisty; urgency=low
+
+  * added --addon-cd= switch to support addon CDs
+    (EdubuntuOnTwoCDs spec)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue,  6 Feb 2007 15:06:03 +0100
+
+gnome-app-install (0.3.16) feisty; urgency=low
+
+  * AppInstall/AppInstall.py:
+    - work with the latest python-apt
+  * menu-data/
+    - updated the popcon data
+    - fixed ardour-gtk menu-data
+  * menu-data-additional/mozilla-acroread.desktop:
+    - removed, no longer available in the archive (lp: #83085)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue,  6 Feb 2007 11:55:13 +0100
+
+gnome-app-install (0.3.15) feisty; urgency=low
+
+  * call software-properties-gtk when preferences is clicked
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon,  5 Feb 2007 12:10:29 +0100
+
+gnome-app-install (0.3.14) feisty; urgency=low
+
+  * remove 'firefox' dependency (we do not use gtkmozembed anymore)
+  * change update-manager to software-properties-gtk dependency
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon,  5 Feb 2007 11:12:24 +0100
+
+gnome-app-install (0.3.13) feisty; urgency=low
+
+  * added warning when a codec is installed
+  * fix unbound variable problem (lp: #82713)
+  * update-app-install:
+    - do not crash when import AppInstall.CoreMenu fails (lp: #80589)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu,  1 Feb 2007 11:08:39 +0100
+
+gnome-app-install (0.3.12) feisty; urgency=low
+
+  * fixed missing X-AppInstall-Codec information for 
+    gstreamer-bad.desktop (lp: #82239)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 31 Jan 2007 10:00:01 +0100
+
+gnome-app-install (0.3.11) feisty; urgency=low
+
+  * fix various UI glitches
+  * fix transient problem (lp: #82247)
+  * various bugfixes for the EasyCodecInstall activation mode
+    (thanks to seb128 for his testing/feedback)
+  * give a warning message for universe/multiverse applications
+    when they are used the first time (AlwaysEnableUniverseMultiverseSpec)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 30 Jan 2007 11:53:48 +0100
+
+gnome-app-install (0.3.10) feisty; urgency=low
+
+  * updated the app-install-data to the latest feisty for HERD-3
+  * menu-data/*.desktop
+    - show only one hplip icon (instead of four)
+    - show only a single kdevelop 
+  * AppInstall/AppInstall.py:
+    - use a logarithmic scale for the popularity
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 29 Jan 2007 15:53:58 +0100
+
+gnome-app-install (0.3.9) feisty; urgency=low
+
+  * fix setupDBus() to work with the latest python-dbus changes
+    (lp: 81727)
+  * updated the popcon-data, use the "by_vote" information for
+    the ranking instead of the "by_inst" data (lp: #82051)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 29 Jan 2007 13:33:48 +0100
+
+gnome-app-install (0.3.8) feisty; urgency=low
+
+  * update-app-install.py: do use #!/usr/bin/python 
+    (lp: #67067)
+  * whitelist gstreamer0.10-ffmpeg, gstreamer0.10-plugins-ugly
+    gstreamer0.10-plugins-bad to make EasyCodecInstallation
+    useful
+  * re-apply the last search on apply
+  * protect against package not in the cache (lp: #81364)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 25 Jan 2007 09:27:17 +0100
+
+gnome-app-install (0.3.7) feisty; urgency=low
+
+  * do not crash if the cache can't be read (lp: #79619)
+    (Thanks to Jonah)
+  * bugfixes in the codec install branch (should be working now)
+  * use /etc/gnome-app-install/package-whitelist for the mime and 
+    codec whitelist
+  * added gstreamer0.10-plugins-bad
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 22 Jan 2007 09:52:55 +0100
+
+gnome-app-install (0.3.6) feisty; urgency=low
+
+  * updated to the current python policy
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 17 Jan 2007 10:13:23 +0100
+
+gnome-app-install (0.3.5) feisty; urgency=low
+
+  [Ian Jackson]
+  * Generalise gnome-app-install mime search to also support codec search
+    according to GnomeAppInstallCodecs:
+    - New command-line invocation mode.  The support for this which
+      replaces the mime_search object which threads its way through
+      AppInstall and Menu with an richer ActivationStyle object.
+    - Set the ActivationStyle earlier during Menu creation to make the
+      whole thing a little less ugly.
+    - Read the X-AppInstall-Codecs entries from desktop files into the
+      item objects.
+    - Support ordinary searching on codecs even if not invoked for codec
+      search, just as for mime type search.
+    - Generalise update-app-install to make gai-codec-map.gdbm as well as
+      gai-mime-map.gdbm.
+    - getMenuData.py generates the X-AppInstall-Codecs entries in the
+      output desktop files, from the .supported files found in scanned
+      .debs.  These entries are included both in getMenuData.py's own
+      generated desktop files, and edited into the pre-supplied ones in
+      menu-data-additional.
+  * Support --transient-for=... option (as specified in
+    GnomeAppInstallCodecs).  Command-line parsing is shoddy,
+    unfortunately and --transient-for has to come first.
+  [Michael Vogt]
+  * menu-data/ updated to latest feisty
+  * menu-data-additional/ updated with the codec information
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 17 Jan 2007 11:58:31 +0100
+
+gnome-app-install (0.3.5) feisty; urgency=low
+
+  * menu-data-additional/:
+    - 7zip.desktop: added 7zip
+    - openclipart.desktop: added openclipart
+  * AppInstall/CoreMenu.py:
+    - fix bug in duplicats detection that prevents clamtk from showing
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon,  8 Jan 2007 18:09:51 +0100
+
+gnome-app-install (0.3.4) feisty; urgency=low
+
+  * show applications from System/Settings in the "Others" 
+    category to support applications like "SBackup", "Bum", 
+    "gnome-arts" (CommonCustomizations)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri,  5 Jan 2007 12:09:21 +0100
+
+gnome-app-install (0.3.3) feisty; urgency=low
+
+  * fixed FTBFS
+  * updated to latest python-policy
+  
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed,  3 Jan 2007 16:10:13 +0100
+
+gnome-app-install (0.3.2) feisty; urgency=low
+
+  * AppInstall/AppInstall.py, data/gnome-app-install.glade:
+    - add preferences button (CommonCustomizations)
+  * menu-data/kipnia.desktop:
+    - removed, invalid utf-8 in desktop file
+  * menu-data/cream.desktop:
+    - removed, invalid mime-type line
+  * AppInstall/Cache.py:
+    - make use of the auto-install information when removing 
+      applications (lp: #77095, #69885)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed,  3 Jan 2007 11:56:20 +0100
+
+gnome-app-install (0.3.1) feisty; urgency=low
+
+  * menu-data-additional/rar.desktop,
+    menu-data-additional/ace.desktop:
+    - added desktop files for ACE and RAR (CommonCustomizations)
+  * AppInstall/Menu.py:
+    - pimp ubuntu-restricted-extras search results
+  * menu-data-additional/totem-xine.desktop:
+    - added totem-xine for DVD support (CommonCustomizations)
+  * AppInstall/AppInstall.py:
+    - support new "Replaces" keyword to support apps like 
+      totem-gstream/totem-xine, abiword-gnome/abiword
+  
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 15 Dec 2006 14:27:45 +0100
+
+gnome-app-install (0.3.0) feisty; urgency=low
+
+  * menu-data-additional/ubuntu-restricted-extras.desktop:
+    - menu file for ubuntu-restricted-extras (part of CommonCustomizations)
+  * menu-data/*:
+    - updated for feisty
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 11 Dec 2006 19:33:07 +0100
+
+gnome-app-install (0.2.22) edgy-proposed; urgency=low
+
+  * menu-data-additional/mozilla-acroread.desktop:
+    - fixed the category to make it actually visible
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue,  7 Nov 2006 15:31:16 -0800
+
+gnome-app-install (0.2.21) edgy; urgency=low
+
+  * fixed vanished intltool-update -p
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 16 Oct 2006 17:19:38 +0200
+
+gnome-app-install (0.2.20) edgy; urgency=low
+
+  * debian/control, dependencies changed:
+    - added python-gtkhtml2, python-gconf dependency, 
+    - removed python-gnome2, python-gnome2-extras (lp: #65232)
+  * menu-data/mail-notification.desktop:
+    - removed, buggy desktop file
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 11 Oct 2006 14:05:44 +0200
+
+gnome-app-install (0.2.19) edgy; urgency=low
+
+  * menu-data updated to current edgy, fixes error in
+    Openoffice.org menu-data (lp: #64677)
+  * better support checking for installed software (lp: #64964)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon,  9 Oct 2006 18:16:12 +0200
+
+gnome-app-install (0.2.18) edgy; urgency=low
+
+  * typos (lp: #63487)
+  * update the menu-data files/popcon data to current edgy
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu,  5 Oct 2006 16:56:59 +0200
+
+gnome-app-install (0.2.17) edgy; urgency=low
+
+  * fix missing file in POTFILES.in
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon,  2 Oct 2006 14:57:17 +0200
+
+gnome-app-install (0.2.16) edgy; urgency=low
+
+  * data/gnome-app-install.glade:
+    - updated the text to fix "serve grammar failure" (lp: #62359)
+  * wording/typo fixes
+  * split out the gtk bits when run update-app-install (lp: #59403)
+    (thanks to Sebastian Heinlein)
+  * drop python-gtk2 pre-depends
+  
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Sat, 30 Sep 2006 00:39:30 +0200
+
+gnome-app-install (0.2.15) edgy; urgency=low
+
+  * hide python-apt future warnings
+  * update available information on refresh() 
+  * changed the "applications-proprietary" icon
+  * menu-data/*:
+    - updated to current edgy, updated popcon data as well
+  * menu-data-additional/:
+    - nvidia-driver.desktop: pseudo package for the nvidia driver
+    - nvidia-driver-legacy.desktop:pseudo package for the nvidia legacy driver
+    - fglrx-driver.desktop: pseudo package for the ati driver 
+    - mscorefonts.desktop: improved description
+    - ndisgtk.desktop: added for easy wifi setup
+    - nact.desktop: nautilus action
+    - sun-java5-plugin.desktop: sun java5 browser plugin
+    - mozilla-mplayer.desktop: added mplayer browser plugin
+    - mozilla-acroread.desktop: added acroread browser plugin
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 25 Sep 2006 18:40:52 +0200
+
+gnome-app-install (0.2.14) edgy; urgency=low
+
+  * pre-depend on python-gobject as well (lp: #61225)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 19 Sep 2006 10:28:44 +0200
+
+gnome-app-install (0.2.13) edgy; urgency=low
+
+  * debian/control:
+    - pre-depend on current python-gtk to fix upgrade problem 
+      (lp: #59403)
+  * update-app-install: 
+    - unset DISPLAY (lp: #59403)
+  * menu-data/mail-notification.desktop:
+    - fixed incorrect desktop file (lp: #59758)
+  * menu-data/mail-notification-properties.desktop:
+    - removed and blacklisted
+  * menu-data-additonal/j2re1.4-mozilla-plugin.desktop:
+    - added java-plugin desktop file (lp: #61047)
+  * AppInstall/common.py:
+    - use "applications-other" icon when icon can not be found
+      (lp: #59478)
+  * AppInstall/AppInstall.py:
+    - fix typos, better wording (lp: 59477)
+    - make sure the welcome text is no longer selected (lp: #58891)
+  * blacklist gnome-applets (lp: #59418)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 18 Sep 2006 12:42:50 +0200
+
+gnome-app-install (0.2.12) edgy; urgency=low
+
+  * fix mimetype cache creation
+  * fix schema install
+  * updated desktop files to current edgy
+  * updated popcon data
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri,  8 Sep 2006 02:58:45 +0200
+
+gnome-app-install (0.2.11) edgy; urgency=low
+
+  * fix the python-gdbm dependency again lp: #57528)
+  * moved the desktop-files/mime-types cache generation 
+    to the postinst (thanks to Sebastian Heinlein)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon,  4 Sep 2006 16:42:55 +0200
+
+gnome-app-install (0.2.10) edgy; urgency=low
+
+  * fix incorrect display of installation status
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 28 Aug 2006 15:32:00 +0200
+
+gnome-app-install (0.2.9) edgy; urgency=low
+
+  * fix FTBFS because of missing b-d
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 28 Aug 2006 10:01:12 +0200
+
+gnome-app-install (0.2.8) edgy; urgency=low
+
+  * debian/control: python2.4-dbus -> python-dbus
+  * cache the desktop file information to make startup faster
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 25 Aug 2006 12:27:19 +0200
+
+gnome-app-install (0.2.7) edgy; urgency=low
+
+  * SuggestedPackagesForFiletypesSpec: fix missing Depends on python-gdbm
+    (Malone 57528.)
+
+ -- Ian Jackson <iwj at ubuntu.com>  Thu, 24 Aug 2006 09:24:05 +0100
+
+gnome-app-install (0.2.6) edgy; urgency=low
+
+  * SuggestedPackagesForFiletypesSpec implementation
+    - gnome-app-install checks that no other options or arguments are given
+    - gnome-app-install mime mode: looks in gdbm db
+    - gnome-app-install mime mode: checks component and package whitelists
+    - gnome-app-install mime mode: encodes lookup failures in exit status
+    - app-install-data contains gdbm db for mime->program mapping
+  * Fix for Malone #57323 (stack backtrace when you try to apply).
+
+ -- Ian Jackson <iwj at ubuntu.com>  Wed, 23 Aug 2006 16:12:54 +0100
+
+gnome-app-install (0.2.5) edgy; urgency=low
+
+  * updated the menu-data to current edgy, fixed a icon
+    extraction bug along the way
+  * added popularity column (sortable) 
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 17 Aug 2006 10:25:46 +0200
+
+gnome-app-install (0.2.4) edgy; urgency=low
+
+  * Fix #52612: use the applications-office icon instead of the 
+    skype one for gnome-office
+  * refreshed the desktop files with a new icon extract code
+  * added "Show all supported" view 
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri,  4 Aug 2006 20:05:21 +0200
+
+gnome-app-install (0.2.3) edgy; urgency=low
+
+  * various bug/wording fixes
+  * fix aptsources.py import
+  * updated desktop+popcon data
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed,  2 Aug 2006 13:05:43 +0200
+
+gnome-app-install (0.2.2) edgy; urgency=low
+
+  The 'everybody should hug Sebastian Heinlein' release:
+  * use custom GtkTextView instead of GtkHtml to display the
+    formated descriptions. This fixes various accessability 
+    problems
+  * better desktop environment detection
+  * use emblems for desktop environment and support status
+  * wording/gui fixes
+  * bugfixes
+  * improve the handling of packages that are only available
+    on certain architectures
+  * refreshed the desktop files to the current edgy
+  (many thanks to Sebastian Heinlein who did a lot of the above)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 24 Jul 2006 19:37:34 +0200
+
+gnome-app-install (0.2.1) edgy; urgency=low
+
+  * fix the gnome-app-install.glade file 
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue,  4 Jul 2006 13:04:33 +0200
+
+gnome-app-install (0.2) edgy; urgency=low
+
+  * search is weighted now depending on where the searched item
+    was found
+  * make the display/filtering more flexible
+    (thanks to Sebastian Heinlein)
+  * search will also search in the mime information
+  * search is ranked by popcon data
+  * added missing "gksu" dependency
+  * added --mime-type=$mime-type commandline argument
+  * added popcon data (by_inst) to the menu files
+  
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 28 Jun 2006 18:50:07 +0200
+
+gnome-app-install (0.1.33) dapper-updates; urgency=low
+
+  * AppInstall/AppInstall.py:
+    - fix a bug in the addChannel() code that can lead to not
+      adding the gpg key
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu,  1 Jun 2006 16:44:35 +0200
+
+gnome-app-install (0.1.32) dapper; urgency=low
+
+  * AppInstall/AppInstall.py: 
+    - exit when ok is clicked but no packages where selected
+    - fix a bug that caused universe to be not enabled (ubuntu: #46723)
+      and make sure to enable updates as well
+  * menu-data/*:
+    - updated to the latest dapper
+  * menu-data-additonal/vmware-player.desktop:
+    - added
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 22 May 2006 09:33:43 +0200
+
+gnome-app-install (0.1.31) dapper; urgency=low
+
+  * AppInstall/AppInstall.py:
+    - be more robust about mistyped passwords (ubuntu: #40591)
+  * menu-data-additonal/wine.desktop: 
+    - added a valid desktop file
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 18 May 2006 23:20:50 +0200
+
+gnome-app-install (0.1.30) dapper; urgency=low
+
+  * AppInstall/AppInstall.py:
+    - fix broken "Advanced" button (Ubuntu: #45043)
+    - fix in the "add-channel" code
+  * AppInstall/DialogProprietary.py:
+    - browser window expands with the dialog window
+  * menu-data/*:
+    - updated to the current dapper version (including java5)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 17 May 2006 17:16:45 +0200
+
+gnome-app-install (0.1.29) dapper; urgency=low
+
+  * menu-data/*:
+    - updated to latest dapper archive
+  * data/gnome-app-install.glade:
+    - "show proprietary applications" -> "show commercial applications"
+      (as suggested by Malcom)
+  * AppInstall/Menu.py:
+    - "Reading desktop files" -> "Reading list of available applications"
+      (thanks to Matt for this suggestion)
+  * debian/control:
+    - depend on app-install-data-commercial (that contains the commercial
+      desktop files)
+  * AppInstall/AppInstall.py, DialogProprietary.py:
+    - removed some debug code
+    - fix a problem with 3rd party apps without channels
+  * menu-data-additonal/gstreamer-ugly.desktop:
+    - point to "gstreamer0.10-plugins-ugly" (ubuntu: #40046)
+  * use the "Education" section (to be in sync with the gnome menu 
+    again) (ubuntu: #37921)
+  * data/gnome-app-install.glade:
+    - fix not translatable button (ubuntu: #44417)
+  * help/C/gnome-app-install.xml:
+    - various fixes to the manual (ubuntu: #44331)
+      
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 15 May 2006 19:31:18 +0200
+
+gnome-app-install (0.1.28) dapper; urgency=low
+
+  * menu-data/*:
+    - updated to latest dapper archive
+  * menu-data-additional/nm-applet.desktop:
+    - fixed category, shows up in 'Internet' now
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue,  9 May 2006 23:47:23 +0200
+
+gnome-app-install (0.1.27) dapper; urgency=low
+
+  * catch more errors, some wording fixes (thanks to Sebastian Heinlein)
+  * AppInstall/AppInstall.py:
+    - fix bug when adding a component
+  * help/C/gnome-app-install.xml: 
+    - fix some incorrect xml (thanks to Matthew East, closes: 40061)
+  * menu-data/*:
+    - updated to latest dapper archive
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 21 Apr 2006 09:52:31 +0200
+
+gnome-app-install (0.1.26) dapper; urgency=low
+
+  * debian/control:
+    - python-dbus -> python2.4-dbus
+
+ -- Daniel Holbach <daniel.holbach at ubuntu.com>  Sat,  8 Apr 2006 01:06:02 +0200
+  
+gnome-app-install (0.1.25) dapper; urgency=low
+
+  * give better feedback when the search had no results (ubuntu: #38112)
+  * only allow a single gnome-app-install instance in a session (ubuntu: #38424)  * fix a bug in the duplication detection when it was too agressive
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri,  7 Apr 2006 22:44:16 +0200
+
+gnome-app-install (0.1.24) dapper; urgency=low
+
+  * debian/rules: fix a bug in the clean target
+  * help/C: updated documentation (thanks to the docteam!)
+  * AppInstall/AppInstall.py: added support for CTRL-q (ubuntu: #3751)
+  * menu-data/*.desktop:
+    - updated to the latest dapper
+  * improved the runtime duplication detection
+  
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed,  5 Apr 2006 14:37:14 +0200
+
+gnome-app-install (0.1.23) dapper; urgency=low
+
+  * menu-data/*.desktop: 
+    - updated to current dapper
+    - added libxine-extracodecs.desktop (thanks to Jonathan Riddell)
+    - fix a bug in the lyx file
+  * fix a problem with gtkhtml2 and the high-contrast theme (ubuntu #36686)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 28 Mar 2006 15:35:55 +0200
+
+gnome-app-install (0.1.22) dapper; urgency=low
+
+  * menu-data/*.desktop: 
+    - updated to current dapper, fixed a bug in the epoch handling so 
+      this build is much more complete than the previous ones (#35183)
+  * blacklisted some duplicated/bogus desktop files (#33922)
+  * make sure that a security repo is added if component is added (#34613)
+  
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 24 Mar 2006 13:15:51 +0100
+
+gnome-app-install (0.1.21) dapper; urgency=low
+
+  * menu-data/*.desktop: updated to current dapper
+  * typo fix (ubuntu: #35655)
+  * added pseudo desktop packages for flash and msttfonts
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 22 Mar 2006 18:49:09 +0100
+
+gnome-app-install (0.1.20) dapper; urgency=low
+
+  * fixes various strings (thanks to Jane Silber for the review)
+    for real this time, thanks for Sebastian Heinlein for noticing
+    and sending the patch
+  
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 14 Mar 2006 16:47:48 +0000
+
+gnome-app-install (0.1.19) dapper; urgency=low
+
+  * fixes various strings (thanks to Jane Silber for the review)
+  * make sure that {universe,multiverse}-security is also added when 
+    {universe, multiverse} are added
+  * remove the "add" button from the description, this is done via the 
+    toggle button now again
+  * make the progress a single 0-100 run (instead of multiple runs)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 13 Mar 2006 18:26:50 +0000
+
+gnome-app-install (0.1.18) dapper; urgency=low
+
+  * menu-data/gnome-office.desktop: added gnome-desktop
+  * menu-data/gstreamer-ugly.desktop: added gstreamer plugin for the "ugly"
+    codecs
+  * string cleanups
+  * disabled the skype channel because it dosn't work with current dapper
+    (dependency problems)
+  * the pulse is gone and the "normal" progress is back
+  * clicking on a toggle button of a not active channels ask if it should
+    be add
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon,  6 Mar 2006 12:55:30 +0000
+
+gnome-app-install (0.1.17) dapper; urgency=low
+
+  * po/fi.po: updated Finnish translation (thanks to Timo Jyrinki)
+  * fix problem with the 3rd party channel files ending up in the wrong dir
+  * ask for package list update if the cache is outdated
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 28 Feb 2006 14:41:34 +0100
+
+gnome-app-install (0.1.16) dapper; urgency=low
+
+  * AppInstall/Menu.py: use GenericName is Comment dosn't give anything 
+                        useful (kde requires this)
+  * AppInstall/AppInstall.py: don't crash if the icon-theme dosn't have
+                              gnome icons (kde again). Thanks to Sebastian
+	                      Heinlein for the diff)
+  * help/*: updated to latest svn version
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 24 Feb 2006 14:54:54 +0100
+
+gnome-app-install (0.1.15) dapper; urgency=low
+
+  * help/*: added the help from the docteam (Thanks guys!)
+  * debian/control: changed maintainer field 
+  * menu-data/*: updated to latest dapper data
+  * support desktop files with no Exec line and assume they are
+    "pseudo" files that install e.g. gsteamer plugins or servers
+  * bugfixes
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 23 Feb 2006 10:16:52 +0100
+
+gnome-app-install (0.1.14) dapper; urgency=low
+
+  * po/pt_BR.po: updated translation (thanks to 
+    Carlos Eduardo Pedroza Santiviago)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 20 Feb 2006 15:55:46 +0100
+
+gnome-app-install (0.1.13) dapper; urgency=low
+
+  * fix in the desktop file parsing code (thanks to zyga)
+  * typo fixes (thanks to Sebastian Heinlein)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 16 Feb 2006 23:10:45 +0100
+
+gnome-app-install (0.1.12) dapper; urgency=low
+
+  The 'Thanks to Sebastian Heinlein' release
+  * "All" category has a icon now
+  * "Add repository" button added to document view
+  * bugfixes
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 16 Feb 2006 20:01:31 +0100
+
+gnome-app-install (0.1.11) dapper; urgency=low
+
+  * split the desktop data out into it's own "app-install-data" package
+    that is shared between gnome-app-install and apdept-installer
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 15 Feb 2006 13:02:05 +0100
+
+gnome-app-install (0.1.10) dapper; urgency=low
+
+  * fix ok button poping up empty dialog
+  * don't die if gettext.dgettext() throws a exception (it seems to like 
+    doing this)
+  * add "All" category
+  * imporved searching 
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 13 Feb 2006 11:26:29 +0100
+
+gnome-app-install (0.1.9) dapper; urgency=low
+
+  * fix problem with adding missing components in non-root mode
+  * fix url detection
+  * fix a problem with some applications not being displayed (e.g. inkscape)
+  * fix incorrectly detected urls in the descripton
+  * don't explode on enter in search field
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 10 Feb 2006 21:38:08 +0100
+
+gnome-app-install (0.1.8) dapper; urgency=low
+
+  * fix anoying flickering in dialogs
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed,  8 Feb 2006 22:55:46 +0100
+
+gnome-app-install (0.1.7) dapper; urgency=low
+
+  * non-root mode added, just run synaptic as backend with gksu 
+  * make links clickable in the package description
+  * make it possible to launch a newly installed application 
+  * remember "show unsupported", "show proprietary" settings
+  * improved the description displaying
+  * bufixes
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed,  8 Feb 2006 21:11:06 +0100
+
+gnome-app-install (0.1.6) dapper; urgency=low
+
+  * data/gnome-app-install.desktop.in: added "..." (ubuntu: #22475)
+  * improved the UI
+  * menu-data/*.desktop: updated to current dapper
+  * improved formating of the html page
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 20 Jan 2006 10:39:07 +0100
+
+gnome-app-install (0.1.5) dapper; urgency=low
+
+  * show version information in the info page (ubuntu: #21530)
+  * workaround a pygtk crash in the TreeModelFilter (ubuntu: #21527)
+  * fix the menupath display in the dialog that shows the newly installed
+    applications (ubuntu: #21443)
+  * be more robust about (half)broken desktop files (ubuntu: #21442)
+  * support per-channel repository keys as well
+  * support displaying a license agreement
+  * give a hint about the used desktop environment in the info page 
+    (ubuntu: #21531)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 10 Jan 2006 15:26:31 +0100
+
+gnome-app-install (0.1.4) dapper; urgency=low
+
+  * show version in about dialog (ubuntu #21539)
+  * show progress for the menu building 
+  * fix a icon-display problem in the gtkhtml2 browser view
+  * bugfixes/cleanups
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 28 Dec 2005 15:32:25 +0100
+
+gnome-app-install (0.1.3) dapper; urgency=low
+
+  * various bufixes
+  * updated desktop/icon files to current dapper
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 21 Dec 2005 15:55:24 +0100
+
+gnome-app-install (0.1.2) dapper; urgency=low
+
+  * use window default icon again (ubuntu: #21252)
+  * typo fix (ubuntu: #21251)
+  * have checkboxes for proprietary and unsupported software to 
+    make filtering easy
+  * search performance increased/dynmaic filtering on unsupported
+    proprietary possible here as well now 
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 19 Dec 2005 12:08:04 +0100
+
+gnome-app-install (0.1.1) dapper; urgency=low
+
+  * added missing build-dep to python-dev
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Sat, 17 Dec 2005 12:11:00 +0100
+
+gnome-app-install (0.1) dapper; urgency=low
+
+  * new upstream release:
+    - massive code cleanups
+    - use SimpleGladeApp now
+    - split the code into useful modules
+    - use sources.list.d directory now
+    - use the mechanism from gnome-software properties to 
+      read/manipulate the sources.list
+    - make the used browser (pymozemebed/gtkhtml2/raw) plugable
+    - use gtkhtml2 as html widget until firefox is fixed
+  * use gksu in desktop file and added X-KDE-SubstituteUID=true
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 16 Dec 2005 13:57:14 +0100
+
+gnome-app-install (0+20051005) breezy; urgency=low
+
+  * menu-data:
+    - gksu.desktop: removed, title is 'open root terminal' and that
+                    was removed from the menu too
+    - datakiosk.desktop: removed double entry (only development now)
+  * debian/control:
+    - depend on firefox|mozilla-firefox
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed,  5 Oct 2005 11:35:29 +0200
+
+gnome-app-install (0+20051004) breezy; urgency=low
+
+  * data/gnome-app-install.desktop.in:
+    - add various desktop file translations (ubuntu #16943)
+  * menu-data/gnome-terminal.desktop:
+    - updated category to be in sync with ubuntu (ubuntu #16832)
+  * menu-data/aegis-virus-scanner.desktop:
+    - updated name (ubuntu #15703)
+  * debian/control:
+    - updated dependencies (ubuntu #16456)
+  * src/gnome-app-install.in:
+    - use explicit python path (ubuntu #16547)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue,  4 Oct 2005 10:17:42 +0200
+
+gnome-app-install (0+20050927) breezy; urgency=low
+
+  * fix a incorrect variable name (ubuntu: #16453)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 27 Sep 2005 17:21:05 +0200
+
+gnome-app-install (0+20050926) breezy; urgency=low
+
+  * added locking support
+  * added firefox|mozilla-browser to dependencies (for gtkmozembed) 
+    (ubuntu #16306)
+  * typo fix: 'Can not remove' -> 'Cannot remove' (ubuntu #16295)
+  * fix a bug when multiple searches are executed (ubuntu #16346)
+  * menu-data/gnome-screensaver-preferences.desktop
+              kghostview.desktop, qdvdauthor.desktop:
+    - fix components
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 26 Sep 2005 22:55:47 +0200
+
+gnome-app-install (0+20050921) breezy; urgency=low
+
+  * added to menu-data/:
+    - lbreakout2 (ubuntu #15703, thanks to Wouter Stomp)
+  * debian/control:
+    - added dependency to gnome-icon-theme (ubuntu: #15918)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 21 Sep 2005 14:34:47 +0200
+
+gnome-app-install (0+20050919) breezy; urgency=low
+
+  * desktop file changes in menu-data/:
+    - remove babytrans.desktop (uninstallable and unfixable)
+    - remove smeg-kde.desktop (duplicate of smeg) (ubuntu #15704)
+  * Fixed/added:
+    banshee.desktop, cream.desktop, d4x.desktop, evince.desktop, 
+    firestarter.desktop, gnome-art.desktop, gnome-breakout.desktop, 
+    gnome-power-preferences.desktop, kmerlin.desktop, revelation.desktop,
+    wifi-radar.desktop (ubuntu #15703)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 19 Sep 2005 17:44:41 +0200
+
+gnome-app-install (0+20050914) breezy; urgency=low
+
+  * data/gnome-app-install.glade:
+    - typo:"initalizing" -> "initializing"
+  * desktop file changes in menu-data/:
+    Changed (because X-AppInstall-Package was wrong):
+    - GnomeICU.desktop: pkg is "gnomeicu"
+    - MySqlAdministrator: pkg is "mysql-admin" (ubuntu #15304)
+    - MySqlQueryBrowser: pkg is "mysql-query-browser" (ubuntu #15304)
+    - anjuta.desktop: pkg is "anjuta"
+    - conglomerate.desktop: pkg is "conglomerate"
+    - galeon.desktop: pkg is "galeon"
+    - gedit.desktop: pkg is "gedit"
+    - startdict.desktop: pkg is "stardict"
+    Corrected section:
+    - totem, kiten, kbemusedsrv, kbluetoothd, kbtobexclient, kbtserialchat,
+      kcm_btpaired, kcm_kbluetoothd
+  * src/verifyDesktopFile.py:
+    - catch "-common" packages as well
+  
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 13 Sep 2005 10:46:49 +0200
+
+gnome-app-install (0+20050912) breezy; urgency=low
+
+  * desktop file changes in menu-data/:
+    Changed (because X-AppInstall-Package was wrong):
+    - atomix.desktop: changed pkg to "atomix" (ubuntu #15207)
+    - chinepaint.desktop: changed pkg to "chinepaint"
+    - enigma.desktop: changed pkg to "enigma"
+    - gcompris.desktop: changed pkg to "gcompris"
+    - gcompris-edit.desktop: changed pkg to "gcompris"
+    - gimp2.2.desktop: changed pkg to "gimp"
+    - glabels.desktop: changed pkg to "glabel"
+    - glade-2.desktop: changed pkg to "glade-gnome-2"
+    - gnome-terminal.desktop: changed pkg to "gnome-terminal"
+    - gnomecc.desktop: changed pkg to "gnome-control-center"
+    - eclipse.desktop: change pkg to "eclipse-platform"
+    - mplayer.desktop: changed pkg to "mplayer"
+    - kdevelop3.desktop: changed pkg to "kdevelop3"
+    - kdevdesigner.desktop: changed pkg to "kdevelop3"
+    - kdevassisant.desktop: changed pkg to "kdevelop3"
+    - kdevelop_c_cpp.desktop: changed pkg to "kdevelop3"
+    - kdevelop_kde_cpp.desktop: changed pkg to "kdevelop3"
+    - kdevelop_ruby.desktop: changed pkg to "kdevelop3"
+    - kdevelop_scripting.desktop: changed pkg to "kdevelop3"  
+    - totem.dekstop: changed pkg to "totem"
+    - xchat.desktop: changed pkg to "xchat"
+    Changed (other reasons):
+    - gnome-phone-manager.desktop: fixed icon location
+    Removed (because in gnome-control-center and no apps):
+    - default-application.desktop, display-properties.desktop
+      at-properties.desktop, font-properties.desktop,
+      gnome-about-me.desktop, gnome-font-viewer.desktop
+      gnome-network-preferences, gnome-settings-mouse.desktop
+      gnome-settings-sound.desktop, gnome-ui-properties.desktop
+      gtk-theme-selector.desktop, themus-theme-applie.desktop
+      keybindings.desktop, window-properties.desktop
+    Removed (other reasons):
+    - acroread.desktop removed, we have "AdobeReader.desktop" already
+    - kresources.desktop: part of kdelibs-data
+    - lilo.desktop: not a application
+    - ubuntu-about.desktop: part of the gnome-panel
+    - kdevelop_c_cpp.desktop, kdevelop_ruby.desktop 
+      kdevelop_kde_cpp.desktop, kdevelop_scripting.desktop: because
+      they are all provided by kdevelop3.desktop already
+  * src/AppInstall.py:
+    - detect packages that are not availabe even when the needed
+      component was added (e.g. helixplayer on amd64)
+  * src/gnome-app-install.py.in:
+    - fail if not started as root (ubuntu #15139)
+  * src/verifyDesktopFile.py:
+    - be smarter about common problems (e.g. -data packages)
+  
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 12 Sep 2005 11:38:53 +0200
+
+gnome-app-install (0+20050909) breezy; urgency=low
+
+  * Changed the title and desktop file to "Add applications"
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri,  9 Sep 2005 14:20:02 +0200
+
+gnome-app-install (0+20050908) breezy; urgency=low
+  
+  * maintain selection when changing repositories (ubuntu #14140)
+  * added python-gnome2 dependency (ubuntu #14962)
+  * small ui fixes for the progress window (half of ubuntu #14141)
+  * typo fix (ubuntu #14857)
+  * fix a incorrect eclipse menu entry (ubuntu #14858)
+  * improve the program not availabe dialog a bit (spacing, image)
+    (ubuntu #14859)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed,  7 Sep 2005 09:49:10 +0200
+  
+gnome-app-install (0+20050904) breezy; urgency=low
+
+  * more fixes for the menu-data desktop files:
+    - gaim.desktop: X-App-Install package is gaim (not gaim-data)
+  * data/featured.txt:
+    - added: evince, totem, gnome-games, gaim, glade-gnome-2
+    - removed: gpdf, gnome-gv, sodipodi, glade-2, gaim-data, vlc
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon,  5 Sep 2005 13:59:00 +0200
+
+gnome-app-install (0+20050903) breezy; urgency=low
+
+  * make OpenOffice.org2 a featured application, removed OO1
+  * fix the window title (ubuntu #14556)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon,  5 Sep 2005 11:37:45 +0200
+
+gnome-app-install (0+20050831) breezy; urgency=low
+
+  * fix error when enabling a repository (#14140)
+  * updated the menu data desktop files to the current archive
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Wed, 31 Aug 2005 23:53:33 +0200
+
+gnome-app-install (0+20050825) breezy; urgency=low
+
+  * set apply only sensitive when there are actually actions to perform
+  * added intro page (#13433)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Fri, 26 Aug 2005 01:17:12 +0200
+
+gnome-app-install (0+20050824) breezy; urgency=low
+
+  * improve the search (ubuntu #14022)
+  * fix some incorrect desktop data files
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 25 Aug 2005 11:09:19 +0200
+
+gnome-app-install (0+20050823) breezy; urgency=low
+
+  * minor ui improvments
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 23 Aug 2005 17:47:05 +0200
+
+gnome-app-install (0+20050822) breezy; urgency=low
+
+  * added LaunchpadIntegration support
+  * wording improvments (ubuntu #13805, #13906)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 22 Aug 2005 16:18:39 +0200
+
+gnome-app-install (0+20050816) breezy; urgency=low
+
+  * conflicts with gnome-app-install-data
+  * bugfixes:
+    - "Quit" is in the file menu now (ubuntu #13434)
+    - "Advanced" is in the File menu now (ubuntu #13432)
+    - double clicking expands categories (ubuntu #13431)
+    - check if a install operation can be done without breaking the 
+      cache or removing anything already installed) (ubuntu #10009)
+    - display correct utf-8 in the description (ubuntu #13476)
+    - pending dialog improvments (ubuntu #13505)
+    - don't show pending dialog when nothing is selected (ubuntu #13507)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 15 Aug 2005 11:13:44 +0200
+
+gnome-app-install (0+20050810) breezy; urgency=low
+
+  * mime-type search added
+  * added missing icons
+  * undid the split into pkg, pkg-data (pointless for a arch: all pkg)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 11 Aug 2005 15:32:47 +0200
+
+gnome-app-install (0+20050809) breezy; urgency=low
+
+  * make it a native package 
+  * update contains a reworked gui
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue,  9 Aug 2005 12:52:25 +0200
+
+gnome-app-install (0+20050404a-5) breezy; urgency=low
+
+  * fix a FTBFS (for real this time)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 26 Jul 2005 21:04:36 +0200
+
+gnome-app-install (0+20050404a-4) breezy; urgency=low
+
+  * fix a FTBFS
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Tue, 26 Jul 2005 19:45:37 +0200
+
+gnome-app-install (0+20050404a-3) breezy; urgency=low
+
+  * updated to the new pyXDG
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 16 Jun 2005 09:36:51 +0200
+
+gnome-app-install (0+20050404a-2) breezy; urgency=low
+
+  * po/POTFILES.in: Remove nonexisting file data/gnome-app-install.desktop.in.
+  * debian/rules: Automatically create a POT file.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Fri, 10 Jun 2005 12:46:51 +0000
+
+gnome-app-install (0+20050404a-1) hoary; urgency=low
+
+  * Freshen .desktop files
+
+ -- LaMont Jones <lamont at ubuntu.com>  Wed,  6 Apr 2005 00:50:49 -0600
+
+gnome-app-install (0+20050404-1) hoary; urgency=low
+
+  * New snapshot, i18n updates only (fr.po, pl.po)
+  * Re-Init the depcache after the PinFile was read (one-line change)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon,  4 Apr 2005 11:19:49 +0200
+
+gnome-app-install (0+20050331-1) hoary; urgency=low
+  
+  * new snapshot, i18n update only (da.po) and removed a debug statement
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Thu, 31 Mar 2005 11:53:33 +0200
+
+gnome-app-install (0+20050321-1) hoary; urgency=low
+
+  * new snapshot, minimal fixes only:
+    - #7892: duplicated entries
+    - #6858: exception after removing some program
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 21 Mar 2005 10:56:52 +0100
+
+gnome-app-install (0+20050317-1) hoary; urgency=low
+  
+  * New snapshot, i18n updates, embedd synaptic
+  * use the depcache and ignore non-installable packages (#7340) 
+  * fix when packages are not found in the cache (#7595)
+  * don't crash on unsupported locale (#7643)
+
+ -- Michael Vogt <michael.vogt at ubuntu.com>  Mon, 14 Mar 2005 14:52:41 +0100
+
+gnome-app-install (0+20050217-1) hoary; urgency=low
+
+  * New upstream release
+    - Depend on python-glade2 (closes: #5800)
+    - Hide the Synaptic main window (closes: #5995)
+
+ -- Ross Burton <ross at debian.org>  Thu, 17 Feb 2005 15:20:46 +0000
+
+gnome-app-install (0+20041111-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ross Burton <ross at debian.org>  Wed, 10 Nov 2004 14:09:00 +0000

Modified: packages/unstable/gnome-app-install/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/rules?rev=13320&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/rules (original)
+++ packages/unstable/gnome-app-install/debian/rules Tue Oct 30 17:10:36 2007
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
-DEB_AUTO_CLEANUP_RCS := yes
-DEB_PYTHON_SYSTEM    := pycentral
+DEB_AUTO_CLEANUP_RCS       := yes
+DEB_PYTHON_SYSTEM          := pycentral
+DEB_INSTALL_CHANGELOGS_ALL := debian/changelog.ubuntu
 
 # Include CDBS Stuff
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the pkg-gnome-commits mailing list