summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/control9
2 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index abb83cd5..c3d2c3ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+matrix-synapse (0.33.3-2) unstable; urgency=medium
+
+ [ Richard van der Hoff ]
+ * We now require python-twisted 17.1.0 or later.
+ * Add recommendations for python-psycopg2 and python-lxml.
+
+ -- Andrej Shadura <andrewsh@debian.org> Wed, 05 Sep 2018 17:57:16 +0200
+
matrix-synapse (0.33.3-1) unstable; urgency=medium
* New upstream version.
diff --git a/debian/control b/debian/control
index 2a6baf10..702878e3 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Build-Depends:
python-sortedcontainers,
python-six,
python-signedjson (>= 1.0.0),
- python-twisted (>= 16.0.0),
+ python-twisted (>= 17.1.0),
python-unpaddedbase64 (>= 1.0.1),
python-yaml
Standards-Version: 3.9.8
@@ -50,9 +50,8 @@ Depends:
debconf,
libjs-jquery,
lsb-base (>= 3.0-6),
- python-attr,
python-canonicaljson (>=1.1.3),
- python-twisted (>= 16.0.0),
+ python-twisted (>= 17.1.0),
python-nacl (>= 1.2.1),
python-pymacaroons,
python-pysaml2 (>= 4.0.0),
@@ -62,7 +61,9 @@ Depends:
Suggests:
python-bleach (>= 1.4.2),
python-jinja2 (>= 2.8)
-# Recommends:
+Recommends:
+ python-psycopg2,
+ python-lxml,
# python-priority,
# python-h2 (>= 3.0.0)
Description: Matrix reference homeserver