Markus Koschany pushed to branch master at Debian Java Maintainers / openrefine-vicino
Commits: 33c17aa0 by Markus Koschany at 2021-10-25T12:07:18+02:00 Declare compliance with Debian Policy 4.6.0. - - - - - 836ab29f by Markus Koschany at 2021-10-25T12:08:37+02:00 Update changelog - - - - - 7244884f by Markus Koschany at 2021-10-25T12:09:41+02:00 Update patch header - - - - - 3 changed files: - debian/changelog - debian/control - debian/patches/CBZip2OutputStream.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +openrefine-vicino (1.2-2) unstable; urgency=medium + + * Source-only rebuild. + * Remove ant from B-D. + * Add new CBZip2OutputStream.patch and include the Ant classes instead. + Upstream will remove this feature in the near future and then we can drop + this patch. + * Declare compliance with Debian Policy 4.6.0. + + -- Markus Koschany <[email protected]> Mon, 25 Oct 2021 12:07:25 +0200 + openrefine-vicino (1.2-1) unstable; urgency=medium * Initial release. (Closes: #986679) ===================================== debian/control ===================================== @@ -11,7 +11,7 @@ Build-Depends: libopenrefine-arithcode-java, libsecondstring-java, maven-debian-helper -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/java-team/openrefine-vicino.git Vcs-Browser: https://salsa.debian.org/java-team/openrefine-vicino Homepage: https://github.com/OpenRefine/simile-vicino/ ===================================== debian/patches/CBZip2OutputStream.patch ===================================== @@ -2,6 +2,7 @@ From: Markus Koschany <[email protected]> Date: Sun, 17 Oct 2021 16:15:16 +0200 Subject: CBZip2OutputStream +Forwarded: https://github.com/OpenRefine/OpenRefine/issues/4228 --- .../mit/simile/vicino/distances/BZip2Distance.java | 2 +- .../org/apache/tools/bzip2/BZip2Constants.java | 109 ++ View it on GitLab: https://salsa.debian.org/java-team/openrefine-vicino/-/compare/66d8dd7fcaeacd3a128b70741c551280a716e632...7244884f2826c08b02162da9724c900010c123c0 -- View it on GitLab: https://salsa.debian.org/java-team/openrefine-vicino/-/compare/66d8dd7fcaeacd3a128b70741c551280a716e632...7244884f2826c08b02162da9724c900010c123c0 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

