bastif pushed to branch master at Debian Java Maintainers / vnu
Commits: 1e80b6bd by Fab Stz at 2026-05-20T09:22:01+02:00 Make build reproducible (in manpage generation) Closes: #1137016 Thanks: Chris Lamb - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +vnu (23.4.11+dfsg-4) UNRELEASED; urgency=medium + + * Make build reproducible (in manpage generation) + Thanks to Chris Lamb (Closes: #1137016) + + -- Fab Stz <[email protected]> Wed, 20 May 2026 09:20:29 +0200 + vnu (23.4.11+dfsg-3) unstable; urgency=medium * Remove tomcat11 workaround wrt tomcat-jakartaee-migration ===================================== debian/rules ===================================== @@ -88,7 +88,7 @@ override_dh_auto_build-indep: for page in vnu vnu-client vnu-server; do \ pandoc --standalone --from markdown -f markdown-smart --to man \ -M title:"$${page}(1) $${page} $(DEB_VERSION_UPSTREAM)" \ - -M date:"$$(date -d'@$(SOURCE_DATE_EPOCH)' +%Y-%m-%d)" docs/$${page}.1.md > docs/$${page}.1 ; \ + -M date:"$$(date -u -d'@$(SOURCE_DATE_EPOCH)' +%Y-%m-%d)" docs/$${page}.1.md > docs/$${page}.1 ; \ done override_dh_auto_test-indep: View it on GitLab: https://salsa.debian.org/java-team/vnu/-/commit/1e80b6bde3b5669e470ae327b134e2026e217e66 -- View it on GitLab: https://salsa.debian.org/java-team/vnu/-/commit/1e80b6bde3b5669e470ae327b134e2026e217e66 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

