Package: gnome-shell-extension-suspend-button
Version: 0~git20150615-1
Severity: normal
Tags: upstream patch
Dear Maintainer,
gnome-shell 3.18 recently arrived in sid, and breaks gnome-shell-extension-
suspend-button. It can be trivially patched to work under 3.18 (patches
attached), and works as expected under 3.18 when patched and rebuilt. (The
patch is essentially the same patch that was applied upstream for 3.16, with
3.18 added to the appropriate places.)
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -ur gnome-shell-extension-suspend-button-0~git20150615/metadata.json gnome-shell-extension-suspend-button-0~git20150615-new/metadata.json
--- gnome-shell-extension-suspend-button-0~git20150615/metadata.json 2015-04-11 14:25:44.000000000 -0400
+++ gnome-shell-extension-suspend-button-0~git20150615-new/metadata.json 2015-10-12 18:16:32.610325610 -0400
@@ -6,7 +6,8 @@
"3.10",
"3.12",
"3.14",
- "3.16"
+ "3.16",
+ "3.18"
],
"url": "https://github.com/laserb/gnome-shell-extension-suspend-button",
"uuid": "suspend-button@laserb",
diff -ur gnome-shell-extension-suspend-button-0~git20150615/README.md gnome-shell-extension-suspend-button-0~git20150615-new/README.md
--- gnome-shell-extension-suspend-button-0~git20150615/README.md 2015-04-11 14:25:44.000000000 -0400
+++ gnome-shell-extension-suspend-button-0~git20150615-new/README.md 2015-10-12 18:16:23.458280227 -0400
@@ -1,4 +1,4 @@
gnome-shell-extension-suspend-button
====================================
-GNOME Shell Extension Suspend-Button for GNOME 3.10 / 3.12 / 3.14 / 3.16
+GNOME Shell Extension Suspend-Button for GNOME 3.10 / 3.12 / 3.14 / 3.16 / 3.18
diff -ur gnome-shell-extension-suspend-button-0~git20150615/debian/control gnome-shell-extension-suspend-button-0~git20150615-new/debian/control
--- gnome-shell-extension-suspend-button-0~git20150615/debian/control 2015-06-16 03:20:55.000000000 -0400
+++ gnome-shell-extension-suspend-button-0~git20150615-new/debian/control 2015-10-12 18:14:12.945633050 -0400
@@ -10,7 +10,7 @@
Package: gnome-shell-extension-suspend-button
Architecture: all
-Depends: gnome-shell (<< 3.17), gnome-shell (>= 3.10), ${misc:Depends}
+Depends: gnome-shell (<< 3.19), gnome-shell (>= 3.10), ${misc:Depends}
Recommends: gnome-tweak-tool
Description: Gnome-shell extension to modify the suspend/shutdown buttons
This Gnome-shell extension allows you to control the suspend/shutdown buttons