From fc9eb5bc86786b2d8055ba2bffee52c2a50feade Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 12 Oct 2018 16:54:50 +0100 Subject: [PATCH] debian/rules: Add a -n to a gzip rune to improve reproducibility There's still a lot of unreproducibility here, but this at least is an easy fix. Signed-off-by: Ian Jackson --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f68f8150a5..e1a07a9ccd 100755 --- a/debian/rules +++ b/debian/rules @@ -273,7 +273,7 @@ override_dh_compress: : dh_compress find debian/xen-hypervisor-*/usr/lib/debug -type f -print0 \ - | xargs -0r gzip -9v + | xargs -0r gzip -9vn # By default, files in debian/tmp which are not handled by anything # in rules are ignored. This makes them into errors. -- 2.30.2