From: Debian OpenLDAP Maintainers Date: Sun, 18 Sep 2022 22:29:46 +0000 (+0100) Subject: set-maintainer-name X-Git-Tag: archive/raspbian/2.5.13+dfsg-3+rpi1~1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=df30a6e9e07f35a8c326aedd1f1c8065952ea25e;p=openldap.git set-maintainer-name Gbp-Pq: Name set-maintainer-name --- diff --git a/build/mkversion b/build/mkversion index 19cbd808..71efc9af 100755 --- a/build/mkversion +++ b/build/mkversion @@ -50,12 +50,7 @@ if test $# != 1 ; then fi APPLICATION=$1 -# Reproducible builds set SOURCE_DATE_EPOCH, want constant strings -if [ -n "${SOURCE_DATE_EPOCH}" ]; then - WHOWHERE="openldap" -else - WHOWHERE="$USER@$(uname -n):$(pwd)" -fi +WHOWHERE="${DEB_MAINTAINER:-openldap}" cat << __EOF__ /* This work is part of OpenLDAP Software .