This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository byte-buddy.
commit cc279620e9fe95badfafcfcb972260e1d31ccb18 Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 8 12:17:56 2017 +0200 Removed the unused build dependency on libmaven-assembly-plugin-java, libmaven-deploy-plugin-java and libmaven-site-plugin-java --- debian/changelog | 3 ++- debian/control | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 392d93e..69c16eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,8 @@ byte-buddy (1.7.2-1) UNRELEASED; urgency=medium [ Emmanuel Bourg ] * New upstream release - * Removed the unused build dependency on libmaven-install-plugin-java + * Removed the unused build dependency on maven-assembly-plugin, + maven-deploy-plugin, maven-install-plugin, maven-site-plugin * Ignore the maven-enforcer-plugin * Standards-Version updated to 4.1.0 diff --git a/debian/control b/debian/control index cb92981..fed4569 100644 --- a/debian/control +++ b/debian/control @@ -13,12 +13,9 @@ Build-Depends-Indep: default-jdk-doc, libfindbugs-annotations-java, liblombok-java, libmaven-antrun-plugin-java, - libmaven-assembly-plugin-java, libmaven-dependency-plugin-java, - libmaven-deploy-plugin-java, libmaven-javadoc-plugin-java, libmaven-shade-plugin-java (>= 2.4.3), - libmaven-site-plugin-java, libmaven3-core-java (>= 3.2.5), libsurefire-java Standards-Version: 4.1.0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/byte-buddy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

