[maven-enforcer] 07/13: Add libjsr305-java to Build-Depends.

Markus Koschany apo at moszumanska.debian.org
Mon Oct 10 20:31:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository maven-enforcer.

commit 86ed547185359933bb89cbc12049186b25af4210
Author: Markus Koschany <apo at debian.org>
Date:   Mon Oct 10 21:04:20 2016 +0200

    Add libjsr305-java to Build-Depends.
    
    Ignore mockito and more test build-dependencies.
---
 debian/control           | 1 +
 debian/maven.ignoreRules | 2 ++
 debian/maven.rules       | 1 +
 3 files changed, 4 insertions(+)

diff --git a/debian/control b/debian/control
index 711e758..7ff9742 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Gabriele Giacone <1o5g4r8o at gmail.com>
 Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper
 Build-Depends-Indep: bsh,
                      libcommons-lang-java,
+                     libjsr305-java,
                      libmaven-common-artifact-filters-java,
                      libmaven-compiler-plugin-java (>= 2.0.2),
                      libmaven-dependency-tree-java,
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index cea22de..7b33fa1 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -6,3 +6,5 @@ org.apache.maven.plugins maven-site-plugin maven-plugin * *
 org.apache.maven.shared maven-plugin-testing-harness jar * *
 org.codehaus.mojo cobertura-maven-plugin * *
 org.codehaus.plexus plexus-maven-plugin * *
+org.apache.maven.plugin-testing maven-plugin-testing-harness jar * *
+org.mockito mockito-core jar * *
diff --git a/debian/maven.rules b/debian/maven.rules
index bd0231e..2f80425 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1 +1,2 @@
 org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ *
+com.google.code.findbugs jsr305 jar s/.*/0.x/ *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-enforcer.git



More information about the pkg-java-commits mailing list