Emmanuel Bourg pushed to branch master at Debian Java Maintainers / stax-ex
Commits: 7889e2cf by Emmanuel Bourg at 2018-11-05T21:07:11Z Standards-Version updated to 4.2.1 - - - - - 9cf0509b by Emmanuel Bourg at 2018-11-05T21:16:19Z Fixed the build failure with Java 11 (Closes: #912351) - - - - - 48a3a273 by Emmanuel Bourg at 2018-11-05T21:19:02Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/01-jaxb-dependency.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +stax-ex (1.7.8-3) unstable; urgency=medium + + * Team upload. + * Fixed the build failure with Java 11 (Closes: #912351) + * Standards-Version updated to 4.2.1 + + -- Emmanuel Bourg <[email protected]> Mon, 05 Nov 2018 22:16:31 +0100 + stax-ex (1.7.8-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -9,9 +9,10 @@ Build-Depends: javahelper, junit4, libactivation-java, + libjaxb-api-java, libmaven-bundle-plugin-java, maven-debian-helper (>= 1.5) -Standards-Version: 4.1.5 +Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/java-team/stax-ex.git Vcs-Browser: https://salsa.debian.org/java-team/stax-ex Homepage: https://javaee.github.io/metro-stax-ex/ ===================================== debian/patches/01-jaxb-dependency.patch ===================================== @@ -0,0 +1,17 @@ +Description: Adds the missing dependency on JAXB to build with Java 11 +Author: Emmanuel Bourg <[email protected]> +Forwarded: no +--- a/pom.xml ++++ b/pom.xml +@@ -94,6 +94,11 @@ + <version>1.0-2</version> + </dependency> + <dependency> ++ <groupId>javax.xml.bind</groupId> ++ <artifactId>jaxb-api</artifactId> ++ <version>debian</version> ++ </dependency> ++ <dependency> + <groupId>javax.activation</groupId> + <artifactId>activation</artifactId> + <version>1.1</version> ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +01-jaxb-dependency.patch View it on GitLab: https://salsa.debian.org/java-team/stax-ex/compare/68e72ce6aec955797c2c6a156ebd9df6b88daccc...48a3a273836d8d6cc44f39768a56c960862eda1c -- View it on GitLab: https://salsa.debian.org/java-team/stax-ex/compare/68e72ce6aec955797c2c6a156ebd9df6b88daccc...48a3a273836d8d6cc44f39768a56c960862eda1c 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

