summary refs log tree commit diff
path: root/debian/rules
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-11-02 10:04:06 +0000
committerErik Johnston <erik@matrix.org>2021-11-02 10:04:06 +0000
commit459d2ae1579dbfe3ceea94e3839d22f3b285ecbb (patch)
tree9322693c9e5896b787f2e29d7617af2f2793ceaf /debian/rules
parentDon't seqscan event_json due to relates_to_id (diff)
parentForce deb compression with `xz`. (#11197) (diff)
downloadsynapse-459d2ae1579dbfe3ceea94e3839d22f3b285ecbb.tar.xz
Merge remote-tracking branch 'origin/release-v1.46' into matrix-org-hotfixes
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules

index b9d490adc9..5baf2475f0 100755 --- a/debian/rules +++ b/debian/rules
@@ -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