This is an automated email from the git hooks/post-receive script. niol-guest pushed a commit to branch master in repository davmail.
commit d58a6fcd958ccebf37b5a8c02c146dea8e7f7728 Author: Antonio Ospite <[email protected]> Date: Fri Oct 28 14:06:57 2016 +0200 debian/compat: bump to compatibility level v10 Fixes a lintian warning: W: davmail source: package-uses-deprecated-debhelper-compat-version 7 --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/compat b/debian/compat index 7f8f011..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +10 diff --git a/debian/control b/debian/control index 47fe160..716b2f3 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: davmail Section: net Priority: extra Maintainer: Alexandre Rossi <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), default-jdk, ant, ant-optional, +Build-Depends: debhelper (>= 10), default-jdk, ant, ant-optional, javahelper (>=0.20) Build-Depends-Indep: libcommons-codec-java, libservlet3.0-java, libcommons-httpclient-java, libhtmlcleaner-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/davmail.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

