Skip to content
Snippets Groups Projects
Unverified Commit 576921c6 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Force deb compression with `xz`. (#11197)

Fixes a problem where `impish` packages could not be processed by `reprepro`.
parent b3e843be
No related branches found
No related tags found
No related merge requests found
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.
......
......@@ -51,5 +51,11 @@ override_dh_shlibdeps:
override_dh_virtualenv:
./debian/build_virtualenv
override_dh_builddeb:
# force the compression to xzip, to stop dpkg-deb on impish defaulting to zstd
# (which requires reprepro 5.3.0-1.3, which is currently only in 'experimental' in Debian:
# https://metadata.ftp-master.debian.org/changelogs/main/r/reprepro/reprepro_5.3.0-1.3_changelog)
dh_builddeb -- -Zxz
%:
dh $@ --with python-virtualenv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment