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 67252a9b8219b9a1f18b28722765b7500c4ea41f Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 9 08:45:56 2015 +0100 Removed the explicit build dependencies on maven2 and maven-repo-helper --- debian/changelog | 1 + debian/control | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 398f531..d76b819 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ apache-mime4j (0.7.2-4) UNRELEASED; urgency=medium * Removed the dependency on maven-assembly-plugin (Closes: #804458) * No longer build and install the benchmark module + * Removed the explicit build dependencies on maven2 and maven-repo-helper * Standards-Version updated to 3.9.6 (no changes) -- Emmanuel Bourg <[email protected]> Sun, 08 Nov 2015 22:57:09 +0100 diff --git a/debian/control b/debian/control index decd18e..9bb139f 100644 --- a/debian/control +++ b/debian/control @@ -6,9 +6,7 @@ Uploaders: David Paleino <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9~) , default-jdk - , maven2 , maven-debian-helper - , maven-repo-helper , javahelper Build-Depends-Indep: libmaven-javadoc-plugin-java -- 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

