[Git][java-team/saaj][master] 5 commits: Fixed the OSGi metadata

Emmanuel Bourg gitlab at salsa.debian.org
Sat Jul 28 23:28:49 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / saaj


Commits:
02bff18d by Emmanuel Bourg at 2018-07-28T22:21:34Z
Fixed the OSGi metadata

- - - - -
e74ec9e6 by Emmanuel Bourg at 2018-07-28T22:25:06Z
Fixed a build failure with Java 10

- - - - -
a948e79b by Emmanuel Bourg at 2018-07-28T22:25:29Z
Standards-Version updated to 4.1.5

- - - - -
4e8e1791 by Emmanuel Bourg at 2018-07-28T22:25:39Z
Use salsa.debian.org Vcs-* URLs

- - - - -
123b6f98 by Emmanuel Bourg at 2018-07-28T22:27:26Z
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/maven.properties
- + debian/patches/01-java10-compatibility.patch
- + debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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 at apache.org>  Sun, 29 Jul 2018 00:27:18 +0200
+
 saaj (1.4.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #894405)


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -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


=====================================
debian/maven.properties
=====================================
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -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}


=====================================
debian/patches/01-java10-compatibility.patch
=====================================
--- /dev/null
+++ b/debian/patches/01-java10-compatibility.patch
@@ -0,0 +1,17 @@
+Description: Fixes the compatibility with Java 10
+Author: Emmanuel Bourg <ebourg at 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>


=====================================
debian/patches/series
=====================================
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-java10-compatibility.patch


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-get-orig-source:
-	uscan --download-current-version --force-download --rename



View it on GitLab: https://salsa.debian.org/java-team/saaj/compare/de42817652b0cc21cf3cceda219776419aeff9d0...123b6f986920cb4ec18a2a29f9ebf7e67d0156b2

-- 
View it on GitLab: https://salsa.debian.org/java-team/saaj/compare/de42817652b0cc21cf3cceda219776419aeff9d0...123b6f986920cb4ec18a2a29f9ebf7e67d0156b2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180728/a14b412c/attachment.html>


More information about the pkg-java-commits mailing list