[libkryo-java] 05/06: Updated the groupId of minlog in the pom (Closes: #851034, #851037)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jan 12 16:23:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libkryo-java.
commit b4ba3957d4838c2c2045a8bda6b9a0e76ed2d968
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jan 12 01:50:34 2017 +0100
Updated the groupId of minlog in the pom (Closes: #851034, #851037)
---
debian/changelog | 1 +
debian/control | 4 ++--
debian/maven.rules | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f22f3f2..f5da253 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
libkryo-java (2.20-6) UNRELEASED; urgency=medium
* Team upload.
+ * Updated the groupId of minlog in the pom (Closes: #851034, #851037)
* Standards-Version updated to 3.9.8 (no changes)
* Use secure Vcs-* URLs
* Track and download the new releases from GitHub
diff --git a/debian/control b/debian/control
index 9fa43e8..cb79aa8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Damien Raude-Morvan <drazzib at debian.org>
Build-Depends: debhelper (>= 10),
default-jdk,
javahelper (>= 0.43),
- libminlog-java,
+ libminlog-java (>= 1.3),
libobjenesis-java,
libreflectasm-java,
maven-repo-helper
@@ -17,7 +17,7 @@ Homepage: https://github.com/EsotericSoftware/kryo
Package: libkryo-java
Architecture: all
-Depends: ${misc:Depends}, libminlog-java, libobjenesis-java, libreflectasm-java
+Depends: ${misc:Depends}, libminlog-java (>= 1.3), libobjenesis-java, libreflectasm-java
Description: object graph serialization framework for Java
Kryo is a fast and efficient object graph serialization framework for Java.
The goals of the project are speed, efficiency, and an easy to use API.
diff --git a/debian/maven.rules b/debian/maven.rules
index 02bea6d..84a6fcb 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1 +1,2 @@
com.esotericsoftware.reflectasm reflectasm jar s/.*/debian/ s/shaded// *
+s/com.esotericsoftware.minlog/com.esotericsoftware/ minlog * s/.*/debian/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libkryo-java.git
More information about the pkg-java-commits
mailing list