This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository derby.
commit 85d453aeb8a2da04d1413bc72193bb0a69f79254 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 18 16:14:50 2016 +0100 Skip the jardrift check --- debian/patches/02-skip-jardriftcheck.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) diff --git a/debian/patches/02-skip-jardriftcheck.patch b/debian/patches/02-skip-jardriftcheck.patch new file mode 100644 index 0000000..41dee15 --- /dev/null +++ b/debian/patches/02-skip-jardriftcheck.patch @@ -0,0 +1,14 @@ +Description: Skip the jardrift check +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/build.xml ++++ b/build.xml +@@ -1419,7 +1419,7 @@ + + <target + name="buildjars" +- depends="initjars,derbyjar,derbytoolsjar,derbynetjar,derbyclientjar,derbyoptionaltoolsjar,derbyrunjar,derbywar,derbylocalejars,derbytestingjar,jardriftcheck" ++ depends="initjars,derbyjar,derbytoolsjar,derbynetjar,derbyclientjar,derbyoptionaltoolsjar,derbyrunjar,derbywar,derbylocalejars,derbytestingjar" + description="Build all of the Derby jar files." + /> + diff --git a/debian/patches/series b/debian/patches/series index bd0b19f..a35e7c7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01-lucene-compatibility.patch +02-skip-jardriftcheck.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/derby.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

