[Git][java-team/jdeb][master] 5 commits: Use debhelper 12
Tony Mancill
gitlab at salsa.debian.org
Fri Jul 26 05:13:11 BST 2019
Tony Mancill pushed to branch master at Debian Java Maintainers / jdeb
Commits:
86e1079f by tony mancill at 2019-07-26T03:58:34Z
Use debhelper 12
- - - - -
77d9e2b1 by tony mancill at 2019-07-26T03:59:16Z
Update for BouncyCastle 1.61
- - - - -
17dc06fa by tony mancill at 2019-07-26T03:59:16Z
Bump Standards-Version to 4.4.0
- - - - -
c9c79369 by tony mancill at 2019-07-26T03:59:16Z
prepare changelog for upload to unstable
- - - - -
ffff722e by tony mancill at 2019-07-26T04:08:49Z
whitespace
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/patches/01_fix_testcase_bouncycastle.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+jdeb (1.6-4) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed the test failure with BouncyCastle 1.61
+ * Bump Standards-Version to 4.4.0
+ * Use debhelper 12
+
+ -- tony mancill <tmancill at debian.org> Thu, 25 Jul 2019 20:56:39 -0700
+
jdeb (1.6-3) unstable; urgency=medium
* Team upload.
@@ -127,7 +136,7 @@ jdeb (1.0.2~git20130829-2) unstable; urgency=low
[ tony mancill ]
* Apply patch from Andreas Moog
- - Add Build-Depends on libmaven-plugin-tools-java to fix FTBFS
+ - Add Build-Depends on libmaven-plugin-tools-java to fix FTBFS
(Closes: #724097) (LP: #1249778)
- debian/patches/01_fix_testcase_bouncycastle.patch:
Update testcase to work with bouncycastle 1.49
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12
=====================================
debian/control
=====================================
@@ -7,10 +7,10 @@ Uploaders:
Emmanuel Bourg <ebourg at apache.org>
Build-Depends:
ant,
- debhelper (>= 11),
+ debhelper (>= 12),
default-jdk,
junit,
- libbcpg-java (>= 1.60),
+ libbcpg-java (>= 1.61),
libcommons-compress-java,
libcommons-io-java,
libmaven-invoker-plugin-java,
@@ -20,7 +20,7 @@ Build-Depends:
libmockito-java,
libxz-java,
maven-debian-helper (>= 1.5)
-Standards-Version: 4.1.5
+Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/java-team/jdeb.git
Vcs-Browser: https://salsa.debian.org/java-team/jdeb
Homepage: https://github.com/tcurdt/jdeb
=====================================
debian/patches/01_fix_testcase_bouncycastle.patch
=====================================
@@ -1,4 +1,4 @@
-Description: Update testcase to work with bouncycastle 1.60
+Description: Update testcase to work with bouncycastle 1.61
Author: Andreas Moog <amoog at ubuntu.com>
Forwarded: not-needed
--- a/src/test/java/org/vafer/jdeb/signing/PGPSignerTestCase.java
@@ -8,7 +8,7 @@ Forwarded: not-needed
"TEST3\n" +
"-----BEGIN PGP SIGNATURE-----\n" +
- "Version: BCPG v1.58\n" +
-+ "Version: BCPG v1.60\n" +
++ "Version: BCPG v1.61\n" +
"\n" +
"iEYEARECABAFAkax1rgJEHM9pIAuB02PAABIJgCghFmoCJCZ0CGiqgVLGGPd/Yh5\n" +
"FQQAnRVqvI2ij45JQSHYJBblZ0Vv2meN\n" +
View it on GitLab: https://salsa.debian.org/java-team/jdeb/compare/83fd7ecaeecb13569229d9e200074b2c7d47ec36...ffff722e5d1f90ae5096bc4919d261e4df958f42
--
View it on GitLab: https://salsa.debian.org/java-team/jdeb/compare/83fd7ecaeecb13569229d9e200074b2c7d47ec36...ffff722e5d1f90ae5096bc4919d261e4df958f42
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190726/1e9ee4cf/attachment.html>
More information about the pkg-java-commits
mailing list