This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jdeb.
commit 1c84ca856e36f5b907dc4767222d08431f8bac28 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 27 16:01:12 2017 +0200 Fixed the test failure with BouncyCastle 1.57 --- 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 4069116..be5fdc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jdeb (1.5-5) UNRELEASED; urgency=medium + + * Team upload. + * Fixed the test failure with BouncyCastle 1.57 + + -- Emmanuel Bourg <[email protected]> Tue, 27 Jun 2017 16:00:25 +0200 + jdeb (1.5-4) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index a2417bf..f7ef286 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10), Build-Depends-Indep: libmaven-invoker-plugin-java, libmaven-shade-plugin-java, ant, - libbcpg-java (>= 1.56), + libbcpg-java (>= 1.57), 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 39be67c..64c7323 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.56 +Description: Update testcase to work with bouncycastle 1.57 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.56\n" + ++ "Version: BCPG v1.57\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

