This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libhtmlparser-java.
commit 6b92b2a191c71134441f4b5fcd9fa0d73200b691 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 10 11:42:15 2014 +0000 Removed the dependency on the Java runtime --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0c6f207..dab1be0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libhtmlparser-java (1.6.20060610.dfsg0-5) UNRELEASED; urgency=medium * Team upload. * debian/control: - Maintenance transferred to the Java Team + - Removed the dependency on the Java runtime -- Emmanuel Bourg <[email protected]> Wed, 10 Sep 2014 13:36:52 +0200 diff --git a/debian/control b/debian/control index bc524c6..e2b23e9 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Standards-Version: 3.8.4 Package: libhtmlparser-java Architecture: all -Depends: java-gcj-compat | java2-runtime, ${misc:Depends} +Depends: ${misc:Depends} Suggests: libhtmlparser-java-doc Description: java library to parse html HTML Parser is a Java library used to parse HTML in either a linear -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libhtmlparser-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

