Source: ms-gsl Version: 4.0.0-3.2 Severity: serious Justification: Policy § 4.4 Tags: patch User: [email protected] Usertags: timestamps X-Debbugs-Cc: [email protected], Steve Robbins <[email protected]>
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that ms-gsl could not be built reproducibly. This was because the changelogentry for the 4.0.0-3.2 upload had an invalid date line: -- Steve Robbins <[email protected]> Sun, 24 Aug 2025 12:32:13 PM -0500 ^^ According to Policy § 4.4, this is an invalid format. (It _also_ affects reproducibility as a value for SOURCE_DATE_EPOCH cannot be parsed; however, that is not the justification for the severity.) Trivial patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `-
--- a/debian/changelog 2025-09-02 14:23:30.710378492 -0700 --- b/debian/changelog 2025-09-02 14:24:43.317081319 -0700 @@ -3,7 +3,7 @@ * Non-maintainer upload. * Remove autopkgtests that use C++-14 (Closes: #1111228). - -- Steve Robbins <[email protected]> Sun, 24 Aug 2025 12:32:13 PM -0500 + -- Steve Robbins <[email protected]> Sun, 24 Aug 2025 12:32:13 -0500 ms-gsl (4.0.0-3.1) unstable; urgency=medium

