This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository exec-maven-plugin.
commit 5cfd1547760838e18711b605521791c015fb476e Author: tony mancill <[email protected]> Date: Sun Apr 23 15:34:46 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 02a4770..40284a4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,10 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: tony mancill <[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: libmaven2-core-java, libplexus-containers1.5-java (>= 1.0-alpha-9), libplexus-utils-java, libmaven-plugin-testing-java, default-jdk-doc, libmaven2-core-java-doc, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/exec-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

