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

build/mkversion

index 2a129a7c2490e9e99ee0845fec406c8b6c4f4153..9003c98932a1995c25c6f1c57e3c55b99cbd1903 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="Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>"
 
 cat << __EOF__
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.