[Git][java-team/lucene8][master] 3 commits: Make the manifest reproducible (Closes: #1035400)
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Mon Aug 5 14:12:59 BST 2024
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 <ebourg at apache.org> 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 <ebourg at apache.org>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20240805/198dddd0/attachment.htm>
More information about the pkg-java-commits
mailing list