summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2021-10-17 11:54:12 +0100
committerSimon McVittie <smcv@debian.org>2021-10-17 11:54:12 +0100
commitb76a3a6412f2315f03cbc5ec26f819b9a744e1c9 (patch)
tree10888e0e5cb4e3e08a030a61975a293805b0893d
parentdc7ac53316af3c259e9710e2a14c1610c7fb8e86 (diff)
Declare compatibility with GNOME Shell 41
Closes: #996047
-rw-r--r--debian/control2
-rw-r--r--debian/patches/Declare-compatibility-with-GNOME-Shell-41.patch28
-rw-r--r--debian/patches/series1
3 files changed, 30 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 2a2ec98..37cb370 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Package: gnome-shell-extension-bluetooth-quick-connect
Architecture: all
Depends:
bluez,
- gnome-shell (<< 41~),
+ gnome-shell (<< 42~),
gnome-shell (>= 40~),
${misc:Depends},
Recommends:
diff --git a/debian/patches/Declare-compatibility-with-GNOME-Shell-41.patch b/debian/patches/Declare-compatibility-with-GNOME-Shell-41.patch
new file mode 100644
index 0000000..bc9a9d3
--- /dev/null
+++ b/debian/patches/Declare-compatibility-with-GNOME-Shell-41.patch
@@ -0,0 +1,28 @@
+From: Simon McVittie <smcv@debian.org>
+Date: Sat, 16 Oct 2021 23:05:47 +0100
+Subject: Declare compatibility with GNOME Shell 41
+
+Version 23 on
+https://extensions.gnome.org/extension/1401/bluetooth-quick-connect/
+seems to have received this change already.
+
+Signed-off-by: Simon McVittie <smcv@debian.org>
+Forwarded: https://github.com/bjarosze/gnome-bluetooth-quick-connect/pull/43
+Bug-Debian: https://bugs.debian.org/996047
+---
+ metadata.json | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/metadata.json b/metadata.json
+index feef4f2..68effed 100644
+--- a/metadata.json
++++ b/metadata.json
+@@ -6,6 +6,7 @@
+ "settings-schema": "org.gnome.shell.extensions.bluetooth-quick-connect",
+ "gettext-domain": "bluetooth-quick-connect",
+ "shell-version": [
+- "40"
++ "40",
++ "41"
+ ]
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d6b86dc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Declare-compatibility-with-GNOME-Shell-41.patch