From 58c1320219605d524d7be8ddb13644673a539d93 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 12 Feb 2015 16:08:17 -0800 Subject: [PATCH] make build reproducible by adding -n option to explicit gzip call in rules --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4c9b660..da3d59e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gcpegg (5.1-14) UNRELEASED; urgency=low + + * patch debian/rules to make build reproducible, closes: #777416 + + -- Bdale Garbee Thu, 12 Feb 2015 16:07:59 -0800 + gcpegg (5.1-13) unstable; urgency=low * merge 64-bit fixes from Fernando Lucas Rodriguez , diff --git a/debian/rules b/debian/rules index 26e7fa5..79add4b 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ install-stamp: build-stamp debian/gcpegg/etc/eggrc /usr/bin/install -o root -g root -m 0644 debian/gcpegg.1 \ debian/gcpegg/usr/share/man/man1/gcpegg.1 - gzip -9 debian/gcpegg/usr/share/man/man1/gcpegg.1 + gzip -9n debian/gcpegg/usr/share/man/man1/gcpegg.1 ( cd debian/gcpegg/usr/share/man/man1 ; \ ln gcpegg.1.gz gcpbasket.1.gz ;\ ln gcpegg.1.gz eggsh.1.gz ;\ -- 2.30.2