This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jackson-core.
commit 8bd3783cc6f920c5d1d00056729949015ae0dd4d Author: Emmanuel Bourg <[email protected]> Date: Thu Dec 15 15:29:40 2016 +0100 Refreshed the patches --- debian/changelog | 4 +++- debian/patches/depend-on-junit.diff | 18 ------------------ debian/patches/fix-using-bundle.diff | 2 +- debian/patches/series | 1 - 4 files changed, 4 insertions(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index f9179e0..ead4b90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -jackson-core (2.7.3-2) UNRELEASED; urgency=medium +jackson-core (2.8.5-1) UNRELEASED; urgency=medium * Team upload. + * New upstream release + - Refreshed the patches * Install the jackson-parent POM * Switch to debhelper level 10 diff --git a/debian/patches/depend-on-junit.diff b/debian/patches/depend-on-junit.diff deleted file mode 100644 index fcca7c3..0000000 --- a/debian/patches/depend-on-junit.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- a/pom.xml -+++ b/pom.xml -@@ -36,6 +36,15 @@ - <packageVersion.package>${project.groupId}.json</packageVersion.package> - </properties> - -+ <dependencies> -+ <dependency> -+ <groupId>junit</groupId> -+ <artifactId>junit</artifactId> -+ <version>4.11</version> -+ <scope>test</scope> -+ </dependency> -+ </dependencies> -+ - <build> - <plugins> - <plugin> diff --git a/debian/patches/fix-using-bundle.diff b/debian/patches/fix-using-bundle.diff index 3ba4ce0..4ff2aaa 100644 --- a/debian/patches/fix-using-bundle.diff +++ b/debian/patches/fix-using-bundle.diff @@ -1,6 +1,6 @@ --- a/pom.xml +++ b/pom.xml -@@ -88,6 +88,12 @@ +@@ -101,6 +101,12 @@ </execution> </executions> </plugin> diff --git a/debian/patches/series b/debian/patches/series index 6ef8bf9..c39825f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ fix-using-bundle.diff -depend-on-junit.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

