summaryrefslogtreecommitdiffstats
path: root/debian/patches/set-maintainer-name
blob: b537e4e42e8d4b9c38929dc754e3172d6fe03fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: openldap/build/mkversion
===================================================================
--- openldap.orig/build/mkversion	2022-05-20 17:36:16.721249629 -0400
+++ openldap/build/mkversion	2022-05-20 17:36:16.717249626 -0400
@@ -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/>.