From e016e5974f3b50ca659870bbe83d2cd89b198d25 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Mon, 22 Jul 2024 23:25:16 -0400 Subject: [PATCH] debian/patches/series: Comment out reprobuild (overkill). I'm all for reproducibility, but the package already automatically builds with flags that make __FILE__ relative, and many of its uses are in header-defined macros that intend to pick up their callers' paths. --- debian/changelog | 9 +++++++-- debian/patches/series | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 890c7d35..f02392b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,13 @@ ncbi-blast+ (2.15.0+ds-1) UNRELEASED; urgency=medium - Build against libpcre2-dev, as enabled by debian/patches/allow_pcre2. * debian/patches: Update for new release, mostly formally. * debian/patches/allow_pcre2 (new): Allow use of PCRE2. - * debian/patches/series: Move system_mbedtls_only up in conjunction with - incorporating part of an upstream patch needed by support_mbedtls3. + * debian/patches/series: + - Move system_mbedtls_only up in conjunction with incorporating part + of an upstream patch needed by support_mbedtls3. + - Comment out reprobuild; I'm all for reproducibility, but the package + already automatically builds with flags that make __FILE__ relative, + and many of its uses are in header-defined macros that intend to + pick up their callers' paths. * debian/patches/support_mbedtls3 (new): Support (but don't require) Mbed TLS 3.x. (Closes: #1075867.) * debian/patches/system_mbedtls: Extend to cover ncbi_mbedtls.c (as in diff --git a/debian/patches/series b/debian/patches/series index e5ab9c3a..434ae332 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -14,7 +14,7 @@ support_x32 suppress_tls_version_checks optionally_keep_sequence fix_unit_tests -reprobuild +# reprobuild spelling support_gcc10 run_perl_directly -- 2.30.2