Andreas Tille pushed to branch master at Debian Med / libsbml
Commits: 08530381 by Andreas Tille at 2018-05-14T13:36:24+02:00 Deal with issue in doclets - - - - - 3 changed files: - debian/changelog - + debian/patches/javadoc.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libsbml (5.16.0+dfsg-3) UNRELEASED; urgency=medium [ Andreas Tille ] * Point Vcs fields to salsa.debian.org * Standards-Version: 4.1.4 + * Deal with issue in doclets -- Andreas Tille <[email protected]> Mon, 14 May 2018 10:55:58 +0200 ===================================== debian/patches/javadoc.patch ===================================== --- /dev/null +++ b/debian/patches/javadoc.patch @@ -0,0 +1,22 @@ +Description: Deal with issue in doclets + /build/libsbml-5.16.0+dfsg/docs/src/SBMLDoclet.java:112: error: package com.sun.tools.doclets.standard is not visible + import com.sun.tools.doclets.standard.Standard; + ^ + (package com.sun.tools.doclets.standard is declared in module jdk.javadoc, which does not export it) + . + This web page brought the idea for the patch: + https://docs.oracle.com/javase/9/docs/api/com/sun/javadoc/class-use/LanguageVersion.html +Author: Andreas Tille <[email protected]> +Last-Update: Mon, 14 May 2018 10:55:58 +0200 + +--- a/docs/src/SBMLDoclet.java ++++ b/docs/src/SBMLDoclet.java +@@ -111,7 +111,7 @@ import java.util.*; + import java.lang.reflect.*; + import com.sun.tools.doclets.standard.Standard; + import com.sun.tools.javadoc.Main; +-import com.sun.javadoc.*; ++import jdk.javadoc.doclet.*; + + + /** ===================================== debian/patches/series ===================================== --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ swig-3.x.patch mips-compile-with-O1.patch # fix_cmake.patch # just warnings - ignore javadoc_java9.patch +javadoc.patch View it on GitLab: https://salsa.debian.org/med-team/libsbml/commit/08530381caf585e55b263bfcd752053c16bbb3b2 --- View it on GitLab: https://salsa.debian.org/med-team/libsbml/commit/08530381caf585e55b263bfcd752053c16bbb3b2 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
