This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cobertura.
commit db9b6b95f1a3c04b1f4ea5c447a9ceda2c8d70da Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 27 00:19:56 2017 +0200 Fixed a typo in the man pages --- debian/changelog | 1 + debian/cobertura-report.sgml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c1d418f..747f362 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ cobertura (1.9.4.1+dfsg-5) UNRELEASED; urgency=medium * Modified the watch file to catch the old releases * Standards-Version updated to 4.1.0 * Removed the -java-doc package + * Fixed a typo in the man pages -- Miguel Landaeta <[email protected]> Sat, 29 Jul 2017 15:15:44 +0100 diff --git a/debian/cobertura-report.sgml b/debian/cobertura-report.sgml index 078f433..8c34d51 100644 --- a/debian/cobertura-report.sgml +++ b/debian/cobertura-report.sgml @@ -77,7 +77,7 @@ manpage.1: manpage.sgml <para><command>&dhpackage;</command> generates coverage reports from the source code directories and calculates the cyclomatic code complexity of each class. The HTML reports are also made of annotated versions - of each source file, showing which lines of code were excercised. + of each source file, showing which lines of code were exercised. </para> </refsect1> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cobertura.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

