This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jtidy.
commit 7c618346227caae0f0d32ac0e3f571b2a1ffade7 Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 18 10:03:29 2017 +0100 Improved the package description --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 179b0a9..736fa4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ jtidy (7+svn20110807-5) UNRELEASED; urgency=low [ Emmanuel Bourg ] * Removed Michael Koch from the uploaders (Closes: #654040, #884609) * Build with the DH sequencer instead of CDBS + * Improved the package description * Moved the package to Git * Standards-Version updated to 4.1.2 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 8660d10..b286c0b 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Package: libjtidy-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: libjtidy-java-doc -Description: JTidy +Description: JTidy HTML syntax checker and pretty printer JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM interface to the document @@ -36,7 +36,7 @@ Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libjtidy-java -Description: Documentation for JTidy +Description: JTidy HTML syntax checker and pretty printer (documentation) JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM interface to the document -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jtidy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

