set-maintainer-name
authorDebian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Wed, 5 Oct 2022 12:38:13 +0000 (13:38 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 5 Oct 2022 12:38:13 +0000 (13:38 +0100)
Gbp-Pq: Name set-maintainer-name

build/mkversion

index 19cbd8084f24324c810b83b93ddd78205218b010..71efc9af0d05f0e7349cb834d7b88aee88f32821 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/>.