diff -Nru junit5-5.3.2/debian/changelog junit5-5.3.2/debian/changelog --- junit5-5.3.2/debian/changelog 2019-11-24 00:31:45.000000000 +0000 +++ junit5-5.3.2/debian/changelog 2020-06-23 09:41:23.000000000 +0000 @@ -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 Tue, 23 Jun 2020 11:41:23 +0200 + junit5 (5.3.2-2) unstable; urgency=medium * Team upload. diff -Nru junit5-5.3.2/debian/control junit5-5.3.2/debian/control --- junit5-5.3.2/debian/control 2019-11-24 00:31:45.000000000 +0000 +++ junit5-5.3.2/debian/control 2020-06-23 09:41:06.000000000 +0000 @@ -15,7 +15,7 @@ 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 diff -Nru junit5-5.3.2/debian/patches/14-reproducible-manifest.patch junit5-5.3.2/debian/patches/14-reproducible-manifest.patch --- junit5-5.3.2/debian/patches/14-reproducible-manifest.patch 1970-01-01 00:00:00.000000000 +0000 +++ junit5-5.3.2/debian/patches/14-reproducible-manifest.patch 2020-06-23 09:39:40.000000000 +0000 @@ -0,0 +1,15 @@ +Description: Makes the manifests reproducible +Author: Emmanuel Bourg +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', diff -Nru junit5-5.3.2/debian/patches/series junit5-5.3.2/debian/patches/series --- junit5-5.3.2/debian/patches/series 2019-11-24 00:31:45.000000000 +0000 +++ junit5-5.3.2/debian/patches/series 2020-06-23 09:35:44.000000000 +0000 @@ -11,3 +11,4 @@ 11-ignore-gh-pages-plugin.patch 12-ignore-asciidoctor-plugin.patch 13-disable-tests.patch +14-reproducible-manifest.patch