From: Ian Jackson Date: Sun, 22 Jan 2017 11:59:14 +0000 (+0000) Subject: Add -n to gzip -9 rune, to help reproducibility. Closes:#777727. X-Git-Tag: debian/2.1.2~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=authbind.git;a=commitdiff_plain;h=1ed937e6dbebc9cbcfde941a5486d903f45e5e3a;ds=sidebyside Add -n to gzip -9 rune, to help reproducibility. Closes:#777727. --- diff --git a/debian/changelog b/debian/changelog index 57e2e09..e1a7cc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ authbind (2.1.2) unstable; urgency=low they don't manipulate SIGCHLD on other threads, which is probably true.) Patch from Marco d'Itri, slightly modified. Closes:#765587. * Fix one-letter typo in previous changelog entry. + * Add -n to gzip -9 rune, to help reproducibility. Closes:#777727. -- diff --git a/debian/rules b/debian/rules index c9091ed..c0c4482 100755 --- a/debian/rules +++ b/debian/rules @@ -85,7 +85,7 @@ binary-arch: checkroot build $(MAKE) prefix=debian/tmp/usr etc_dir=debian/tmp/etc/authbind \ man_dir=debian/tmp/usr/share/man install install_man $(INSTALL_FILE) debian/changelog $(udp)/changelog - gzip -9 debian/tmp/usr/share/man/man*/* $(udp)/* + gzip -9n debian/tmp/usr/share/man/man*/* $(udp)/* $(INSTALL_FILE) debian/copyright $(udp)/. $(INSTALL_SCRIPT) debian/{postrm,prerm,postinst} debian/tmp/DEBIAN dpkg-shlibdeps ./authbind