Emmanuel Bourg pushed to branch master at Debian Java Maintainers / junit5
Commits: da86c1c5 by Emmanuel Bourg at 2020-06-23T11:40:58+02:00 Removed the timestamps in the manifests to improve the reproducibility - - - - - fa733265 by Emmanuel Bourg at 2020-06-23T11:41:04+02:00 Standards-Version updated to 4.5.0 - - - - - 80a755b3 by Emmanuel Bourg at 2020-06-23T11:41:28+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/14-reproducible-manifest.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +junit5 (5.3.2-3) unstable; urgency=medium + + * Removed the timestamps in the manifests to improve the reproducibility + * Standards-Version updated to 4.5.0 + + -- Emmanuel Bourg <[email protected]> Tue, 23 Jun 2020 11:41:23 +0200 + junit5 (5.3.2-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -15,7 +15,7 @@ Build-Depends: libsurefire-java, libunivocity-parsers-java, maven-repo-helper -Standards-Version: 4.4.1 +Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/java-team/junit5.git Vcs-Browser: https://salsa.debian.org/java-team/junit5 Homepage: https://github.com/junit-team/junit5 ===================================== debian/patches/14-reproducible-manifest.patch ===================================== @@ -0,0 +1,15 @@ +Description: Makes the manifests reproducible +Author: Emmanuel Bourg <[email protected]> +Forwarded: no +--- a/build.gradle ++++ b/build.gradle +@@ -263,9 +263,6 @@ + manifest { + attributes( + 'Created-By': "${System.properties['java.version']} (${System.properties['java.vendor']} ${System.properties['java.vm.version']})".toString(), +- 'Built-By': builtByValue, +- 'Build-Date': buildDate, +- 'Build-Time': buildTime, + 'Specification-Title': project.name, + 'Specification-Version': normalizeVersion(project.version), + 'Specification-Vendor': 'junit.org', ===================================== debian/patches/series ===================================== @@ -11,3 +11,4 @@ 11-ignore-gh-pages-plugin.patch 12-ignore-asciidoctor-plugin.patch 13-disable-tests.patch +14-reproducible-manifest.patch View it on GitLab: https://salsa.debian.org/java-team/junit5/-/compare/c7251f3a4bad8c2fa5c36989bd3ec0a6d7511447...80a755b35d15cc4601b2acb8d929c793016bfb35 -- View it on GitLab: https://salsa.debian.org/java-team/junit5/-/compare/c7251f3a4bad8c2fa5c36989bd3ec0a6d7511447...80a755b35d15cc4601b2acb8d929c793016bfb35 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

