From: Bdale Garbee Date: Mon, 14 Mar 2016 20:42:18 +0000 (-0600) Subject: merge patch in support of reproducible builds X-Git-Tag: debian/1.6-5~1 X-Git-Url: https://git.gag.com/?p=debian%2Fgzip;a=commitdiff_plain;h=007e2027ba15d7e77477b7eac974a257be59f0b2 merge patch in support of reproducible builds --- diff --git a/debian/changelog b/debian/changelog index 259f44f..df45964 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gzip (1.6-5) unstable; urgency=low + + * stop including date in manual to enable reproducible builds, + closes: #794011 + + -- Bdale Garbee Mon, 14 Mar 2016 14:41:45 -0600 + gzip (1.6-4) unstable; urgency=low * fix typo in man page, closes: #738546 diff --git a/debian/patches/gzip_reproducible_build.diff b/debian/patches/gzip_reproducible_build.diff new file mode 100644 index 0000000..a617dcf --- /dev/null +++ b/debian/patches/gzip_reproducible_build.diff @@ -0,0 +1,12 @@ +--- gzip-1.6.old/doc/gzip.texi 2015-07-29 17:51:14.503268845 +0000 ++++ gzip-1.6/doc/gzip.texi 2015-07-29 18:57:44.000000000 +0000 +@@ -7,8 +7,7 @@ + @setchapternewpage odd + @c %**end of header + @copying +-This manual is for GNU Gzip +-(version @value{VERSION}, @value{UPDATED}), ++This manual is for GNU Gzip (version @value{VERSION}), + and documents commands for compressing and decompressing data. + + Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2013 Free Software diff --git a/debian/patches/series b/debian/patches/series index 54a94b3..39fb536 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ sigpipe.diff zgrep-man-diff gnulib-mingw-w64.diff man-page-typo.diff +gzip_reproducible_build.diff diff --git a/doc/gzip.texi b/doc/gzip.texi index cf0ec6c..5bec221 100644 --- a/doc/gzip.texi +++ b/doc/gzip.texi @@ -7,8 +7,7 @@ @setchapternewpage odd @c %**end of header @copying -This manual is for GNU Gzip -(version @value{VERSION}, @value{UPDATED}), +This manual is for GNU Gzip (version @value{VERSION}), and documents commands for compressing and decompressing data. Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2013 Free Software