summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--debian/control4
-rw-r--r--debian/patches/metadata-Declare-compatibility-with-GNOME-Shell-3.34-3.36.patch24
-rw-r--r--debian/patches/series1
-rw-r--r--debian/upstream/metadata4
-rw-r--r--metadata.json4
6 files changed, 44 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index cd84a10..335952e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+gnome-shell-extension-bluetooth-quick-connect (10-3) unstable; urgency=medium
+
+ * Bump maximum GNOME Shell version to 3.36
+ * Declare GNOME Shell 3.34, 3.36 compatibility in metadata
+ * Standards-Version: 4.5.0 (no changes required)
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+
+ -- Simon McVittie <smcv@debian.org> Tue, 24 Mar 2020 20:06:38 +0000
+
gnome-shell-extension-bluetooth-quick-connect (10-2) unstable; urgency=medium
* Expand supported version range to include GNOME Shell 3.34
diff --git a/debian/control b/debian/control
index 3700074..164f315 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
debhelper-compat (= 12),
gettext,
libglib2.0-bin,
-Standards-Version: 4.4.0
+Standards-Version: 4.5.0
Homepage: https://github.com/bjarosze/gnome-bluetooth-quick-connect
Vcs-Git: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-bluetooth-quick-connect.git
Vcs-Browser: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-bluetooth-quick-connect
@@ -16,7 +16,7 @@ Rules-Requires-Root: no
Package: gnome-shell-extension-bluetooth-quick-connect
Architecture: all
Depends:
- gnome-shell (<< 3.35),
+ gnome-shell (<< 3.37),
gnome-shell (>= 3.28),
${misc:Depends},
Recommends:
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
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..53ad048
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+Bug-Database: https://github.com/bjarosze/gnome-bluetooth-quick-connect/issues
+Bug-Submit: https://github.com/bjarosze/gnome-bluetooth-quick-connect/issues/new
+Repository: https://github.com/bjarosze/gnome-bluetooth-quick-connect.git
+Repository-Browse: https://github.com/bjarosze/gnome-bluetooth-quick-connect
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"
]
}