This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository closure-compiler.
commit d9b38762a6162ab2581710e0a23f87325acf14e4 Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 12 16:17:31 2017 +0200 Switch to debhelper level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b0d9cf9..e7717d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ closure-compiler (20130227+dfsg1-10) UNRELEASED; urgency=medium * Team upload. * Removed the build dependency on libmaven-ant-tasks-java * Standards-Version updated to 4.1.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 12 Sep 2017 16:16:10 +0200 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 e2a850b..af8ae30 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Thomas Koch <[email protected]>, tony mancill <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), default-jdk, maven-repo-helper (>= 1.7.1), junit4, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/closure-compiler.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

