From: Ryan Tandy Date: Fri, 27 Aug 2021 16:42:31 +0000 (+0100) Subject: Replace upstream version with Debian version in version strings X-Git-Tag: archive/raspbian/2.5.13+dfsg-3+rpi1~1^2^2^2^2^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7ffb68b881c10c057c289f17a34a0bd2a38ccd44;p=openldap.git Replace upstream version with Debian version in version strings Forwarded: not-needed Gbp-Pq: Name debian-version --- diff --git a/build/version.sh b/build/version.sh index 4d182b55..1e58298e 100755 --- a/build/version.sh +++ b/build/version.sh @@ -40,7 +40,7 @@ echo OL_PATCH=$ol_patch echo OL_API_INC=$ol_api_inc echo OL_API_LIB_RELEASE=$ol_api_lib_release echo OL_API_LIB_VERSION=$ol_api_lib_version -echo OL_VERSION=$ol_version +echo OL_VERSION=\"${DEB_VERSION:-$ol_version}\" echo OL_TYPE=$ol_type echo OL_STRING=\"${ol_string}\" echo OL_RELEASE_DATE=\"${ol_release_date}\"