This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-assembly-plugin.
commit 3af4835dbc3af4cd57f337131e5c723dda9a49b5 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 2 14:28:01 2015 +0100 New build dependency on libjsr305-java --- debian/changelog | 1 + debian/control | 3 ++- debian/maven.rules | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 408ca95..bda2226 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-assembly-plugin (2.4.1-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Removed descriptors.patch + - New build dependency on libjsr305-java * Fixed the build failure caused by the modello upgrade (Closes: #797245) * Use XZ compression for the upstream tarball * Documented the procedure to update the core Maven plugins in README.source diff --git a/debian/control b/debian/control index 528d475..3e87598 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]>, Damien Raude-Morvan <[email protected]> Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper -Build-Depends-Indep: libmaven-archiver-java, +Build-Depends-Indep: libjsr305-java, + libmaven-archiver-java, libmaven-common-artifact-filters-java, libmaven-file-management-java, libmaven-invoker-plugin-java (>= 1.3), diff --git a/debian/maven.rules b/debian/maven.rules index 3be906a..31210f6 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -6,3 +6,4 @@ org.apache.maven.shared maven-shared-io jar s/.*/debian/ * * org.codehaus.plexus plexus-component-metadata maven-plugin s/.*/1.5.5/ * * org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * * org.codehaus.plexus plexus-interpolation jar s/.*/debian/ * * +com.google.code.findbugs jsr305 * s/.*/0.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-assembly-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

