This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch eclipse-aether in repository eclipse-aether.
commit 8c67261a6f4a4d30fede61d5b514affe9ac9319f Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 30 16:35:13 2014 +0200 Removed the unused build dependencies on the -doc packages --- debian/changelog | 2 ++ debian/control | 10 ++-------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7104ef1..68f680c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ aether (1.13.1-3) UNRELEASED; urgency=medium * Team upload. + * debian/control: + - Removed the unused build dependencies on the -doc packages * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Tue, 30 Sep 2014 16:32:33 +0200 diff --git a/debian/control b/debian/control index bc1f6d9..a650357 100644 --- a/debian/control +++ b/debian/control @@ -4,21 +4,15 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) -Build-Depends-Indep: default-jdk-doc, - junit4, +Build-Depends-Indep: junit4, libasync-http-client-java, - libasync-http-client-java-doc, libmaven-javadoc-plugin-java, libplexus-classworlds2-java, - libplexus-classworlds2-java-doc, libplexus-containers1.5-java (>= 1.5.5-2), - libplexus-containers1.5-java-doc, libplexus-utils2-java, - libplexus-utils2-java-doc, libsisu-ioc-java, libslf4j-java, - libwagon-java, - libwagon-java-doc + libwagon-java Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-java/aether.git Vcs-Browser: http://git.debian.org/?p=pkg-java/aether.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-aether.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

