This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jdeb.
commit 75895e9fb470959488b28da65c1db8f2d3c6a306 Author: Emmanuel Bourg <[email protected]> Date: Tue Jan 10 14:32:20 2017 +0100 Fixed the test failure with BouncyCastle 1.56 --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/patches/01_fix_testcase_bouncycastle.patch | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a9b1870..c330785 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jdeb (1.5-4) UNRELEASED; urgency=medium + + * Team upload. + * Fixed the test failure with BouncyCastle 1.56 + + -- Emmanuel Bourg <[email protected]> Tue, 10 Jan 2017 14:31:38 +0100 + jdeb (1.5-3) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index c25c12d..4052ff9 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), Build-Depends-Indep: libmaven-invoker-plugin-java, libmaven-shade-plugin-java, ant, - libbcpg-java (>= 1.55), + libbcpg-java (>= 1.56), libcommons-compress-java, libcommons-io-java, libmaven3-core-java, diff --git a/debian/patches/01_fix_testcase_bouncycastle.patch b/debian/patches/01_fix_testcase_bouncycastle.patch index a90404e..39be67c 100644 --- a/debian/patches/01_fix_testcase_bouncycastle.patch +++ b/debian/patches/01_fix_testcase_bouncycastle.patch @@ -1,4 +1,4 @@ -Description: Update testcase to work with bouncycastle 1.55 +Description: Update testcase to work with bouncycastle 1.56 Author: Andreas Moog <[email protected]> --- a/src/test/java/org/vafer/jdeb/signing/PGPSignerTestCase.java @@ -8,7 +8,7 @@ Author: Andreas Moog <[email protected]> "TEST3\n" + "-----BEGIN PGP SIGNATURE-----\n" + - "Version: BCPG v1.53\n" + -+ "Version: BCPG v1.55\n" + ++ "Version: BCPG v1.56\n" + "\n" + "iEYEARECABAFAkax1rgJEHM9pIAuB02PAABIJgCghFmoCJCZ0CGiqgVLGGPd/Yh5\n" + "FQQAnRVqvI2ij45JQSHYJBblZ0Vv2meN\n" + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jdeb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

