From ba3d3ffbb4f0813144b5bc38643733c7aebf97e4 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 14 Oct 2017 20:14:48 +0200 Subject: [PATCH] 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). --- debian-upstream/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-upstream/rules b/debian-upstream/rules index 8b4bc8ec7..eda7fed01 100755 --- a/debian-upstream/rules +++ b/debian-upstream/rules @@ -70,4 +70,4 @@ override_dh_installchangelogs: dh_installchangelogs NEWS.md override_dh_builddeb: - dh_builddeb -- -Zxz -z9 + dh_builddeb -- -Zxz -z8