[Git][java-team/msgpack-java][master] 4 commits: Wrapping and sorting.
Andrius Merkys
gitlab at salsa.debian.org
Wed Sep 11 13:12:57 BST 2019
Andrius Merkys pushed to branch master at Debian Java Maintainers / msgpack-java
Commits:
928d2de1 by Andrius Merkys at 2019-09-11T10:05:44Z
Wrapping and sorting.
- - - - -
66505315 by Andrius Merkys at 2019-09-11T10:25:01Z
Changing the description.
- - - - -
11f41bb0 by Andrius Merkys at 2019-09-11T11:55:45Z
Adjusting parent artifact's name according to build.sbt.
- - - - -
4ef7d993 by Andrius Merkys at 2019-09-11T12:01:56Z
Adding junit4 as build-dep.
- - - - -
4 changed files:
- debian/control
- debian/copyright
- debian/patches/compile.patch
- debian/patches/pom.xml
Changes:
=====================================
debian/control
=====================================
@@ -2,9 +2,16 @@ Source: msgpack-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Andrius Merkys <merkys at debian.org>
-Build-Depends: debhelper (>= 11), default-jdk, maven-debian-helper (>= 2.1)
-Build-Depends-Indep: libcommons-math3-java (>= 3.6.1), libjackson2-databind-java
+Uploaders:
+ Andrius Merkys <merkys at debian.org>,
+Build-Depends:
+ debhelper (>= 11),
+ default-jdk,
+ maven-debian-helper (>= 2.1),
+Build-Depends-Indep:
+ junit4,
+ libcommons-math3-java (>= 3.6.1),
+ libjackson2-databind-java,
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/msgpack-java.git
Vcs-Browser: https://salsa.debian.org/java-team/msgpack-java
@@ -12,8 +19,10 @@ Homepage: http://msgpack.org/
Package: libmsgpack-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Suggests: ${maven:OptionalDepends}
-Description: jackson-dataformat-msgpack
+Depends:
+ ${maven:Depends},
+ ${misc:Depends},
+Suggests:
+ ${maven:OptionalDepends},
+Description: MessagePack for Java
Jackson extension that adds support for MessagePack
-
=====================================
debian/copyright
=====================================
@@ -16,5 +16,3 @@ License: Apache-2.0
License: EPL-1.0
TODO: include the full text of the license here
-
-
=====================================
debian/patches/compile.patch
=====================================
@@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.msgpack</groupId>
- <artifactId>jackson-dataformat-msgpack</artifactId>
+ <artifactId>msgpack-java</artifactId>
- <packaging>jar</packaging>
+ <packaging>pom</packaging>
<description>Jackson extension that adds support for MessagePack</description>
=====================================
debian/patches/pom.xml
=====================================
@@ -5,7 +5,7 @@
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.msgpack</groupId>
-+ <artifactId>jackson-dataformat-msgpack</artifactId>
++ <artifactId>msgpack-java</artifactId>
+ <packaging>jar</packaging>
+ <description>Jackson extension that adds support for MessagePack</description>
+ <version>0.8.17</version>
@@ -90,7 +90,7 @@
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.msgpack</groupId>
-+ <artifactId>jackson-dataformat-msgpack</artifactId>
++ <artifactId>msgpack-java</artifactId>
+ <version>0.8.17</version>
+ </parent>
+ <artifactId>msgpack-core</artifactId>
@@ -110,7 +110,7 @@
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.msgpack</groupId>
-+ <artifactId>jackson-dataformat-msgpack</artifactId>
++ <artifactId>msgpack-java</artifactId>
+ <version>0.8.17</version>
+ </parent>
+ <artifactId>msgpack-jackson</artifactId>
View it on GitLab: https://salsa.debian.org/java-team/msgpack-java/compare/a41f86fe2b67f584401015f5c2782c577b3ba8a8...4ef7d993e8eddd74f0536afa5f5b6c8fb7547017
--
View it on GitLab: https://salsa.debian.org/java-team/msgpack-java/compare/a41f86fe2b67f584401015f5c2782c577b3ba8a8...4ef7d993e8eddd74f0536afa5f5b6c8fb7547017
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/20190911/8eeb0fb5/attachment.html>
More information about the pkg-java-commits
mailing list