[jackson-databind] 01/01: Upload to unstable
Miguel Landaeta
nomadium at moszumanska.debian.org
Sat Jun 7 21:35:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository jackson-databind.
commit f9efa5d8efe1a1e9bcd265c84407e01e4e8c29a6
Author: Miguel Landaeta <nomadium at debian.org>
Date: Sat Jun 7 18:34:18 2014 -0300
Upload to unstable
---
debian/changelog | 9 +++++++++
debian/control | 4 ++--
debian/maven.rules | 2 +-
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9922693..988c06a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+jackson-databind (2.2.2-2) unstable; urgency=low
+
+ * Team upload.
+ * Update Maven settings to use correct coordinates for Groovy 1.8.x.
+ (Closes: #750267).
+ * Bump Standards-Version to 3.9.5. No changes were required.
+
+ -- Miguel Landaeta <nomadium at debian.org> Mon, 26 May 2014 14:53:06 -0300
+
jackson-databind (2.2.2-1) unstable; urgency=low
* Initial release. (Closes: #720504)
diff --git a/debian/control b/debian/control
index 20e3c14..6ab42b3 100644
--- a/debian/control
+++ b/debian/control
@@ -15,13 +15,13 @@ Build-Depends:
xmlstarlet
Build-Depends-Indep:
default-jdk-doc,
- groovy,
+ groovy (>= 1.8.6-4~),
junit4,
libcglib-java,
libjackson2-core-java-doc,
libjackson2-annotations-java-doc,
libmaven-javadoc-plugin-java
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/jackson-databind.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jackson-databind.git
Homepage: http://wiki.fasterxml.com/JacksonHome
diff --git a/debian/maven.rules b/debian/maven.rules
index ca3998c..d7f124e 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -3,4 +3,4 @@ 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 jar s/2\..*/2.x/ * *
junit junit jar s/4\..*/4.x/ * *
-s/groovy/org.codehaus.groovy/ groovy* * s/.*/debian/ * *
+org.codehaus.groovy * * s/.*/1.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