Ole Streicher pushed to branch master at Debian Java Maintainers / jfreesvg
Commits: 102f0fb8 by Ole Streicher at 2020-08-26T16:20:37+02:00 Initial Debian files - - - - - 23464188 by Ole Streicher at 2020-08-26T16:21:22+02:00 apply mh_lspoms and mh_make for Maven build - - - - - e777c52d by Ole Streicher at 2020-08-26T16:21:22+02:00 Finalize d/changelog - - - - - 14 changed files: - + debian/changelog - + debian/control - + debian/copyright - + debian/gitlab-ci.yml - + debian/libjfreesvg-java-doc.doc-base.api - + debian/libjfreesvg-java-doc.install - + debian/libjfreesvg-java.poms - + debian/maven.cleanIgnoreRules - + debian/maven.ignoreRules - + debian/maven.publishedRules - + debian/maven.rules - + debian/rules - + debian/source/format - + debian/watch Changes: ===================================== debian/changelog ===================================== @@ -0,0 +1,5 @@ +jfreesvg (4.1-1) unstable; urgency=low + + * Initial release. (Closes: #968983) + + -- Ole Streicher <[email protected]> Wed, 26 Aug 2020 16:14:00 +0200 ===================================== debian/control ===================================== @@ -0,0 +1,44 @@ +Source: jfreesvg +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Ole Streicher <[email protected]> +Build-Depends: debhelper-compat (= 13), + default-jdk, + maven-debian-helper (>= 2.1) +Build-Depends-Indep: default-jdk-doc, + junit4, + libmaven-javadoc-plugin-java (>= 3.0.1) +Standards-Version: 4.5.0 +Homepage: http://www.jfree.org/jfreesvg +Vcs-Git: https://salsa.debian.org/java-team/jfreesvg.git +Vcs-Browser: https://salsa.debian.org/java-team/jfreesvg +Rules-Requires-Root: no + +Package: libjfreesvg-java +Multi-Arch: foreign +Architecture: all +Depends: ${maven:Depends}, + ${misc:Depends} +Suggests: libjfreesvg-java-doc, + ${maven:OptionalDepends} +Description: Java graphics library to generate content in SVG format + JFreeSVG is a fast, light-weight, vector graphics library for the + Java platform that makes it easy to generate graphical output in SVG + format directly from Java code (via SVGGraphics2D). + +Package: libjfreesvg-java-doc +Multi-Arch: foreign +Section: doc +Architecture: all +Depends: ${java:Depends}, + ${misc:Depends} +Recommends: ${maven:DocDepends}, + ${maven:DocOptionalDepends} +Suggests: libjfreesvg-java +Description: Java graphics library to generate content in SVG format (docs) + JFreeSVG is a fast, light-weight, vector graphics library for the + Java platform that makes it easy to generate graphical output in SVG + format directly from Java code (via SVGGraphics2D). + . + This is the documentation of the jfreesvg library. ===================================== debian/copyright ===================================== @@ -0,0 +1,19 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: JFreeSVG + +Files: * +Copyright: 2013-2020 Object Refinery Limited + 2020 Ole Streicher <[email protected]> (Debian files) +License: GPL-v3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the full text of the GNU General Public License + version 3 can be found in the file `/usr/share/common-licenses/GPL-3 ===================================== debian/gitlab-ci.yml ===================================== @@ -0,0 +1,8 @@ + +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + RELEASE: 'unstable' + \ No newline at end of file ===================================== debian/libjfreesvg-java-doc.doc-base.api ===================================== @@ -0,0 +1,10 @@ +Document: libjfreesvg-java +Title: API Javadoc for JFreeSVG +Author: JFreeSVG developers +Abstract: This is the API Javadoc provided for the + libjfreesvg-java library. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libjfreesvg-java/api/index.html +Files: /usr/share/doc/libjfreesvg-java/api/* ===================================== debian/libjfreesvg-java-doc.install ===================================== @@ -0,0 +1 @@ +target/apidocs/* usr/share/doc/libjfreesvg-java/api ===================================== debian/libjfreesvg-java.poms ===================================== @@ -0,0 +1,28 @@ +# List of POM files for the package +# Format of this file is: +# <path to pom file> [option]* +# where option can be: +# --ignore: ignore this POM and its artifact if any +# --ignore-pom: don't install the POM. To use on POM files that are created +# temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] +# --no-parent: remove the <parent> tag from the POM +# --package=<package>: an alternative package to use when installing this POM +# and its artifact +# --has-package-version: to indicate that the original version of the POM is the same as the upstream part +# of the version for the package. +# --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM +# during a clean operation with mh_cleanpom or mh_installpom +# --artifact=<path>: path to the build artifact associated with this POM, +# it will be installed when using the command mh_install. [mh_install] +# --java-lib: install the jar into /usr/share/java to comply with Debian +# packaging guidelines +# --usj-name=<name>: name to use when installing the library in /usr/share/java +# --usj-version=<version>: version to use when installing the library in /usr/share/java +# --no-usj-versionless: don't install the versionless link in /usr/share/java +# --dest-jar=<path>: the destination for the real jar. +# It will be installed with mh_install. [mh_install] +# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default. +# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. +# Empty by default. [mh_install] +# +pom.xml --has-package-version ===================================== debian/maven.cleanIgnoreRules ===================================== @@ -0,0 +1 @@ + ===================================== debian/maven.ignoreRules ===================================== @@ -0,0 +1 @@ + ===================================== debian/maven.publishedRules ===================================== @@ -0,0 +1,2 @@ + +org.jfree org.jfree.svg jar s/.*/debian/ * * ===================================== debian/maven.rules ===================================== @@ -0,0 +1,4 @@ + +junit junit jar s/4\..*/4.x/ * * +org.jfree org.jfree.svg jar * * * +org.jfree org.jfree.svg jar s/.*/debian/ * * ===================================== debian/rules ===================================== @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ ===================================== debian/source/format ===================================== @@ -0,0 +1 @@ +3.0 (quilt) ===================================== debian/watch ===================================== @@ -0,0 +1,3 @@ +version=4 +opts=filenamemangle=s/.+\/(\d\S*)_JFREESVG_Release\.tar\.gz/jfreesvg-$1\.tar\.gz/,dversionmangle=s/0\~//,oversionmangle=s/^/0~/ \ + https://github.com/jfree/jfreesvg/tags .*/v(\d\S*)\.tar\.gz View it on GitLab: https://salsa.debian.org/java-team/jfreesvg/-/compare/d563692c01f8450900aa5d6a189654d246fc9195...e777c52d0aa7fa36201246d2ce47e85a24a76e7f -- View it on GitLab: https://salsa.debian.org/java-team/jfreesvg/-/compare/d563692c01f8450900aa5d6a189654d246fc9195...e777c52d0aa7fa36201246d2ce47e85a24a76e7f 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

