And the 0002 patch didn't work either. Apparently alternate Enhances don't work. Here's an updated version.
Thanks, Jeremy Bicha
From 836d758f197d07f7cde10a024a1df66668a8d23b Mon Sep 17 00:00:00 2001 From: Jeremy Bicha <[email protected]> Date: Sun, 15 Jan 2017 08:05:28 -0500 Subject: [PATCH 2/2] Update description and more now that Firefox is supported --- debian/README.Debian | 6 +++++- debian/control | 9 +++++---- debian/control.in | 7 ++++--- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 289fe6b..4550877 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -2,4 +2,8 @@ This package provides the connector, which connects GNOME Shell Extensions to the web. . Currently, to get it fully working, you need to also install the -Chromium browser extension from the Web Store +browser extension from the Web Store +. +https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep +. +https://addons.mozilla.org/firefox/addon/gnome-shell-integration/ diff --git a/debian/control b/debian/control index 0d334e3..802d27e 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers <[email protected]> Uploaders: Ritesh Raj Sarraf <[email protected]>, -Build-Depends: debhelper (>= 9.0.0), cmake, python3, gnome-pkg-tools +Build-Depends: debhelper (>= 9.0.0), cmake, python3, gnome-pkg-tools, jq Standards-Version: 3.9.8 Homepage: https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/chrome-gnome-shell.git @@ -16,10 +16,11 @@ Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/chrome-gnome-shell.git Package: chrome-gnome-shell Architecture: all Depends: ${misc:Depends}, gnome-shell, python3, python3-gi, python3-requests -Suggests: chromium -Description: GNOME Shell integration for Chromium browser +Suggests: chromium | chromium-browser, firefox +Enhances: chromium, chromium-browser, firefox +Description: GNOME Shell extensions integration for web browsers Provides integration with GNOME Shell extensions repository for - Chromium (and other derivaties) browser + Chromium (and derivatives) and Firefox . This package provides the connector that talks with the browser extension diff --git a/debian/control.in b/debian/control.in index 49ea182..fab821d 100644 --- a/debian/control.in +++ b/debian/control.in @@ -12,10 +12,11 @@ Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/chrome-gnome-shell.git Package: chrome-gnome-shell Architecture: all Depends: ${misc:Depends}, gnome-shell, python3, python3-gi, python3-requests -Suggests: chromium -Description: GNOME Shell integration for Chromium browser +Suggests: chromium | chromium-browser, firefox +Enhances: chromium, chromium-browser, firefox +Description: GNOME Shell extensions integration for web browsers Provides integration with GNOME Shell extensions repository for - Chromium (and other derivaties) browser + Chromium (and derivatives) and Firefox . This package provides the connector that talks with the browser extension -- 2.10.2

