Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libcommons-jxpath-java
Commits: 53629494 by Emmanuel Bourg at 2024-10-28T08:32:40+01:00 Removed the -java-doc package - - - - - b83c4f7e by Emmanuel Bourg at 2024-10-28T08:32:40+01:00 Standards-Version updated to 4.7.0 - - - - - c6098a81 by Emmanuel Bourg at 2024-10-28T08:32:54+01:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/control - − debian/libcommons-jxpath-java-doc.doc-base - − debian/libcommons-jxpath-java-doc.install - debian/maven.ignoreRules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libcommons-jxpath-java (1.3-11) unstable; urgency=medium + + * Removed the -java-doc package + * Standards-Version updated to 4.7.0 + + -- Emmanuel Bourg <[email protected]> Mon, 28 Oct 2024 08:32:50 +0100 + libcommons-jxpath-java (1.3-10) unstable; urgency=medium * Team Upload. ===================================== debian/control ===================================== @@ -17,7 +17,7 @@ Build-Depends: libmaven-javadoc-plugin-java, libservlet-api-java, maven-debian-helper -Standards-Version: 4.5.1 +Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/java-team/libcommons-jxpath-java.git Vcs-Browser: https://salsa.debian.org/java-team/libcommons-jxpath-java Homepage: https://commons.apache.org/jxpath @@ -25,7 +25,7 @@ Homepage: https://commons.apache.org/jxpath Package: libcommons-jxpath-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} -Suggests: libcommons-jxpath-java-doc, ${maven:OptionalDepends} +Suggests: ${maven:OptionalDepends} Description: Apache Commons JXPath - XPath expressions applied to Java objects This library provides the Java developer the ability to manipulate javabeans with the XPath syntax. It also supports Java collections, @@ -34,14 +34,3 @@ Description: Apache Commons JXPath - XPath expressions applied to Java objects . One of the most important feature of the component is the unification of reference syntax between DOM and Java. - -Package: libcommons-jxpath-java-doc -Section: doc -Architecture: all -Depends: ${misc:Depends} -Suggests: libcommons-jxpath-java -Description: Javadoc API for libcommons-jxpath-java - JXPath applies XPath expressions to graphs of objects of all kinds: - JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof. - . - This package contains the Javadoc API for libcommons-jxpath-java. ===================================== debian/libcommons-jxpath-java-doc.doc-base deleted ===================================== @@ -1,10 +0,0 @@ -Document: libcommons-jxpath-java-doc -Title: Programmer API for libcommons-jxpath-java -Author: Dmitri Plotnikov <[email protected]> -Abstract: Javadocs programmer API of libcommons-jxpath-java, - a library to manipulate javabeans using XPath syntax. -Section: Programming - -Format: HTML -Index: /usr/share/doc/libcommons-jxpath-java/api/index.html -Files: /usr/share/doc/libcommons-jxpath-java/api/*.html ===================================== debian/libcommons-jxpath-java-doc.install deleted ===================================== @@ -1 +0,0 @@ -target/apidocs/* /usr/share/doc/libcommons-jxpath-java/api ===================================== debian/maven.ignoreRules ===================================== @@ -2,6 +2,7 @@ com.mockrunner mockrunner-jdk1.3-j2ee1.3 * * * * org.apache.maven.plugins maven-assembly-plugin * * * * org.apache.maven.plugins maven-checkstyle-plugin * * * * +org.apache.maven.plugins maven-javadoc-plugin * * * * org.apache.maven.plugins maven-pmd-plugin * * * * org.apache.maven.plugins maven-surefire-plugin * * * * org.codehaus.mojo findbugs-maven-plugin * * * * View it on GitLab: https://salsa.debian.org/java-team/libcommons-jxpath-java/-/compare/fb13c12aa55d093fae5ec5d4e9bde46d40ced458...c6098a81ceab5e0af0776fa4f63a29b0a150d6b6 -- View it on GitLab: https://salsa.debian.org/java-team/libcommons-jxpath-java/-/compare/fb13c12aa55d093fae5ec5d4e9bde46d40ced458...c6098a81ceab5e0af0776fa4f63a29b0a150d6b6 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

