projects
/
openldap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c9de7e
)
set-maintainer-name
author
Debian OpenLDAP Maintainers
<pkg-openldap-devel@lists.alioth.debian.org>
Fri, 26 Apr 2024 23:09:29 +0000
(16:09 -0700)
committer
Ryan Tandy
<ryan@nardis.ca>
Fri, 26 Apr 2024 23:09:29 +0000
(16:09 -0700)
Gbp-Pq: Name set-maintainer-name
build/mkversion
patch
|
blob
|
history
diff --git
a/build/mkversion
b/build/mkversion
index 19cbd8084f24324c810b83b93ddd78205218b010..71efc9af0d05f0e7349cb834d7b88aee88f32821 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/>.