[jackson-dataformat-cbor] 06/07: New dependency on libjackson2-annotations-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Apr 11 12:33:55 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-cbor.
commit 232d2e5608fe0ae1836164ca86d181ec15572e0a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Apr 11 14:23:18 2016 +0200
New dependency on libjackson2-annotations-java
---
debian/changelog | 1 +
debian/control | 3 ++-
debian/maven.rules | 9 ++++-----
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 45fc19a..4add61d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jackson-dataformat-cbor (2.7.3-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patches
+ - New dependency on libjackson2-annotations-java
* Standards-Version updated to 3.9.8 (no changes)
* Use secure Vcs-* fields
diff --git a/debian/control b/debian/control
index a85a3b7..75b01fa 100644
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,13 @@ 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.4.2),
libjackson2-core-java-doc,
+ libjackson2-annotations-java (>= 2.4.2),
libjackson2-databind-java (>= 2.4.2),
libmaven-javadoc-plugin-java
Standards-Version: 3.9.8
diff --git a/debian/maven.rules b/debian/maven.rules
index 95839de..e345375 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,7 +1,6 @@
-com.fasterxml.jackson.core jackson-core bundle 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-databind jar s/2\..*/2.x/ * *
-com.fasterxml.jackson.dataformat jackson-dataformat-cbor bundle s/2\..*/2.x/ * *
+com.fasterxml.jackson.core jackson-annotations * s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-core * s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-databind * s/.*/2.x/ * *
+com.fasterxml.jackson.dataformat jackson-dataformat-cbor * s/.*/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-cbor.git
More information about the pkg-java-commits
mailing list