[Git][java-team/lucene8][master] Fixed the build failure with OpenJDK 17 (Closes: #1011606)

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Sat May 28 08:14:46 BST 2022



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / lucene8


Commits:
da2becf9 by Emmanuel Bourg at 2022-05-28T09:14:27+02:00
Fixed the build failure with OpenJDK 17 (Closes: #1011606)

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+lucene8 (8.8.1-3) unstable; urgency=medium
+
+  * Fixed the build failure with OpenJDK 17 (Closes: #1011606)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sat, 28 May 2022 09:14:17 +0200
+
 lucene8 (8.8.1-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -10,7 +10,7 @@ export DHOME = $(CURDIR)/debian/home/
 override_dh_auto_build:
 	mkdir -p ${DHOME}/.ant/lib
 	dh_auto_build -- -buildfile queryparser/build.xml regenerate
-	dh_auto_build -- -Duser.home=${DHOME} -Dversion=$(VERSION) jar
+	dh_auto_build -- -Duser.home=${DHOME} -Dversion=$(VERSION) -Djavac.doclint.args=-Xdoclint:none jar
 
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES.txt



View it on GitLab: https://salsa.debian.org/java-team/lucene8/-/commit/da2becf908eddf803b6f858f6201aa95f1dd1ebe

-- 
View it on GitLab: https://salsa.debian.org/java-team/lucene8/-/commit/da2becf908eddf803b6f858f6201aa95f1dd1ebe
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/20220528/2ce5344f/attachment.htm>


More information about the pkg-java-commits mailing list