[Git][java-team/groovy][master] 6 commits: Add detectJavaApiLink.patch
Markus Koschany
gitlab at salsa.debian.org
Wed Feb 20 14:25:54 GMT 2019
Markus Koschany pushed to branch master at Debian Java Maintainers / groovy
Commits:
4fcd3890 by Markus Koschany at 2019-02-20T12:54:39Z
Add detectJavaApiLink.patch
- - - - -
f5a6e390 by Markus Koschany at 2019-02-20T12:55:03Z
Start new changelog entry
- - - - -
4780c071 by Markus Koschany at 2019-02-20T13:45:45Z
Update detectJavaApiLink.patch
- - - - -
6c10958f by Markus Koschany at 2019-02-20T14:06:27Z
Rename detectJavaApiLink.patch to failOnError.patch
- - - - -
dfe719e2 by Markus Koschany at 2019-02-20T14:07:18Z
Update changelog
- - - - -
718d15f5 by Markus Koschany at 2019-02-20T14:12:17Z
Declare compliance with Debian Policy 4.3.0.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/failOnError.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+groovy (2.4.16-2) unstable; urgency=medium
+
+ * Team upload.
+ * Add failOnError.patch and work around the Javadoc error by making it
+ non-fatal. (Closes: #922755)
+ * Declare compliance with Debian Policy 4.3.0.
+
+ -- Markus Koschany <apo at debian.org> Wed, 20 Feb 2019 13:54:50 +0100
+
groovy (2.4.16-1) unstable; urgency=medium
* Team upload
=====================================
debian/control
=====================================
@@ -32,7 +32,7 @@ Build-Depends:
maven-repo-helper,
testng,
unzip
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/groovy.git
Vcs-Browser: https://salsa.debian.org/java-team/groovy
Homepage: http://www.groovy-lang.org
=====================================
debian/patches/failOnError.patch
=====================================
@@ -0,0 +1,21 @@
+From: Markus Koschany <apo at debian.org>
+Date: Wed, 20 Feb 2019 13:54:09 +0100
+Subject: detectJavaApiLink
+
+Bug-Debian: https://bugs.debian.org/922755
+---
+ gradle/docs.gradle | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/gradle/docs.gradle b/gradle/docs.gradle
+index 9088a73..51eaaf5 100644
+--- a/gradle/docs.gradle
++++ b/gradle/docs.gradle
+@@ -36,6 +36,7 @@ def javadocSpec = {
+ links('file:///usr/share/doc/ant/api/', 'file:///usr/share/doc/default-jdk/api/',
+ 'file:///usr/share/doc/libservlet3.1-java-doc/api',
+ 'file:///usr/share/doc/junit4/api/')
++ failOnError = false
+ }
+ }
+
=====================================
debian/patches/series
=====================================
@@ -11,3 +11,4 @@ transition_Gradle_3.1.patch
10_fix_javadoc_links.patch
11_language_level.patch
12_java11_compatibility.patch
+failOnError.patch
View it on GitLab: https://salsa.debian.org/java-team/groovy/compare/c25ed5b9c75971335e846f27c45bfb8795f4bafa...718d15f5e22088c22242d81dec75c2e2778bb7cb
--
View it on GitLab: https://salsa.debian.org/java-team/groovy/compare/c25ed5b9c75971335e846f27c45bfb8795f4bafa...718d15f5e22088c22242d81dec75c2e2778bb7cb
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/20190220/18722f73/attachment.html>
More information about the pkg-java-commits
mailing list