projects
/
openldap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88821fa
)
set-maintainer-name
author
Debian OpenLDAP Maintainers
<pkg-openldap-devel@lists.alioth.debian.org>
Thu, 13 Jun 2024 02:23:12 +0000
(19:23 -0700)
committer
Ryan Tandy
<ryan@nardis.ca>
Thu, 13 Jun 2024 02:23:12 +0000
(19:23 -0700)
Gbp-Pq: Name set-maintainer-name
build/mkversion
patch
|
blob
|
history
diff --git
a/build/mkversion
b/build/mkversion
index 0daaa69b52996ea2cc20d61718a7b0e6e2e5749a..c2da937417189f482e8e93293f6301f034b9c638 100755
(executable)
--- a/
build/mkversion
+++ b/
build/mkversion
@@
-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/>.