From: Aaron M. Ucko Date: Tue, 23 Jul 2024 03:25:16 +0000 (-0400) Subject: debian/patches/series: Comment out reprobuild (overkill). X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~49 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e016e5974f3b50ca659870bbe83d2cd89b198d25;p=ncbi-blast%2B.git 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. --- 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