set-maintainer-name
authorDebian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Mon, 7 Sep 2020 16:47:28 +0000 (17:47 +0100)
committerRyan Tandy <ryan@nardis.ca>
Mon, 7 Sep 2020 16:47:28 +0000 (17:47 +0100)
Gbp-Pq: Name set-maintainer-name

build/mkversion

index 2a129a7c2490e9e99ee0845fec406c8b6c4f4153..f0280fb1c6922eb2997c92cf40851bd738467ba1 100755 (executable)
@@ -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 <http://www.openldap.org/>.