[Git][java-team/libpostgresql-jdbc-java][master] Ignore javadoc warnings, they are for unused files anyway. (Closes: #906377)
Christoph Berg
gitlab at salsa.debian.org
Mon Aug 27 15:56:32 BST 2018
Christoph Berg pushed to branch master at Debian Java Maintainers / libpostgresql-jdbc-java
Commits:
be2473e7 by Christoph Berg at 2018-08-27T14:56:21Z
Ignore javadoc warnings, they are for unused files anyway. (Closes: #906377)
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/03-javadoc.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+libpgjava (42.2.4-2) unstable; urgency=medium
+
+ * Ignore javadoc warnings, they are for unused files anyway. (Closes: #906377)
+
+ -- Christoph Berg <christoph.berg at credativ.de> Mon, 27 Aug 2018 16:55:02 +0200
+
libpgjava (42.2.4-1) unstable; urgency=medium
* New upstream version.
=====================================
debian/patches/03-javadoc.patch
=====================================
@@ -0,0 +1,11 @@
+--- a/pgjdbc/pom.xml
++++ b/pgjdbc/pom.xml
+@@ -438,7 +438,7 @@
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+- <failOnWarnings>true</failOnWarnings>
++ <failOnWarnings>false</failOnWarnings>
+ </configuration>
+ </plugin>
+ </plugins>
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
01-missing-pom-configuration.patch
02-scram-optional.patch
+03-javadoc.patch
View it on GitLab: https://salsa.debian.org/java-team/libpostgresql-jdbc-java/commit/be2473e76d018ce2f150acc04c11f982e7efa197
--
View it on GitLab: https://salsa.debian.org/java-team/libpostgresql-jdbc-java/commit/be2473e76d018ce2f150acc04c11f982e7efa197
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/20180827/1c854053/attachment.html>
More information about the pkg-java-commits
mailing list