Andrej Shadura pushed to branch master at Debian Java Maintainers / javatools
Commits: f1e08ca1 by Apollon Oikonomopoulos at 2019-02-24T09:50:25Z jh_classpath: handle multiple package tmpdirs When reading .classpath files, jh_classpath will try to find jars by relative location first, and fall back to using the *first* package's tmpdir subsequently. This breaks handling for multi-binary sources where jars appear in the second or subsequent binary package, as jars will be searched for in the wrong tmpdir. Fix this by using the tmpdir corresponding to $package. - - - - - 35062204 by Niels Thykier at 2019-02-24T09:52:45Z Add changelog entry for Apollon Oikonomopoulos patch Signed-off-by: Niels Thykier <[email protected]> - - - - - 578e0e36 by Niels Thykier at 2019-02-24T10:26:43Z Release javatools/0.72.2 Signed-off-by: Niels Thykier <[email protected]> - - - - - 07265d9a by Andrej Shadura at 2019-03-10T12:05:06Z Merge branches master and buster - - - - - 1 changed file: - debian/changelog Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -javatools (0.72.2) UNRELEASED; urgency=medium +javatools (0.72.3) UNRELEASED; urgency=medium * Team upload. @@ -7,10 +7,16 @@ javatools (0.72.2) UNRELEASED; urgency=medium to understand "-N". * Remove obsolete Suggests on cvs, gawk and tofrodos. + -- Niels Thykier <[email protected]> Wed, 02 Jan 2019 08:35:39 +0000 + +javatools (0.72.2) unstable; urgency=medium + + * Team upload. + [ Apollon Oikonomopoulos ] * jh_classpath: handle multiple package tmpdirs. - -- Niels Thykier <[email protected]> Wed, 02 Jan 2019 08:35:39 +0000 + -- Niels Thykier <[email protected]> Sun, 24 Feb 2019 10:20:17 +0000 javatools (0.72.1) unstable; urgency=medium View it on GitLab: https://salsa.debian.org/java-team/javatools/compare/a2745feeed463e34362f5517a8e60b11882ca0d4...07265d9a8896f6c3e9f01ce2a1e680732acbf6f1 -- View it on GitLab: https://salsa.debian.org/java-team/javatools/compare/a2745feeed463e34362f5517a8e60b11882ca0d4...07265d9a8896f6c3e9f01ce2a1e680732acbf6f1 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

