Emmanuel Bourg pushed to branch master at Debian Java Maintainers / metro-policy
Commits: 80ac04fb by Emmanuel Bourg at 2018-11-02T10:20:59Z Fixed the build failure with Java 11 (Closes: #912357) - - - - - 6f99103c by Emmanuel Bourg at 2018-11-02T10:21:16Z Standards-Version updated to 4.2.1 - - - - - ecc2d4e0 by Emmanuel Bourg at 2018-11-02T10:21:26Z Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/control - debian/maven.properties - + debian/patches/01-activation-dependency.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +metro-policy (2.7.2-2) unstable; urgency=medium + + * Fixed the build failure with Java 11 (Closes: #912357) + * Standards-Version updated to 4.2.1 + + -- Emmanuel Bourg <[email protected]> Fri, 02 Nov 2018 11:21:22 +0100 + metro-policy (2.7.2-1) unstable; urgency=medium * Initial release (Closes: #905278) ===================================== debian/control ===================================== @@ -7,12 +7,13 @@ Build-Depends: debhelper (>= 11~), default-jdk, junit, + libactivation-java, libistack-commons-java, libmaven-bundle-plugin-java, libtxw2-java, libwoodstox-java, maven-debian-helper (>= 2.1) -Standards-Version: 4.2.0 +Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/java-team/metro-policy.git Vcs-Browser: https://salsa.debian.org/java-team/metro-policy Homepage: https://javaee.github.io/metro-policy/ ===================================== debian/maven.properties ===================================== @@ -3,3 +3,4 @@ # maven.test.skip=true # project.build.sourceEncoding=UTF-8 +atGenerated=false ===================================== debian/patches/01-activation-dependency.patch ===================================== @@ -0,0 +1,18 @@ +Description: Adds the dependency on the Activation Framework to fix the build failure with Java 11. + This patch can be removed after upgrading to the version 2.7.4 or higher. +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/pom.xml ++++ b/pom.xml +@@ -104,6 +104,11 @@ + <scope>runtime</scope> + </dependency> + <dependency> ++ <groupId>com.sun.activation</groupId> ++ <artifactId>javax.activation</artifactId> ++ <version>1.2.0</version> ++ </dependency> ++ <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +01-activation-dependency.patch View it on GitLab: https://salsa.debian.org/java-team/metro-policy/compare/44b4630434a2004cd97f451317a9b733d2ae2e1b...ecc2d4e07b2085460448f5aff21934a14f4ff7db -- View it on GitLab: https://salsa.debian.org/java-team/metro-policy/compare/44b4630434a2004cd97f451317a9b733d2ae2e1b...ecc2d4e07b2085460448f5aff21934a14f4ff7db 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

