make the build reproducible
authorReiner Herrmann <reiner@reiner-h.de>
Fri, 12 Aug 2022 07:16:08 +0000 (08:16 +0100)
committerJean Baptiste Favre <debian@jbfavre.org>
Fri, 12 Aug 2022 07:16:08 +0000 (08:16 +0100)
Origin: other, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833176
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2016-11-18

Last-Update: 2016-11-18
Gbp-Pq: Name 0003-reproductible-build.patch

configure.ac

index a170e902ccf5f9ada211d182e7915953fa062b86..2861a808a6a4f926b5d41ac974530e26e444fedb 100644 (file)
@@ -144,9 +144,9 @@ AC_ARG_WITH([build-number],
 #
 # Build environment
 #
-build_person="`id -nu | sed -e 's/\\\\/\\\\\\\\/g'`"
-build_group="`id -ng | sed -e 's/\\\\/\\\\\\\\/g'`"
-build_machine="`uname -n | sed -e 's/\\\\/\\\\\\\\/g'`"
+build_person="root"
+build_group="root"
+build_machine="localhost"
 AC_SUBST([build_machine])
 AC_SUBST([build_person])
 AC_SUBST([build_group])