summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2020-03-24 13:10:21 +0000
committerSimon McVittie <smcv@debian.org>2020-03-24 13:10:21 +0000
commit986c2729a5bdbf999ccebeedc9324befb8aaeefe (patch)
treed1ded54e2a9da0d89875d30ea38882ba8971a6d8
parent5492ecccb2d359269ef22bf6d78b74f8b14cb907 (diff)
Declare GNOME Shell 3.34, 3.36 compatibility in metadata
-rw-r--r--debian/patches/metadata-Declare-compatibility-with-GNOME-Shell-3.34-3.36.patch24
-rw-r--r--debian/patches/series1
2 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/metadata-Declare-compatibility-with-GNOME-Shell-3.34-3.36.patch b/debian/patches/metadata-Declare-compatibility-with-GNOME-Shell-3.34-3.36.patch
new file mode 100644
index 0000000..73dfb4a
--- /dev/null
+++ b/debian/patches/metadata-Declare-compatibility-with-GNOME-Shell-3.34-3.36.patch
@@ -0,0 +1,24 @@
+From: Simon McVittie <smcv@debian.org>
+Date: Tue, 24 Mar 2020 13:10:00 +0000
+Subject: metadata: Declare compatibility with GNOME Shell 3.34, 3.36
+
+Signed-off-by: Simon McVittie <smcv@debian.org>
+Bug: https://github.com/bjarosze/gnome-bluetooth-quick-connect/issues/15
+---
+ metadata.json | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/metadata.json b/metadata.json
+index dea519a..1f56b90 100644
+--- a/metadata.json
++++ b/metadata.json
+@@ -9,6 +9,8 @@
+ "3.26.2",
+ "3.28",
+ "3.30",
+- "3.32"
++ "3.32",
++ "3.34",
++ "3.36"
+ ]
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5cadb1d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+metadata-Declare-compatibility-with-GNOME-Shell-3.34-3.36.patch