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 edc36b1bdaa072b12915666b9631511cbe99a45b Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 7 16:48:34 2017 +0200 Removed the build dependency on libmaven-install-plugin-java --- debian/changelog | 7 +++++++ debian/control | 1 - debian/rules | 3 --- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e786624..000d844 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apache-mime4j (0.7.2-5) UNRELEASED; urgency=medium + + * Team upload. + * Removed the build dependency on libmaven-install-plugin-java + + -- Emmanuel Bourg <[email protected]> Thu, 07 Sep 2017 16:48:06 +0200 + apache-mime4j (0.7.2-4) unstable; urgency=medium * Build with maven-debian-helper (should improve the reproducibility) diff --git a/debian/control b/debian/control index 5e18cf7..913ee9c 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Build-Depends-Indep: junit, libjavacc-maven-plugin-java, liblog4j1.2-java, libmaven-bundle-plugin-java, - libmaven-install-plugin-java, libmaven-javadoc-plugin-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/apache-mime4j.git diff --git a/debian/rules b/debian/rules index 3702734..9950bf7 100755 --- a/debian/rules +++ b/debian/rules @@ -6,8 +6,5 @@ override_dh_installchangelogs: dh_installchangelogs RELEASE_NOTES.txt -override_dh_auto_build: - dh_auto_build -- install javadoc:aggregate - get-orig-source: uscan --force-download --download-current-version --repack --rename -- 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

