This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository httpcomponents-core.
commit 23a9a7def7557ac0df3be26bed4691711a416ad5 Author: Emmanuel Bourg <[email protected]> Date: Tue Jan 7 01:43:36 2014 +0100 Removed the unused build dependencies --- debian/changelog | 3 +++ debian/control | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index a29fc04..9f7c5f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ httpcomponents-core (4.3-2) UNRELEASED; urgency=medium * Build with maven-debian-helper + * Removed the unused build dependencies on libmaven-assembly-plugin-java, + libmaven-javadoc-plugin-java, libmaven-site-plugin-java + and libsurefire-java * Standards-Version updated to 3.9.5 (no changes) * Switch to debhelper level 9 diff --git a/debian/control b/debian/control index 47a2e10..40c2157 100644 --- a/debian/control +++ b/debian/control @@ -8,11 +8,7 @@ Build-Depends: cdbs, default-jdk, libbuild-helper-maven-plugin-java, libmaven-antrun-plugin-java, - libmaven-assembly-plugin-java (>= 2.2~beta5), libmaven-bundle-plugin-java, - libmaven-javadoc-plugin-java (>= 1.5), - libmaven-site-plugin-java, - libsurefire-java, maven-debian-helper Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-java/httpcomponents-core.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/httpcomponents-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

