[Git][java-team/jaxb-api][master] Added the missing META-INF/versions directory in the multi release jar

Emmanuel Bourg gitlab at salsa.debian.org
Mon Jun 4 10:48:44 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jaxb-api


Commits:
0a2eb40c by Emmanuel Bourg at 2018-06-04T11:48:29+02:00
Added the missing META-INF/versions directory in the multi release jar

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/01-fix-multi-release-jar.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jaxb-api (2.3.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Added the missing META-INF/versions directory in the multi release jar
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 04 Jun 2018 09:45:12 +0200
+
 jaxb-api (2.3.0-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>
 Build-Depends:
  debhelper (>= 11),
  default-jdk,
+ libbuild-helper-maven-plugin-java,
+ libmaven-antrun-plugin-java,
  libmaven-bundle-plugin-java,
  libmaven-dependency-plugin-java,
  maven-debian-helper (>= 1.5)


=====================================
debian/patches/01-fix-multi-release-jar.patch
=====================================
--- /dev/null
+++ b/debian/patches/01-fix-multi-release-jar.patch
@@ -0,0 +1,24 @@
+Description: Add the missing META-INF/versions directory in the multi release jar
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/jaxb-api/pom.xml
++++ b/jaxb-api/pom.xml
+@@ -345,7 +345,7 @@
+         <profile>
+             <id>jdk9</id>
+             <activation>
+-                <jdk>9</jdk>
++                <activeByDefault>true</activeByDefault>
+             </activation>
+             <build>
+                 <pluginManagement>
+@@ -453,9 +453,6 @@
+                                 </goals>
+                             </execution>
+                         </executions>
+-                        <configuration>
+-                            <skip>true</skip>
+-                        </configuration>
+                     </plugin>
+                 </plugins>
+             </build>


=====================================
debian/patches/series
=====================================
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix-multi-release-jar.patch



View it on GitLab: https://salsa.debian.org/java-team/jaxb-api/commit/0a2eb40c1b61f765e3dfbbdacf8edf408c634d91

-- 
View it on GitLab: https://salsa.debian.org/java-team/jaxb-api/commit/0a2eb40c1b61f765e3dfbbdacf8edf408c634d91
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/20180604/7f6bc0ba/attachment.html>


More information about the pkg-java-commits mailing list