This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jdeb.
commit d191b5b94d5df4c51f72bebc28bf155d210082e3 Author: Emmanuel Bourg <[email protected]> Date: Mon May 2 13:20:28 2016 +0200 Fixed the test failure with BouncyCastle 1.54 --- debian/changelog | 1 + debian/control | 2 +- debian/patches/01_fix_testcase_bouncycastle.patch | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index dbd0660..58969fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jdeb (1.5-2) UNRELEASED; urgency=medium * Team upload. + * Fixed the test failure with BouncyCastle 1.54 * Standards-Version updated to 3.9.8 (no changes) -- Emmanuel Bourg <[email protected]> Mon, 02 May 2016 12:27:00 +0200 diff --git a/debian/control b/debian/control index 31bee54..bfe9852 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.51), + libbcpg-java (>= 1.54), 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 f123ee1..c208366 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.49 +Description: Update testcase to work with bouncycastle 1.54 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.51\n" + ++ "Version: BCPG v1.54\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

