Skip to content
Commits on Source (5)
saaj (1.4.0-2) unstable; urgency=medium
* Fixed the OSGi metadata
* Fixed a build failure with Java 10
* Standards-Version updated to 4.1.5
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Sun, 29 Jul 2018 00:27:18 +0200
saaj (1.4.0-1) unstable; urgency=medium
* Initial release (Closes: #894405)
......
......@@ -10,9 +10,9 @@ Build-Depends:
libbuild-helper-maven-plugin-java,
libmaven-bundle-plugin-java,
maven-debian-helper (>= 2.1)
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/saaj.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/saaj.git
Standards-Version: 4.1.5
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/
Package: libsaaj-java
......
......@@ -3,3 +3,7 @@
# maven.test.skip=true
# project.build.sourceEncoding=UTF-8
spec.bundle.version=${project.version}
spec.bundle.symbolic-name=${project.artifactId}
spec.implementation.version=${project.version}
spec.specification.version=${project.version}
Description: Fixes the compatibility with Java 10
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/pom.xml
+++ b/pom.xml
@@ -135,11 +135,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
- <configuration>
- <argLine>
- -Xbootclasspath/p:${basedir}/target/classes
- </argLine>
- </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
01-java10-compatibility.patch
......@@ -2,6 +2,3 @@
%:
dh $@
get-orig-source:
uscan --download-current-version --force-download --rename