Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Standards-Version updated to 4.2.1
· 35a8b8b2
Emmanuel Bourg
authored
Nov 02, 2018
35a8b8b2
Fixed the build failure with Java 11 (Closes: #912352)
· 5e9179db
Emmanuel Bourg
authored
Nov 02, 2018
5e9179db
Upload to unstable
· 715d61a9
Emmanuel Bourg
authored
Nov 02, 2018
715d61a9
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
715d61a9
saaj (1.4.0-3) unstable; urgency=medium
* Fixed the build failure with Java 11 (Closes: #912352)
* Standards-Version updated to 4.2.1
-- Emmanuel Bourg <ebourg@apache.org> Fri, 02 Nov 2018 11:47:56 +0100
saaj (1.4.0-2) unstable; urgency=medium
* Fixed the OSGi metadata
...
...
debian/control
View file @
715d61a9
...
...
@@ -7,10 +7,11 @@ Build-Depends:
debhelper (>= 11),
default-jdk,
junit4,
libactivation-java,
libbuild-helper-maven-plugin-java,
libmaven-bundle-plugin-java,
maven-debian-helper (>= 2.1)
Standards-Version: 4.
1.5
Standards-Version: 4.
2.1
Vcs-Git: https://salsa.debian.org/java-team/saaj.git
Vcs-Browser: https://salsa.debian.org/java-team/saaj
Homepage: https://javaee.github.io/javaee-spec/
...
...
debian/patches/02-activation-dependency.patch
0 → 100644
View file @
715d61a9
Description: Adds the dependency on the Activation Framework to fix the build failure with Java 11.
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,11 @@
<dependencies>
<dependency>
+ <groupId>com.sun.activation</groupId>
+ <artifactId>javax.activation</artifactId>
+ <version>1.2.0</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
debian/patches/series
View file @
715d61a9
01-java10-compatibility.patch
02-activation-dependency.patch