r53940 - in /desktop/unstable/gnome-software/debian: changelog gnome-software-common.install source_gnome-software.py
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Fri Sep 15 00:29:02 UTC 2017
Author: jbicha
Date: Fri Sep 15 00:29:02 2017
New Revision: 53940
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53940
Log:
Add apport hook to report which gnome-software plugins are installed
Added:
desktop/unstable/gnome-software/debian/source_gnome-software.py
Modified:
desktop/unstable/gnome-software/debian/changelog
desktop/unstable/gnome-software/debian/gnome-software-common.install
Modified: desktop/unstable/gnome-software/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/changelog?rev=53940&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-software/debian/changelog [utf-8] Fri Sep 15 00:29:02 2017
@@ -5,6 +5,7 @@
[ Jeremy Bicha ]
* New upstream release
+ * Add apport hook to report which gnome-software plugins are installed
* debian/rules
- Add workaround for Ubuntu translations issue
Modified: desktop/unstable/gnome-software/debian/gnome-software-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/gnome-software-common.install?rev=53940&op=diff
==============================================================================
--- desktop/unstable/gnome-software/debian/gnome-software-common.install [utf-8] (original)
+++ desktop/unstable/gnome-software/debian/gnome-software-common.install [utf-8] Fri Sep 15 00:29:02 2017
@@ -2,3 +2,4 @@
usr/share/gnome-software/
usr/share/icons/
usr/share/locale/
+debian/source_gnome-software.py /usr/share/apport/package-hooks
Added: desktop/unstable/gnome-software/debian/source_gnome-software.py
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-software/debian/source_gnome-software.py?rev=53940&op=file
==============================================================================
--- desktop/unstable/gnome-software/debian/source_gnome-software.py (added)
+++ desktop/unstable/gnome-software/debian/source_gnome-software.py [utf-8] Fri Sep 15 00:29:02 2017
@@ -0,0 +1,7 @@
+import apport.packaging
+
+def add_info(report, ui):
+ report["InstalledPlugins"] = apport.hookutils.package_versions(
+ 'gnome-software-plugin-flatpak',
+ 'gnome-software-plugin-limba',
+ 'gnome-software-plugin-snap')
More information about the pkg-gnome-commits
mailing list