This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-site-plugin.
commit 14e34f169acb51150cb01430075019effd2ab449 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 28 13:28:23 2017 +0200 Depend on libdoxia-java (>= 1.2) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c4807c7..61c6adc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-site-plugin (2.3-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patch + - Depend on libdoxia-java (>= 1.2) -- Emmanuel Bourg <[email protected]> Thu, 27 Jul 2017 19:28:19 +0200 diff --git a/debian/control b/debian/control index 98094db..5360043 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, - libdoxia-java, + libdoxia-java (>= 1.2), libdoxia-sitetools-java, libjetty9-java, libmaven-doxia-tools-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-site-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

