summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-02-20 17:33:24 +0100
committerGitHub <noreply@github.com>2023-02-20 16:33:24 +0000
commitbb374f43201d579b4a5afb5a8bbc99b5699a12ee (patch)
treef05c326d058e751ccd02335bcbf5b5286acde3e4
parentUpdate database_maintenance_tools.md (#15083) (diff)
downloadsynapse-bb374f43201d579b4a5afb5a8bbc99b5699a12ee.tar.xz
Add `matrix-org-archive-keyring` package as `Recommends` (#15110)
This is so installations will pull in the keyring package, allowing us
to update the expiry time of the `packages.matrix.org` repository.
-rw-r--r--debian/changelog6
-rw-r--r--debian/control1
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ea651438f1..71e8bc0d6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.77.0ubuntu1) UNRELEASED; urgency=medium
+
+  * Add `matrix-org-archive-keyring` package as recommended.
+
+ -- Synapse Packaging team <packages@matrix.org>  Mon, 20 Feb 2023 15:41:41 +0000
+
 matrix-synapse-py3 (1.77.0) stable; urgency=medium
 
   * New Synapse release 1.77.0.
diff --git a/debian/control b/debian/control
index bc628cec08..2ff55db5de 100644
--- a/debian/control
+++ b/debian/control
@@ -37,6 +37,7 @@ Depends:
 # so we put perl:Depends in Suggests rather than Depends.
 Recommends:
  ${shlibs1:Recommends},
+ matrix-org-archive-keyring,
 Suggests:
  sqlite3,
  ${perl:Depends},