This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jackson-datatype-guava.
commit 51b59696e08ae638e10a039a4a726401d86b1507 Author: Emmanuel Bourg <[email protected]> Date: Sat Apr 9 01:33:45 2016 +0200 Refreshed the patches --- debian/changelog | 4 +++- debian/patches/add-junit-dependency.patch | 10 ++++------ debian/patches/dont-osgi-bundle.patch | 15 +++++---------- 3 files changed, 12 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index 90dd8ac..2bd3ea7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -jackson-datatype-guava (2.4.2+dfsg-2) UNRELEASED; urgency=medium +jackson-datatype-guava (2.7.3-1) UNRELEASED; urgency=medium * Team upload. + * New upstream release + - Refreshed the patches * Standards-Version updated to 3.9.8 (no changes) * Use secure Vcs-* fields diff --git a/debian/patches/add-junit-dependency.patch b/debian/patches/add-junit-dependency.patch index edfcdfd..fc3b009 100644 --- a/debian/patches/add-junit-dependency.patch +++ b/debian/patches/add-junit-dependency.patch @@ -5,13 +5,11 @@ Forwarded: no Last-Update: 2014-10-24 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: jackson-datatype-guava-2.4.2/pom.xml -=================================================================== ---- jackson-datatype-guava-2.4.2.orig/pom.xml -+++ jackson-datatype-guava-2.4.2/pom.xml -@@ -72,6 +72,12 @@ com.fasterxml.jackson.databind.type +--- a/pom.xml ++++ b/pom.xml +@@ -68,6 +68,12 @@ <artifactId>guava</artifactId> - <version>15.0</version> + <version>${version.guava}</version> </dependency> + <dependency> + <groupId>junit</groupId> diff --git a/debian/patches/dont-osgi-bundle.patch b/debian/patches/dont-osgi-bundle.patch index 290d4d8..908c102 100644 --- a/debian/patches/dont-osgi-bundle.patch +++ b/debian/patches/dont-osgi-bundle.patch @@ -1,19 +1,14 @@ Description: Disable OSGI bundling OSGI bundling is not supported or required for Debian Author: Tim Potter <[email protected]> -Forwarded: no -Last-Update: 2014-10-01 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: jackson-datatype-guava-2.4.2/pom.xml -=================================================================== ---- jackson-datatype-guava-2.4.2.orig/pom.xml -+++ jackson-datatype-guava-2.4.2/pom.xml +Forwarded: not-needed +--- a/pom.xml ++++ b/pom.xml @@ -9,7 +9,6 @@ <artifactId>jackson-datatype-guava</artifactId> <name>Jackson-datatype-Guava</name> - <version>2.4.2</version> + <version>2.7.3</version> - <packaging>bundle</packaging> - <description>Add-on datatype-support module for Jackson (http://jackson.codehaus.org) that handles + <description>Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just collection ones) </description> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-datatype-guava.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

