summaryrefslogtreecommitdiffstats
path: root/debian/patches/set-maintainer-name
blob: 262b7efb1b7228223e46a20b2d4563f6318d07b4 (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="Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>"
 
 cat << __EOF__
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.