This is an automated email from the git hooks/post-receive script. fnatter-guest pushed a commit to branch master in repository simplyhtml.
commit 02c59579bee6f6aebfe1ca802d229fb216d9fd5f Author: Felix Natter <[email protected]> Date: Sun Jul 10 16:48:11 2016 +0200 fix lintians --- debian/patches/01_build.patch | 6 ++++++ debian/simplyhtml.sgml | 2 +- debian/source/lintian-overrides | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/patches/01_build.patch b/debian/patches/01_build.patch index 95946d2..1633d88 100644 --- a/debian/patches/01_build.patch +++ b/debian/patches/01_build.patch @@ -1,3 +1,9 @@ +Description: patch gradle build system for Debian: + generate classpath for SimplyHTML.jar from gradle dependency information, + generate POM for maven-repo-helper +Author: Felix Natter <[email protected]> +Forwarded: not-needed +Last-Update: 2016-07-10 --- a/build.gradle +++ b/build.gradle @@ -1,10 +1,11 @@ diff --git a/debian/simplyhtml.sgml b/debian/simplyhtml.sgml index f78f80a..aa12a95 100644 --- a/debian/simplyhtml.sgml +++ b/debian/simplyhtml.sgml @@ -97,7 +97,7 @@ manpage.1: manpage.sgml <para>Source codes are commented in Javadoc format and additional inline comments. The sources are created with good legibility and structure in mind.</para> - <para>In addition, an extensive tutorial is delivered covering both usage of the application and its internals. The tutorial is available in JavaHelp format and can be used as online help out of SimplyHTML. Or it can be read with a plain web browser. A PDF version of the tutorial is avalable too.</para> + <para>In addition, an extensive tutorial is delivered covering both usage of the application and its internals. The tutorial is available in JavaHelp format and can be used as online help out of SimplyHTML. Or it can be read with a plain web browser. A PDF version of the tutorial is available too.</para> </refsect2> <refsect2> diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..dcc0ed7 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,2 @@ +# this is a false positive, probably due to multiple license options +simplyhtml source: dep5-copyright-license-name-not-unique -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/simplyhtml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

