This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jackson-module-jaxb-annotations.
commit 3876be545b836760672fdef67268f9e3277cfa90 Author: Markus Koschany <[email protected]> Date: Sat Oct 14 18:11:25 2017 +0200 Add jackson-bom.patch --- debian/changelog | 1 + debian/patches/jackson-bom.patch | 22 ++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7855353..cd7f595 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ jackson-module-jaxb-annotations (2.8.10-1) unstable; urgency=medium * New upstream version 2.8.10. * Tighten build-dependencies of jackson components. * Declare compliance with Debian Policy 4.1.1. + * Add jackson-bom.patch and fix FTBFS due to wrong version. -- Markus Koschany <[email protected]> Sat, 14 Oct 2017 17:51:07 +0200 diff --git a/debian/patches/jackson-bom.patch b/debian/patches/jackson-bom.patch new file mode 100644 index 0000000..63247a7 --- /dev/null +++ b/debian/patches/jackson-bom.patch @@ -0,0 +1,22 @@ +From: Markus Koschany <[email protected]> +Date: Sat, 14 Oct 2017 18:11:10 +0200 +Subject: jackson bom + +Fix FTBFS due to wrong version of jackson-bom. +--- + pom.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pom.xml b/pom.xml +index 843dd44..536e681 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -4,7 +4,7 @@ + <parent> + <groupId>com.fasterxml.jackson</groupId> + <artifactId>jackson-bom</artifactId> +- <version>2.8.10</version> ++ <version>2.9.1</version> + </parent> + <groupId>com.fasterxml.jackson.module</groupId> + <artifactId>jackson-module-jaxb-annotations</artifactId> diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..4f4131c --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +jackson-bom.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-module-jaxb-annotations.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

