This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository apache-mime4j.
commit 34980e97d2fd1c073345c06be907d32f4192e299 Author: David Paleino <[email protected]> Date: Sun Dec 30 21:53:57 2012 +0100 Drop dependency on JRE. --- debian/changelog | 3 ++- debian/control | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ad071ac..e42deee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ apache-mime4j (0.7.2-1) UNRELEASED; urgency=low configure maven-javadoc-plugin. * Standards-Version bump to 3.9.4, no changes needed. * Bump debhelper compatibility to 9. + * Drop dependency on JRE. - -- David Paleino <[email protected]> Sun, 30 Dec 2012 21:35:19 +0100 + -- David Paleino <[email protected]> Sun, 30 Dec 2012 21:53:51 +0100 apache-mime4j (0.6.1-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 11f7383..d24c541 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,6 @@ Architecture: all Depends: ${misc:Depends} , ${java:Depends} - , default-jre-headless , libcommons-logging-java Description: MIME and RFC822 parser for Java mime4j provides a parser, MimeStreamParser, for e-mail message streams in -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/apache-mime4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

