This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-plugin-testing-1.3.
commit 2f333381f431895f34133abd9d722da1afffe236 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 22 23:37:25 2013 +0000 Build depend on libplexus-maven-plugin-java (>= 1.3.8-9) to fix a build failure --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 153977a..7d5fc84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ maven-plugin-testing (1.2-4) UNRELEASED; urgency=low * Team upload. * Standards-Version updated to 3.9.5 (no changes) * Use canonical URLs for the Vcs-* fields + * Build depend on libplexus-maven-plugin-java (>= 1.3.8-9) + to fix a build failure * Switch to debhelper level 9 * Use XZ compression for the upstream tarball * debian/copyright: Updated to the Copyright Format 1.0 diff --git a/debian/control b/debian/control index 079c7fd..a4e4c7a 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends-Indep: default-jdk-doc, libplexus-archiver-java, libplexus-container-default-java, libplexus-container-default-java-doc, - libplexus-maven-plugin-java, + libplexus-maven-plugin-java (>= 1.3.8-9~), libplexus-utils-java, libplexus-utils-java-doc Standards-Version: 3.9.5 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-plugin-testing-1.3.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

