This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository jsmpp.
commit 7e91602cf49bb978f8c8e96fd83bbb872ef627fb Author: tony mancill <[email protected]> Date: Thu Jun 29 21:05:00 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 d517bd3..209eaa5 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Daniel Pocock <[email protected]> -Build-Depends: debhelper (>= 9), cdbs (>= 0.4.5.3), default-jdk +Build-Depends: debhelper (>= 10), cdbs (>= 0.4.5.3), default-jdk Build-Depends-Indep: maven-debian-helper (>> 0.5), libmaven-bundle-plugin-java, junit4, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsmpp.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

