projects
/
openldap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc4903f
)
set-maintainer-name
author
Debian OpenLDAP Maintainers
<pkg-openldap-devel@lists.alioth.debian.org>
Sun, 18 Oct 2020 16:03:46 +0000
(17:03 +0100)
committer
Ryan Tandy
<ryan@nardis.ca>
Sun, 18 Oct 2020 16:03:46 +0000
(17:03 +0100)
Gbp-Pq: Name set-maintainer-name
build/mkversion
patch
|
blob
|
history
diff --git
a/build/mkversion
b/build/mkversion
index 2a129a7c2490e9e99ee0845fec406c8b6c4f4153..f0280fb1c6922eb2997c92cf40851bd738467ba1 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/>.