diff options
Diffstat (limited to '')
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/source_gnome-software.py | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source_gnome-software.py b/debian/source_gnome-software.py new file mode 100644 index 0000000..153d73b --- /dev/null +++ b/debian/source_gnome-software.py @@ -0,0 +1,6 @@ +import apport.packaging + +def add_info(report, ui): + report["InstalledPlugins"] = apport.hookutils.package_versions( + 'gnome-software-plugin-flatpak', + 'gnome-software-plugin-snap') |