This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository libcommons-compress-java.
commit 486489dada85ff0b0674c395165addf69b923ceb Author: tony mancill <[email protected]> Date: Mon Feb 15 20:25:43 2016 -0800 adapt changelog portion of upstream patch for #814583 --- debian/patches/java8_build_changes.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) diff --git a/debian/patches/java8_build_changes.patch b/debian/patches/java8_build_changes.patch new file mode 100644 index 0000000..eb217c3 --- /dev/null +++ b/debian/patches/java8_build_changes.patch @@ -0,0 +1,14 @@ +--- a/src/changes/changes.xml ++++ b/src/changes/changes.xml +@@ -53,7 +53,10 @@ + breaks backwards compatibility for code which used the old package. + This also changes the superclass of ZCompressorInputStream. + "> +- ++ <action issue="COMPRESS-326" type="fix" date="2015-10-24"> ++ Adjusted unit test to updates in Java8 and later that change ++ the logic of ZipEntry#getTime. ++ </action> + <action issue="COMPRESS-317" type="fix" date="2015-06-09" + due-to="Lucas Werkmeister"> + ArrayIndexOutOfBoundsException when ZIP extra fields are read diff --git a/debian/patches/series b/debian/patches/series index 79c51b6..0cb824b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ java8_build.patch +java8_build_changes.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-compress-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

