This is an automated email from the git hooks/post-receive script. mans0954 pushed a commit to branch master in repository batik.
commit b46689f7c15c30a84352048d532844ca028653d4 Author: Christopher Hoskin <[email protected]> Date: Sun Sep 3 20:55:34 2017 +0100 Fix spellings in debian/manpages/rasterizer.1 --- debian/changelog | 1 + debian/manpages/rasterizer.1 | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 337169d..0d103c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ batik (1.9-1) UNRELEASED; urgency=medium DEB_ANT_BUILD_TARGET + Add debian/debian/libbatik-java.poms, call mh_install to install jars and poms, for closer alignment to other pkg-java packages + * Fix spellings in debian/manpages/rasterizer.1 -- Christopher Hoskin <[email protected]> Sun, 03 Sep 2017 16:39:56 +0100 diff --git a/debian/manpages/rasterizer.1 b/debian/manpages/rasterizer.1 index 6d59c9f..99e8f48 100644 --- a/debian/manpages/rasterizer.1 +++ b/debian/manpages/rasterizer.1 @@ -77,7 +77,7 @@ SVG files. \fB\-cssUser\fR <userStylesheet> .IP CSS user stylesheet URI to apply to converted SVG documents -in addition to any other referened or embeded stylesheets. +in addition to any other referened or embedded stylesheets. .TP \fB\-font\-family\fR <defaultFontFamily> .IP @@ -96,12 +96,12 @@ image/jpeg mime type. \fB\-indexed\fR (1|2|4|8) .IP Reduces the image to given number of bits per pixel using an -adaptive pallete, resulting in an Indexed image. This is +adaptive palette, resulting in an Indexed image. This is currently only supported for PNG conversion. .TP \fB\-dpi\fR <resolution> .IP -Resolution for the ouptut image. +Resolution for the output image. .TP \fB\-validate\fR .IP @@ -174,7 +174,7 @@ SVG files. \fB\-cssUser\fR <userStylesheet> .IP CSS user stylesheet URI to apply to converted SVG documents -in addition to any other referened or embeded stylesheets. +in addition to any other referened or embedded stylesheets. .TP \fB\-font\-family\fR <defaultFontFamily> .IP @@ -193,12 +193,12 @@ image/jpeg mime type. \fB\-indexed\fR (1|2|4|8) .IP Reduces the image to given number of bits per pixel using an -adaptive pallete, resulting in an Indexed image. This is +adaptive palette, resulting in an Indexed image. This is currently only supported for PNG conversion. .TP \fB\-dpi\fR <resolution> .IP -Resolution for the ouptut image. +Resolution for the output image. .TP \fB\-validate\fR .IP -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/batik.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

