This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-8-jre-dcevm.
commit 973ec16133c35e0d8df479fa037a7e230a943418 Author: Emmanuel Bourg <[email protected]> Date: Tue Dec 6 13:33:54 2016 +0100 Switch to debhelper level 10 --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fab3d1b..d6d16a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openjdk-8-jre-dcevm (8u92-2) UNRELEASED; urgency=medium + + * Team upload. + * Switch to debhelper level 10 + + -- Emmanuel Bourg <[email protected]> Tue, 06 Dec 2016 13:33:41 +0100 + openjdk-8-jre-dcevm (8u92-1) unstable; urgency=medium * New upstream release 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 4862969..b6883c4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), quilt, openjdk-8-jdk, g++-6, zip +Build-Depends: debhelper (>= 10), quilt, openjdk-8-jdk, g++-6, zip Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/openjdk-8-jre-dcevm.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/openjdk-8-jre-dcevm.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8-jre-dcevm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

