This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository bnd.
commit b1d56f90f1c1b98a7aef46045451bdf463248c2c Author: Markus Koschany <[email protected]> Date: Thu May 14 15:46:38 2015 +0200 Add findbugs.patch --- debian/patches/findbugs.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) diff --git a/debian/patches/findbugs.patch b/debian/patches/findbugs.patch new file mode 100644 index 0000000..8b0baa1 --- /dev/null +++ b/debian/patches/findbugs.patch @@ -0,0 +1,21 @@ +From: Markus Koschany <[email protected]> +Date: Thu, 14 May 2015 15:46:26 +0200 +Subject: findbugs + +--- + cnf/build.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/cnf/build.xml b/cnf/build.xml +index 17a1761..e759e7f 100644 +--- a/cnf/build.xml ++++ b/cnf/build.xml +@@ -31,7 +31,7 @@ + + <taskdef name="findbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask"> + <classpath> +- <fileset dir="${workspacedir}/cnf/findbugs/lib"> ++ <fileset dir="/usr/share/java/"> + <include name="**/*.jar" /> + </fileset> + </classpath> diff --git a/debian/patches/series b/debian/patches/series index 3779c71..5e77f2e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,3 +7,4 @@ fix-encoding.patch no-ee.j2se.patch no-osgi.r5.patch ant-contrib.patch +findbugs.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bnd.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

