Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Wrapping and sorting.
· 928d2de1
Andrius Merkys
authored
Sep 11, 2019
928d2de1
Changing the description.
· 66505315
Andrius Merkys
authored
Sep 11, 2019
66505315
Adjusting parent artifact's name according to build.sbt.
· 11f41bb0
Andrius Merkys
authored
Sep 11, 2019
11f41bb0
Adding junit4 as build-dep.
· 4ef7d993
Andrius Merkys
authored
Sep 11, 2019
4ef7d993
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
4ef7d993
...
...
@@ -2,9 +2,16 @@ Source: msgpack-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andrius Merkys <merkys@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@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
View file @
4ef7d993
...
...
@@ -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
View file @
4ef7d993
...
...
@@ -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
View file @
4ef7d993
...
...
@@ -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>
...
...