mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-13 09:05:30 -04:00
Force deb compression with xz
. (#11197)
Fixes a problem where `impish` packages could not be processed by `reprepro`.
This commit is contained in:
parent
b3e843be88
commit
576921c66a
2 changed files with 12 additions and 0 deletions
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue