Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
3
Standards-Version updated to 4.2.1
· 7889e2cf
Emmanuel Bourg
authored
Nov 05, 2018
7889e2cf
Fixed the build failure with Java 11 (Closes: #912351)
· 9cf0509b
Emmanuel Bourg
authored
Nov 05, 2018
9cf0509b
Upload to unstable
· 48a3a273
Emmanuel Bourg
authored
Nov 05, 2018
48a3a273
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
48a3a273
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 <ebourg@apache.org> Mon, 05 Nov 2018 22:16:31 +0100
stax-ex (1.7.8-2) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
48a3a273
...
...
@@ -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 → 100644
View file @
48a3a273
Description: Adds the missing dependency on JAXB to build with Java 11
Author: Emmanuel Bourg <ebourg@apache.org>
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 → 100644
View file @
48a3a273
01-jaxb-dependency.patch