This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository libjrosetta-java.
commit 2a9a51499c9fe5a5c613f98764d282dcfb4a79db Author: tony mancill <[email protected]> Date: Tue May 16 21:10:37 2017 -0700 Use debhelper 10 --- debian/compat | 2 +- debian/control | 5 ++++- 2 files changed, 5 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 2e9e777..aaf6b0c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,10 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Sylvestre Ledru <[email protected]>, Torsten Werner <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5) +Build-Depends: debhelper (>= 10), + cdbs, + default-jdk, + maven-debian-helper (>= 1.5) Build-Depends-Indep: junit4 # default-jdk-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjrosetta-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

