Pierre Gruet pushed to branch master at Debian Med / libgoby-java
Commits: 1f0226ab by Pierre Gruet at 2021-08-04T14:44:20+02:00 Adding dep3 headers in patches when missing - - - - - 3 changed files: - debian/patches/adapting_to_old_fastutil.patch - debian/patches/using_GeneratedMessageV3.patch - debian/patches/using_jbzip2.patch Changes: ===================================== debian/patches/adapting_to_old_fastutil.patch ===================================== @@ -1,3 +1,9 @@ +Description: changing some imports linked to fastutil classes + Goby 3.3.1 was written for an old fastutil library. +Author: Pierre Gruet <[email protected]> +Forwarded: not-needed +Last-Update: 2021-08-04 + --- a/goby-distribution/src/main/java/org/campagnelab/goby/alignments/ConcatSortedAlignmentReader.java +++ b/goby-distribution/src/main/java/org/campagnelab/goby/alignments/ConcatSortedAlignmentReader.java @@ -20,7 +20,7 @@ ===================================== debian/patches/using_GeneratedMessageV3.patch ===================================== @@ -1,3 +1,10 @@ +Description: using GeneratedMessageV3 from protobuf to replace GeneratedMessage + The protobuf package has changed quite a bit since the version goby 3.3.1 + relies on was edited. +Author: Pierre Gruet <[email protected]> +Forwarded: not-needed +Last-Update: 2021-08-04 + --- a/goby-distribution/src/main/java/org/campagnelab/goby/alignments/AlignmentCollectionHandler.java +++ b/goby-distribution/src/main/java/org/campagnelab/goby/alignments/AlignmentCollectionHandler.java @@ -20,7 +20,7 @@ ===================================== debian/patches/using_jbzip2.patch ===================================== @@ -1,3 +1,8 @@ +Description: using the classes of libjbzip2-java as a replacement for Bzip2* +Author: Pierre Gruet <[email protected]> +Forwarded: not-needed +Last-Update: 2021-08-04 + --- a/goby-distribution/src/main/java/org/campagnelab/goby/compression/BZip2ChunkCodec.java +++ b/goby-distribution/src/main/java/org/campagnelab/goby/compression/BZip2ChunkCodec.java @@ -19,8 +19,8 @@ View it on GitLab: https://salsa.debian.org/med-team/libgoby-java/-/commit/1f0226ab043686355a13f957d4060a95c7529140 -- View it on GitLab: https://salsa.debian.org/med-team/libgoby-java/-/commit/1f0226ab043686355a13f957d4060a95c7529140 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
