summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/pydist-overrides2
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2ac1ed9b..a6753605 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+matrix-synapse (0.19.2+dfsg-4) unstable; urgency=medium
+
+ * Add bcrypt and pymacaroons to pydist-overrides so that the runtime
+ dependencies are picked up automatically.
+
+ -- Andrew Shadura <andrewsh@debian.org> Fri, 10 Mar 2017 12:04:52 +0100
+
matrix-synapse (0.19.2+dfsg-3) unstable; urgency=medium
* Add missing copyrights for jwt.py and saml2.py
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
index e2e34b7d..10db43a2 100644
--- a/debian/pydist-overrides
+++ b/debian/pydist-overrides
@@ -3,3 +3,5 @@ jinja2
bleach
ldap3
matrix-synapse-ldap3
+py_bcrypt python-bcrypt
+pymacaroons_pynacl python-pymacaroons