diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-10-27 18:06:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 17:06:32 +0100 |
commit | 576921c66a35fa1023f7e9baf97b6304ff463549 (patch) | |
tree | 7572b45e1d7aacee7edc0f1cee978548a15a4cb7 /debian/changelog | |
parent | Fix URL preview errors when previewing XML documents. (#11196) (diff) | |
download | synapse-576921c66a35fa1023f7e9baf97b6304ff463549.tar.xz |
Force deb compression with `xz`. (#11197)
Fixes a problem where `impish` packages could not be processed by `reprepro`.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ea96676f74..c2ea5d2cfb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.46.0~rc1ubuntu1) UNRELEASED; urgency=medium + + * Compress debs with xz, to fix incompatibility of impish debs with reprepro. + + -- Richard van der Hoff <richard@matrix.org> Wed, 27 Oct 2021 15:32:51 +0100 + matrix-synapse-py3 (1.46.0~rc1) stable; urgency=medium * New synapse release 1.46.0~rc1. |