summaryrefslogtreecommitdiffstats
path: root/debian/patches/set-maintainer-name
blob: 35f8f77ea40badde74400e6b55dda812784b5b2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/build/mkversion
+++ b/build/mkversion
@@ -50,12 +50,7 @@
 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/>.