make the build reproducible
authorReiner Herrmann <reiner@reiner-h.de>
Sat, 21 May 2022 17:28:31 +0000 (18:28 +0100)
committerJean Baptiste Favre <debian@jbfavre.org>
Sat, 21 May 2022 17:28:31 +0000 (18:28 +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 617cf6e0a954bafa424fe97a12bd6ed4fd97e6b7..b8fb25da64be6a89da7d53ed7703ee6b5996de1d 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])