--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package chrome-gnome-shell
The changes (debdiff attached) are minor package description changes and
some informative changes in README.Debian. These are good to have for
Stretch
There are no code changes.
unblock chrome-gnome-shell/8-4
-- System Information:
Debian Release: 9.0
APT prefers unstable-debug
APT policy: (990, 'unstable-debug'), (990, 'testing-debug'), (990, 'unstable'), (990, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.10.4+ (SMP w/4 CPU cores)
Locale: LANG=en_IN.UTF-8, LC_CTYPE=en_IN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru chrome-gnome-shell-8/debian/changelog chrome-gnome-shell-8/debian/changelog
--- chrome-gnome-shell-8/debian/changelog 2017-01-24 22:46:42.000000000 +0530
+++ chrome-gnome-shell-8/debian/changelog 2017-03-21 23:18:29.000000000 +0530
@@ -1,3 +1,11 @@
+chrome-gnome-shell (8-4) unstable; urgency=medium
+
+ * Update description and add pointers to browser extension.
+ Thanks to Jeremy Bicha (Closes: #851479)
+ * Fix typo in spelling. Thanks Michael Biebl
+
+ -- Ritesh Raj Sarraf <rrs@debian.org> Tue, 21 Mar 2017 23:18:29 +0530
+
chrome-gnome-shell (8-3) unstable; urgency=medium
* [0f30fa7] Cherry pick fixes from upstream, fixing crashes and
diff -Nru chrome-gnome-shell-8/debian/control chrome-gnome-shell-8/debian/control
--- chrome-gnome-shell-8/debian/control 2017-01-24 22:46:42.000000000 +0530
+++ chrome-gnome-shell-8/debian/control 2017-03-21 23:18:29.000000000 +0530
@@ -16,10 +16,11 @@
Package: chrome-gnome-shell
Architecture: all
Depends: ${misc:Depends}, gnome-shell, python (>= 2.7), python-gi, python-requests (>= 2.0)
-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 -Nru chrome-gnome-shell-8/debian/control.in chrome-gnome-shell-8/debian/control.in
--- chrome-gnome-shell-8/debian/control.in 2017-01-11 13:43:45.000000000 +0530
+++ chrome-gnome-shell-8/debian/control.in 2017-03-21 14:36:47.000000000 +0530
@@ -12,10 +12,11 @@
Package: chrome-gnome-shell
Architecture: all
Depends: ${misc:Depends}, gnome-shell, python (>= 2.7), python-gi, python-requests (>= 2.0)
-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 -Nru chrome-gnome-shell-8/debian/README.Debian chrome-gnome-shell-8/debian/README.Debian
--- chrome-gnome-shell-8/debian/README.Debian 2016-10-01 16:02:08.000000000 +0530
+++ chrome-gnome-shell-8/debian/README.Debian 2017-01-25 23:45:37.000000000 +0530
@@ -2,4 +2,8 @@
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/
--- End Message ---