make the build reproducible
authorReiner Herrmann <reiner@reiner-h.de>
Sat, 13 Apr 2024 09:54:31 +0000 (11:54 +0200)
committerJean Baptiste Favre <debian@jbfavre.org>
Sat, 13 Apr 2024 09:54:31 +0000 (11:54 +0200)
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 6cb1eabc62b5c2a3bf02240520e329218c52568b..5238f9447941ac2cdb85e3ad3f6b67345fe68069 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])