[jackson-databind] 06/08: Tightened the dependency on libjackson2-{core, annotations}-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Apr 8 13:13:49 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-databind.

commit 74707771d5ac3d55f896b23fa1607a2a3cb27d81
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Apr 8 14:52:15 2016 +0200

    Tightened the dependency on libjackson2-{core,annotations}-java
---
 debian/changelog   | 1 +
 debian/control     | 4 ++--
 debian/maven.rules | 6 +++---
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 577d5f4..c53be9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ jackson-databind (2.7.3-1) UNRELEASED; urgency=medium
   * New upstream release
     - Refreshed the patch
     - Ignore the new test dependencies
+    - Tightened the dependency on libjackson2-{core,annotations}-java
   * Standards-Version updated to 3.9.8 (no changes)
   * Use secure Vcs-* URLs
 
diff --git a/debian/control b/debian/control
index b473ebb..1b6118b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends:
  default-jdk,
  javahelper (>= 0.32),
  maven-debian-helper (>= 1.6.5),
- libjackson2-core-java (>= 2.4.2),
- libjackson2-annotations-java (>= 2.4.0),
+ libjackson2-core-java (>= 2.7.3),
+ libjackson2-annotations-java (>= 2.7.3),
  libmaven-bundle-plugin-java,
  xmlstarlet
 Build-Depends-Indep:
diff --git a/debian/maven.rules b/debian/maven.rules
index 2cbd454..2d318aa 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,7 +1,7 @@
 
-com.fasterxml.jackson.core jackson-annotations jar s/2\..*/2.x/ * *
-com.fasterxml.jackson.core jackson-core jar s/2\..*/2.x/ * *
-com.fasterxml.jackson.core jackson-databind bundle 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 bundle s/.*/2.x/ * *
 junit junit jar s/4\..*/4.x/ * *
 org.codehaus.groovy * * s/.*/2.x/ * *
 cglib cglib * s/.*/3.x/ * *

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



More information about the pkg-java-commits mailing list