From d9f1c2becb988001b6aa0e43203df171d774f363 Mon Sep 17 00:00:00 2001 From: Chris H Date: Tue, 11 Apr 2023 14:05:00 +0200 Subject: [PATCH] recursor: restore explicit gzip compression for Ubuntu reprepro for builder.powerdns.com cannot handle xz compression yet, but newer Debian and Ubuntu dh_builddeb turn it on by default. Was accidentally removed in #10072. --- builder-support/debian/recursor/debian-buster/rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/builder-support/debian/recursor/debian-buster/rules b/builder-support/debian/recursor/debian-buster/rules index f8340c4339..bcfd5f65a1 100755 --- a/builder-support/debian/recursor/debian-buster/rules +++ b/builder-support/debian/recursor/debian-buster/rules @@ -58,3 +58,9 @@ endif override_dh_gencontrol: dh_gencontrol -- $(SUBSTVARS) + +# Explicitly set a compression method, as Debian and Ubuntu defaults vary widely, +# and xz support is not available in all tools yet. Removing this override can +# make reprepro fail. +override_dh_builddeb: + dh_builddeb -- -Zgzip -- 2.47.2