Emmanuel Bourg pushed to branch master at Debian Java Maintainers / lucene8
Commits: 400db071 by Emmanuel Bourg at 2024-08-05T15:06:47+02:00 Make the manifest reproducible (Closes: #1035400) - - - - - 2db8a9e4 by Emmanuel Bourg at 2024-08-05T15:06:51+02:00 Standards-Version updated to 4.7.0 - - - - - 49ba6cf6 by Emmanuel Bourg at 2024-08-05T15:12:32+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/0003-reproducible-manifest.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +lucene8 (8.8.1-5) unstable; urgency=medium + + * Team upload. + * Make the manifest reproducible (Closes: #1035400) + * Standards-Version updated to 4.7.0 + + -- Emmanuel Bourg <[email protected]> Mon, 05 Aug 2024 15:12:16 +0200 + lucene8 (8.8.1-4) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -36,7 +36,7 @@ Build-Depends-Indep: libjts-java, liblog4j2-java, libs2-geometry-library-java -Standards-Version: 4.6.1 +Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/java-team/lucene8.git Vcs-Browser: https://salsa.debian.org/java-team/lucene8 Homepage: http://lucene.apache.org ===================================== debian/patches/0003-reproducible-manifest.patch ===================================== @@ -0,0 +1,14 @@ +Description: Makes the manifest reproducible +Author: Emmanuel Bourg <[email protected]> +Forwarded: no +--- a/common-build.xml ++++ b/common-build.xml +@@ -793,7 +793,7 @@ + <attribute name="Implementation-Title" value="@{implementation.title}"/> + <!-- impl version can be any string --> + <attribute name="Implementation-Version" +- value="${version} ${checkoutid} - ${user.name} - ${DSTAMP} ${TSTAMP}"/> ++ value="${version}"/> + <attribute name="Implementation-Vendor" + value="The Apache Software Foundation"/> + <attribute name="X-Compile-Source-JDK" value="${javac.release}"/> ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ 0001-use-local-artifacts.patch 0002-missing-hamcrest-dependency.patch +0003-reproducible-manifest.patch fix_build.patch View it on GitLab: https://salsa.debian.org/java-team/lucene8/-/compare/f22e7bdfd29d46b378c85c6463473792e50eb721...49ba6cf6fa72d36b8d81a211a66da1ab42214f48 -- View it on GitLab: https://salsa.debian.org/java-team/lucene8/-/compare/f22e7bdfd29d46b378c85c6463473792e50eb721...49ba6cf6fa72d36b8d81a211a66da1ab42214f48 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

