Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Refreshing version number in patches to fix failing build.
· 53e7ae6d
Andrius Merkys
authored
Nov 11, 2019
53e7ae6d
Preparing for release.
· 1345ee08
Andrius Merkys
authored
Nov 11, 2019
1345ee08
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1345ee08
msgpack-java (0.8.18-2) unstable; urgency=medium
* Refreshing version number in patches to fix failing build.
-- Andrius Merkys <merkys@debian.org> Mon, 11 Nov 2019 09:41:57 -0500
msgpack-java (0.8.18-1) unstable; urgency=medium
* New upstream version 0.8.18
...
...
debian/patches/compile.patch
View file @
1345ee08
...
...
@@ -10,7 +10,7 @@ Author: Andrius Merkys <merkys@debian.org>
- <packaging>jar</packaging>
+ <packaging>pom</packaging>
<description>Jackson extension that adds support for MessagePack</description>
<version>0.8.1
7
</version>
<version>0.8.1
8
</version>
<name>jackson-dataformat-msgpack</name>
@@ -77,4 +77,24 @@
<scope>test</scope>
...
...
debian/patches/pom.xml
View file @
1345ee08
...
...
@@ -11,7 +11,7 @@ Author: Andrius Merkys <merkys@debian.org>
+
<artifactId>
msgpack-java
</artifactId>
+
<packaging>
jar
</packaging>
+
<description>
Jackson extension that adds support for MessagePack
</description>
+
<version>
0.8.1
7
</version>
+
<version>
0.8.1
8
</version>
+
<name>
jackson-dataformat-msgpack
</name>
+
<organization>
+
<name>
MessagePack
</name>
...
...
@@ -63,7 +63,7 @@ Author: Andrius Merkys <merkys@debian.org>
+
<dependency>
+
<groupId>
org.msgpack
</groupId>
+
<artifactId>
msgpack-core
</artifactId>
+
<version>
0.8.1
7
</version>
+
<version>
0.8.1
8
</version>
+
</dependency>
+
<dependency>
+
<groupId>
com.fasterxml.jackson.core
</groupId>
...
...
@@ -94,7 +94,7 @@ Author: Andrius Merkys <merkys@debian.org>
+
<parent>
+
<groupId>
org.msgpack
</groupId>
+
<artifactId>
msgpack-java
</artifactId>
+
<version>
0.8.1
7
</version>
+
<version>
0.8.1
8
</version>
+
</parent>
+
<artifactId>
msgpack-core
</artifactId>
+
<build>
...
...
@@ -114,7 +114,7 @@ Author: Andrius Merkys <merkys@debian.org>
+
<parent>
+
<groupId>
org.msgpack
</groupId>
+
<artifactId>
msgpack-java
</artifactId>
+
<version>
0.8.1
7
</version>
+
<version>
0.8.1
8
</version>
+
</parent>
+
<artifactId>
msgpack-jackson
</artifactId>
+
<build>
...
...