set-maintainer-name
authorDebian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Sun, 14 Feb 2021 17:26:41 +0000 (17:26 +0000)
committerRyan Tandy <ryan@nardis.ca>
Sun, 14 Feb 2021 17:26:41 +0000 (17:26 +0000)
Gbp-Pq: Name set-maintainer-name

build/mkversion

index f79d27b5674db6fb6460b5117df556ec1752b961..1da60101a8c12537a0456557c952aa96e92253c4 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/>.