Control: tags 1134206 + patch Control: tags 1134206 + pending Dear maintainer,
I've prepared an NMU for httpcomponents-core5 (versioned as 5.4.2-1.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for httpcomponents-core5-5.4.2 httpcomponents-core5-5.4.2 changelog | 7 +++++++ rules | 4 ++++ 2 files changed, 11 insertions(+) diff -Nru httpcomponents-core5-5.4.2/debian/changelog httpcomponents-core5-5.4.2/debian/changelog --- httpcomponents-core5-5.4.2/debian/changelog 2026-03-17 13:02:34.000000000 +0200 +++ httpcomponents-core5-5.4.2/debian/changelog 2026-05-31 14:56:49.000000000 +0300 @@ -1,3 +1,10 @@ +httpcomponents-core5 (5.4.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix the timestamp of NOTICE.txt. (Closes: #1134206) + + -- Adrian Bunk <[email protected]> Sun, 31 May 2026 14:56:49 +0300 + httpcomponents-core5 (5.4.2-1) unstable; urgency=medium * Team upload. diff -Nru httpcomponents-core5-5.4.2/debian/rules httpcomponents-core5-5.4.2/debian/rules --- httpcomponents-core5-5.4.2/debian/rules 2026-03-17 13:02:14.000000000 +0200 +++ httpcomponents-core5-5.4.2/debian/rules 2026-05-31 14:56:40.000000000 +0300 @@ -2,3 +2,7 @@ %: dh $@ + +# https://bugs.debian.org/1134206 +execute_before_dh_auto_install: + touch -d@${SOURCE_DATE_EPOCH} NOTICE.txt

