Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fixed the build failure with Java 11 (Closes: #912461)
· 3acccaec
Emmanuel Bourg
authored
Nov 30, 2018
3acccaec
Standards-Version updated to 4.2.1
· 91ad4e7e
Emmanuel Bourg
authored
Nov 30, 2018
91ad4e7e
Upload to unstable
· f1680b86
Emmanuel Bourg
authored
Nov 30, 2018
f1680b86
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f1680b86
jaxb (2.3.0.1-6) unstable; urgency=medium
* Team upload.
* Fixed the build failure with Java 11 (Closes: #912461)
* Standards-Version updated to 4.2.1
-- Emmanuel Bourg <ebourg@apache.org> Fri, 30 Nov 2018 18:59:21 +0100
jaxb (2.3.0.1-5) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
f1680b86
...
...
@@ -12,12 +12,12 @@ Build-Depends:
libdtd-parser-java,
libfastinfoset-java,
libistack-commons-java,
libjaxb-api-java (>= 2.3.
0-2
),
libjaxb-api-java (>= 2.3.
1
),
libmaven-dependency-plugin-java,
libmaven-javadoc-plugin-java,
librelaxng-datatype-java,
maven-debian-helper (>= 2.2)
Standards-Version: 4.2.
0
Standards-Version: 4.2.
1
Vcs-Git: https://salsa.debian.org/java-team/jaxb.git
Vcs-Browser: https://salsa.debian.org/java-team/jaxb
Homepage: https://javaee.github.io/jaxb-v2/
...
...
debian/patches/08-java10-compatibility.patch
View file @
f1680b86
...
...
@@ -56,17 +56,6 @@ Forwarded: not-needed
</activation>
<modules>
<module>jaxb-jxc-jdk9</module>
--- a/jaxb-ri/runtime/impl/pom.xml
+++ b/jaxb-ri/runtime/impl/pom.xml
@@ -106,7 +106,7 @@
<profile>
<id>jdk9-setup</id>
<activation>
- <jdk>9</jdk>
+ <jdk>[9,)</jdk>
</activation>
<build>
<plugins>
--- a/jaxb-ri/xjc/pom.xml
+++ b/jaxb-ri/xjc/pom.xml
@@ -258,7 +258,7 @@
...
...