summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2018-08-14 10:53:12 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-08-14 10:53:12 +0200
commit54cb5c6669fe1628b93c1b7bb37657b8fa995f8c (patch)
treeea62b2158ca63076b8a5ee8612daee1837c261d4
parent4294f58b87ae6057397d868e2e0638f517ee681b (diff)
Temporarily remove Recommends for HTTP/2 packages due to regressionsdebian/0.33.2+dfsg-3
-rw-r--r--debian/changelog6
-rw-r--r--debian/control6
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index b8a9f53e..d6936c40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse (0.33.2+dfsg-3) unstable; urgency=medium
+
+ * Remove Recommends for HTTP/2 packages, they break some functionality.
+
+ -- Andrej Shadura <andrewsh@debian.org> Tue, 14 Aug 2018 07:48:14 +0200
+
matrix-synapse (0.33.2+dfsg-2) unstable; urgency=medium
* Recommend python-priority and python-h2 for HTTP/2 support.
diff --git a/debian/control b/debian/control
index 0a59c49c..2a6baf10 100644
--- a/debian/control
+++ b/debian/control
@@ -62,9 +62,9 @@ Depends:
Suggests:
python-bleach (>= 1.4.2),
python-jinja2 (>= 2.8)
-Recommends:
- python-priority,
- python-h2 (>= 3.0.0)
+# Recommends:
+# python-priority,
+# python-h2 (>= 3.0.0)
Description: Matrix reference homeserver
Synapse is the reference Python/Twisted Matrix homeserver implementation.
.