This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jackson-datatype-guava.
commit 4dc1e8e839c81a9ada6169e337fcfecb73feeeac Author: Markus Koschany <[email protected]> Date: Wed Dec 28 23:12:06 2016 +0100 Switch to compat level 10. --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 95544bb..e9b9bdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jackson-datatype-guava (2.7.3-2) unstable; urgency=medium * Team upload. * Add TableSerializer.patch and fix FTBFS due to ambiguous references to construct. (Closes: #849449) + * Switch to compat level 10. -- Markus Koschany <[email protected]> Wed, 28 Dec 2016 22:45:51 +0100 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index a8c39f5..6f3768c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java maintainers <[email protected]> Uploaders: Tim Potter <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), default-jdk, default-jdk-doc, javahelper, -- 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

