projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10111cb
)
debian/rules: Add a -n to a gzip rune to improve reproducibility
author
Ian Jackson
<ian.jackson@citrix.com>
Fri, 12 Oct 2018 15:54:50 +0000
(16:54 +0100)
committer
Hans 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
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index f68f8150a546c33782ccd22507958e9a7afe18ac..e1a07a9ccdc5ea07664d66519457d84e5706979a 100755
(executable)
--- 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 -9v
n
# By default, files in debian/tmp which are not handled by anything
# in rules are ignored. This makes them into errors.