[arch-commits] Commit in gnutls/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Tue Jan 14 13:32:44 UTC 2020


    Date: Tuesday, January 14, 2020 @ 13:32:44
  Author: jelle
Revision: 373462

make gzip reproducible

Do not record the timestamp in the newly created gz archive as this is not
reproducible when rebuilding a package in the repository.

Modified:
  gnutls/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-14 12:50:34 UTC (rev 373461)
+++ PKGBUILD	2020-01-14 13:32:44 UTC (rev 373462)
@@ -44,6 +44,6 @@
 
   # lots of .png files are put into infodir and are gzipped by makepkg! this needs to be fixed by using !zipman
   # gzip -9 all files in infodir and manpages manually
-  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
-  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -n -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -n -9 {} \;
 }



More information about the arch-commits mailing list