[Git][java-team/vnu][master] Make build reproducible (in manpage generation)
bastif (@bastif)
gitlab at salsa.debian.org
Wed May 20 08:22:36 BST 2026
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 <fabstz-it at yahoo.fr> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20260520/9c2b96fb/attachment.htm>
More information about the pkg-java-commits
mailing list