Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libcharts4j-java
Commits: 51c1aceb by Emmanuel Bourg at 2020-07-25T22:40:17+02:00 Removed the doc package - - - - - a4a84dd2 by Emmanuel Bourg at 2020-07-25T22:54:12+02:00 Removed the explicit dependency on the Maven compiler plugin - - - - - 4671f55a by Emmanuel Bourg at 2020-07-25T22:54:18+02:00 Removed the +dfsg suffix - - - - - ced8b0f3 by Emmanuel Bourg at 2020-07-25T22:54:18+02:00 Removed the build dependency on javahelper - - - - - 2e58dbc2 by Emmanuel Bourg at 2020-07-25T23:04:53+02:00 Renamed the source package to charts4j - - - - - 9 changed files: - debian/changelog - debian/control - − debian/libcharts4j-java-doc.javadoc - − debian/libcharts4j-java-doc.lintian-overrides - debian/maven.rules - − debian/patches/javadoc.patch - − debian/patches/series - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -libcharts4j (1.3+dfsg-1) UNRELEASED; urgency=medium +charts4j (1.3-1) UNRELEASED; urgency=medium * Initial release (Closes: #966192) ===================================== debian/control ===================================== @@ -1,39 +1,21 @@ -Source: libcharts4j +Source: charts4j Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Pierre Gruet <[email protected]> Build-Depends: debhelper-compat (= 13), default-jdk-headless, - javahelper, maven-debian-helper, - libmaven-compiler-plugin-java, - libmaven-javadoc-plugin-java, - default-jdk-doc, junit4 <!nocheck> Standards-Version: 4.5.0 -Vcs-Browser: https://salsa.debian.org/java-team/libcharts4j-java -Vcs-Git: https://salsa.debian.org/java-team/libcharts4j-java.git +Vcs-Browser: https://salsa.debian.org/java-team/charts4j +Vcs-Git: https://salsa.debian.org/java-team/charts4j.git Homepage: https://github.com/julienchastang/charts4j/ Rules-Requires-Root: no Package: libcharts4j-java Architecture: all -Depends: ${java:Depends}, - ${misc:Depends} -Recommends: ${java:Recommends}, - libcharts4j-java-doc (= ${binary:Version}) +Depends: ${misc:Depends} Description: free, lightweight charts and graphs Java API charts4j enables developers to programmatically create the charts available in the Google Chart API through a straightforward and intuitive Java API. - -Package: libcharts4j-java-doc -Architecture: all -Depends: ${java:Depends}, - ${misc:Depends} -Recommends: ${java:Recommends} -Section: doc -Description: free, lightweight charts and graphs Java API (documentation) - charts4j enables developers to programmatically create the charts available in - the Google Chart API through a straightforward and intuitive Java API. - This is the javadoc package. ===================================== debian/libcharts4j-java-doc.javadoc deleted ===================================== @@ -1 +0,0 @@ -target/apidocs usr/share/doc/libcharts4j-java/api ===================================== debian/libcharts4j-java-doc.lintian-overrides deleted ===================================== @@ -1,4 +0,0 @@ -# It would be too complicated to remove the javascript that is included in -# javadocs, see the discussion on Debian Java mailing list starting at -# https://lists.debian.org/debian-java/2018/06/msg00020.html. -embedded-javascript-library usr/share/doc/libcharts4j-java/api/*/jquery*.*s * ===================================== debian/maven.rules ===================================== @@ -1,3 +1,2 @@ junit junit jar s/.*/4.x/ * * -org.apache.maven.plugins maven-compiler-plugin * s/.*/3.8.1/ * * ===================================== debian/patches/javadoc.patch deleted ===================================== @@ -1,21 +0,0 @@ -Description: Adding Maven configuration information to generate javadoc -Author: Pierre Gruet <[email protected]> -Forwarded: https://github.com/julienchastang/charts4j/issues/5 -Last-Update: 2020-07-24 - ---- a/pom.xml -+++ b/pom.xml -@@ -65,6 +65,11 @@ - <target>1.5</target> - </configuration> - </plugin> -+ <plugin> -+ <groupId>org.apache.maven.plugins</groupId> -+ <artifactId>maven-javadoc-plugin</artifactId> -+ <version>3.0.1</version> -+ </plugin> - </plugins> - </build> --</project> -\ No newline at end of file -+</project> ===================================== debian/patches/series deleted ===================================== @@ -1 +0,0 @@ -javadoc.patch ===================================== debian/rules ===================================== @@ -1,13 +1,4 @@ #!/usr/bin/make -f -# DH_VERBOSE := 1 -export LC_ALL=C.UTF-8 - %: - dh $@ --with-javahelper - -override_dh_installdocs: - # Handle javadoc installation manually - jh_installjavadoc - # Run remaining tasks, including doc-base registration - dh_installdocs + dh $@ ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ version=4 -opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ +opts="repack,compression=xz" \ https://github.com/julienchastang/charts4j/tags .*/archive/charts4j-@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/java-team/libcharts4j-java/-/compare/9260b28fb590d9d0a7c715b9a645535204a709a2...2e58dbc27a0453074129cb1d5bb90ced561c9abd -- View it on GitLab: https://salsa.debian.org/java-team/libcharts4j-java/-/compare/9260b28fb590d9d0a7c715b9a645535204a709a2...2e58dbc27a0453074129cb1d5bb90ced561c9abd 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

