Debian package: compress with -z8 only

-z9 has the problem that the compressor often runs out of memory due
to a bug (e.g. on Ubuntu Zesty).
This commit is contained in:
Moritz Bunkus 2017-10-14 20:14:48 +02:00
parent 8f500f1881
commit ba3d3ffbb4

View File

@ -70,4 +70,4 @@ override_dh_installchangelogs:
dh_installchangelogs NEWS.md
override_dh_builddeb:
dh_builddeb -- -Zxz -z9
dh_builddeb -- -Zxz -z8