debian/rules: Add a -n to a gzip rune to improve reproducibility
authorIan Jackson <ian.jackson@citrix.com>
Fri, 12 Oct 2018 15:54:50 +0000 (16:54 +0100)
committerHans van Kranenburg <hans@knorrie.org>
Wed, 2 Jan 2019 19:59:36 +0000 (20:59 +0100)
There's still a lot of unreproducibility here, but this at least is an
easy fix.

Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
debian/rules

index f68f8150a546c33782ccd22507958e9a7afe18ac..e1a07a9ccdc5ea07664d66519457d84e5706979a 100755 (executable)
@@ -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.