Changelog
gnome-app-install (0.5.60.1) unstable; urgency=low
* Do not raise an error if the translation can not be found.
gnome-app-install (0.5.60) unstable; urgency=low
* New release to be shared by Debian and Ubuntu (Closes: #537235).
* AppInstall/widgets/AppDescView.py:
- Add a button to fetch a screenshot (like synaptic)
- Use UTF-8 bullets.
- Use a new description formatter which should produce better results.
* Rename AppInstall/AppInstall.py to AppInstall/AppInstallApp.py to
not cause confusion between the package and the module.
* Use gettext.install() to install _() into the builtin namespace, this is
much faster than using gettext.gettext each time.
* AppInstall/SimpleGtkbuilderApp.py:
- Call set_translation_domain() so translations work correctly.
* AppInstall/distros/__init__.py:
- Detect the currently running System via lsb_release.
* AppInstall/distros/Debian.py:
- Rework to only support main and treat all other components as
unsupported.
* AppInstall/Menu.py:
- Only call self.itemIsInstalled() if we have a cache.
* debian/control:
- Drop dependency on python-launchpad-integration, it's not used.
- Set maintainer to <email address hidden>
- Fix typo in description (s/gstreamer/GStreamer and s/mime/MIME)
* debian/copyright:
- Update to DEP-5 draft format.
* debian/postinst:
- Call update-app-install without a path.
* debian/rules:
- Install the modules into /usr/share/gnome-app-install.
- Use debhelper 7 instead of CDBS.
* po/POTFILES.in:
- Treat gnome-app-install.ui as gettext/glade, so strings are picked up
again.
* po: Merge translations from Launchpad.
* Remove the progress label from data/gnome-app-install.ui and move it into
the distribution classes.
* data/*.desktop.in:
- Change name to "Add/Remove Applications" and System;Settings to the
categories.
- Remove the deprecated Encoding key.
-- Julian Andres Klode <email address hidden> Mon, 24 Aug 2009 13:22:56 +0100