From: Debian OpenLDAP Maintainers Date: Wed, 28 Oct 2020 04:07:29 +0000 (+0000) Subject: set-maintainer-name X-Git-Tag: archive/raspbian/2.4.55+dfsg-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4debf0d8eed48585ee3fe059e695013e9373c736;p=openldap.git set-maintainer-name Gbp-Pq: Name set-maintainer-name --- diff --git a/build/mkversion b/build/mkversion index 2a129a7c..f0280fb1 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 .