This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository oscache.
commit 78c7ae7220b2104c4617cabfe07f73dcbec46a61 Author: tony mancill <[email protected]> Date: Sun Aug 6 10:31:21 2017 -0700 Use debhelper and compat level 10 --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 0487c7c..828f1e8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]> -Build-Depends: debhelper (>= 9), maven-debian-helper +Build-Depends: debhelper (>= 10), maven-debian-helper Build-Depends-Indep: default-jdk, glassfish-javaee, libcommons-logging-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/oscache.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

