From 83da7a0ac93decce70c1a02b0739020d8e2b69fd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:54:14 +0200 Subject: Adding debian version 2.6.7+dfsg-1~exp1. Signed-off-by: Daniel Baumann --- debian/patches/set-maintainer-name | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/patches/set-maintainer-name (limited to 'debian/patches/set-maintainer-name') diff --git a/debian/patches/set-maintainer-name b/debian/patches/set-maintainer-name new file mode 100644 index 0000000..b537e4e --- /dev/null +++ b/debian/patches/set-maintainer-name @@ -0,0 +1,18 @@ +Index: openldap/build/mkversion +=================================================================== +--- openldap.orig/build/mkversion 2022-05-20 17:36:16.721249629 -0400 ++++ openldap/build/mkversion 2022-05-20 17:36:16.717249626 -0400 +@@ -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="${DEB_MAINTAINER:-openldap}" + + cat << __EOF__ + /* This work is part of OpenLDAP Software . -- cgit v1.2.3