This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jakarta-ecs.
commit dcd5ca9094b270b8a66213b47314d4a6bbe10588 Author: Emmanuel Bourg <[email protected]> Date: Thu Mar 6 18:06:52 2014 +0100 Removed the runtime dependency on the JRE --- debian/changelog | 4 +++- debian/control | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b5262ee..42cd372 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,9 @@ jakarta-ecs (1.4.2-3) UNRELEASED; urgency=medium * Team upload. * Switch to source format 3.0 (quilt) - * Standards-Version updated to 3.9.5 + * debian/control: + - Removed the runtime dependency on the JRE + - Standards-Version updated to 3.9.5 * debian/rules: Removed simple-patchsys.mk * Switch to debhelper level 9 diff --git a/debian/control b/debian/control index ec2440a..2505ce4 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://jakarta.apache.org/ecs Package: libjakarta-ecs-java Architecture: all -Depends: default-jre-headless | java2-runtime-headless, libregexp-java, ${misc:Depends} +Depends: libregexp-java, ${misc:Depends} Description: Element construction set for various markup languages Generation API directly supports HTML 4.0 and XML, but can easily be extended to create tags for any markup language. Documents are created -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jakarta-ecs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

