projects
/
openldap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8edf49b
)
set-maintainer-name
author
Debian OpenLDAP Maintainers
<pkg-openldap-devel@lists.alioth.debian.org>
Sun, 14 Feb 2021 18:32:34 +0000
(18:32 +0000)
committer
Ryan Tandy
<ryan@nardis.ca>
Sun, 14 Feb 2021 18:32:34 +0000
(18:32 +0000)
Gbp-Pq: Name set-maintainer-name
build/mkversion
patch
|
blob
|
history
diff --git
a/build/mkversion
b/build/mkversion
index 4e35723621c4d66ee48a4f1a7457266e8138742d..071ad7f9d309c9933e1f286acc7a789445f92a26 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="Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>"
cat << __EOF__
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.