[jackson-dataformat-smile] 05/06: New dependency on libjackson2-annotations-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Apr 8 14:26:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jackson-dataformat-smile.

commit 197d5ec34a2ed9dc20c8936e2600db08ba59f9b3
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Apr 8 16:20:58 2016 +0200

    New dependency on libjackson2-annotations-java
---
 debian/changelog   | 1 +
 debian/control     | 5 +++--
 debian/maven.rules | 5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2bbec83..0bcaf48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ jackson-dataformat-smile (2.7.3-1) UNRELEASED; urgency=medium
 
   * New upstream release
     - Refreshed the patches
+    - New dependency on libjackson2-annotations-java
   * Team upload.
   * Standards-Version updated to 3.9.8 (no changes)
   * Use secure Vcs-* URLs
diff --git a/debian/control b/debian/control
index 3c20b99..49269b0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,13 +8,14 @@ Build-Depends: debhelper (>= 9),
                default-jdk,
                javahelper (>= 0.32),
                junit4,
-               libjackson2-core-java (>= 2.4.2),
                libmaven-bundle-plugin-java,
                maven-debian-helper (>= 1.6.5),
                xmlstarlet
 Build-Depends-Indep: default-jdk-doc,
+                     libjackson2-core-java (>= 2.7.3),
                      libjackson2-core-java-doc,
-                     libjackson2-databind-java (>= 2.4.2),
+                     libjackson2-annotations-java (>= 2.7.3),
+                     libjackson2-databind-java (>= 2.7.3),
                      libmaven-javadoc-plugin-java
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jackson-dataformat-smile.git
diff --git a/debian/maven.rules b/debian/maven.rules
index 51d5232..b6127d9 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,5 +1,6 @@
 
-com.fasterxml.jackson.core jackson-core jar s/2\..*/2.x/ * *
-com.fasterxml.jackson.core jackson-databind jar s/2\..*/2.x/ * *
+com.fasterxml.jackson.core jackson-annotations jar s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-core jar s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-databind jar s/.*/2.x/ * *
 com.fasterxml.jackson.dataformat jackson-dataformat-smile bundle s/2\..*/2.x/ * *
 junit junit jar s/4\..*/4.x/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-dataformat-smile.git



More information about the pkg-java-commits mailing list