Markus Koschany pushed to branch master at Debian Java Maintainers / libjfreechart-java
Commits: 255e474c by Markus Koschany at 2020-11-13T01:54:28+01:00 Switch to debhelper-compat = 13. - - - - - dd74fe89 by Markus Koschany at 2020-11-13T01:56:26+01:00 Declare compliance with Debian Policy 4.5.0. - - - - - 279a5f19 by Markus Koschany at 2020-11-13T01:57:06+01:00 Use canonical VCS URI. - - - - - d4b5ea27 by Markus Koschany at 2020-11-13T01:57:41+01:00 Remove get-orig-source target - - - - - b21ecb64 by Markus Koschany at 2020-11-13T01:57:53+01:00 Use secure copyright link - - - - - ef7eaa90 by Markus Koschany at 2020-11-13T01:58:50+01:00 Remove Vincent Fourmond from Uploaders. Closes: #897298 - - - - - 69136ce7 by Markus Koschany at 2020-11-13T02:00:20+01:00 Update changelog - - - - - 3909d1dd by Markus Koschany at 2020-11-13T02:04:35+01:00 Remove trailing whitespace - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +libjfreechart-java (1.0.19-3) unstable; urgency=medium + + * Team upload. + * Switch to debhelper-compat = 13. + * Declare compliance with Debian Policy 4.5.0. + * Use canonical VCS URI. + * Remove get-orig-source target. + * Remove Vincent Fourmond from Uploaders. (Closes: #897298) + + -- Markus Koschany <[email protected]> Fri, 13 Nov 2020 01:59:58 +0100 + libjfreechart-java (1.0.19-2) unstable; urgency=medium * Team upload. @@ -89,7 +100,7 @@ libjfreechart-java (1.0.13-4) unstable; urgency=low (Closes: #620045): - debian/control: Build-Depends on maven-repo-helper - debian/poms/jfreechart.pom: added file - - debian/rules: + - debian/rules: + added PACKAGE and MAVEN_REPO + added binary-post-install rule to install poms and jars + added get-orig-pom rule to download pom files from debian/poms @@ -127,7 +138,7 @@ libjfreechart-java (1.0.13-2) unstable; urgency=low - Sync runtime version of libjcommon-java with build-dep version. - Change standards version to 3.8.3. * debian/rules - - There are no patches. Remove simple patchsys include. + - There are no patches. Remove simple patchsys include. - Change JAV_HOME to match default-jdk. Remove ANT_HOME. - Remove unnecessary ant-launcher jar from DEB_JARS. - Remove DEB_ANT_COMPILER. Not needed these days. @@ -144,7 +155,7 @@ libjfreechart-java (1.0.13-1) unstable; urgency=low * Added myself to uploaders * Moved to Section: java * Already conforms to standards 3.8.2 - * Add ${misc:Depends} to dependencies for potential debhelper-induced + * Add ${misc:Depends} to dependencies for potential debhelper-induced dependencies * Adapted debian/rules to the new location of the generated jar @@ -180,15 +191,15 @@ libjfreechart-java (1.0.8-1) unstable; urgency=low * Upstream changelog name fixed. * Update copyright, with license LGPL 2.1. * Use Vcs-Svn and Vcs-Browser in place of XS-* fields. - + -- Kumar Appaiah <[email protected]> Thu, 27 Sep 2007 06:48:57 +0530 libjfreechart-java (1.0.6-2) unstable; urgency=low * Removed j2re1.4 from Depends. - -- Michael Koch <[email protected]> Mon, 08 Oct 2007 08:18:02 +0200 - + -- Michael Koch <[email protected]> Mon, 08 Oct 2007 08:18:02 +0200 + libjfreechart-java (1.0.6-1) unstable; urgency=low * New upstream release. @@ -248,7 +259,7 @@ libjfreechart-java (1.0.1-1) unstable; urgency=low * Convert build system to cdbs - added build-dependency * Although build with free tools its not yet completely usable with free tools alone (needs Java2D) - therefore it stays in contrib for now. - * Move package to pkg-java-maintainers for comaintenance, + * Move package to pkg-java-maintainers for comaintenance, added Christian Bayle and myself as uploaders * Removed README.Debian - not needed * Move big documentation in an own -doc package @@ -268,7 +279,7 @@ libjfreechart-java (0.9.8-3.1) unstable; urgency=low libjfreechart-java (0.9.8-3) unstable; urgency=low - * Change the way to deal with externals java libs + * Change the way to deal with externals java libs -- Christian Bayle <[email protected]> Thu, 10 Jul 2003 09:34:09 +0200 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -5,21 +5,20 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Christian Bayle <[email protected]>, Varun Hiremath <[email protected]>, - Vincent Fourmond <[email protected]>, Jakub Adam <[email protected]> Build-Depends: ant, bnd (>= 2.1.0), - debhelper (>= 10), + debhelper-compat (= 13), default-jdk, javahelper, libjcommon-java, libservlet3.1-java, libswt-gtk-4-java, maven-repo-helper -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjfreechart-java.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjfreechart-java.git +Standards-Version: 4.5.0 +Vcs-Git: https://salsa.debian.org/java-team/libjfreechart-java.git +Vcs-Browser: https://salsa.debian.org/java-team/libjfreechart-java Homepage: http://www.jfree.org/jfreechart/ Package: libjfreechart-java ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JFreeChart Source: https://sourceforge.net/projects/jfreechart/files/1.%20JFreeChart/ Files-Excluded: ===================================== debian/rules ===================================== @@ -33,6 +33,3 @@ get-orig-pom: wget -U NoSuchBrowser/1.0 -O debian/poms/jfreechart.pom \ https://oss.sonatype.org/content/repositories/releases/org/jfree/jfreechart/$(VERSION)/jfreechart-$(VERSION).pom -get-orig-source: - uscan --download-current-version --force-download --repack --compression xz - View it on GitLab: https://salsa.debian.org/java-team/libjfreechart-java/-/compare/e81db9550ea8619b7075e7997e61e5ba2afa9e84...3909d1dd6eba7acb46349c74e561fd76a60e6b66 -- View it on GitLab: https://salsa.debian.org/java-team/libjfreechart-java/-/compare/e81db9550ea8619b7075e7997e61e5ba2afa9e84...3909d1dd6eba7acb46349c74e561fd76a60e6b66 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

