This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javaparser.
commit b722b53d1b2c14f99b05d3fc801bf397056dee41 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 3 09:52:15 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 99dbb93..b4c702f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ javaparser (1.0.8-2) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 03 Jul 2017 09:52:02 +0200 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 e6a5362..2d1815b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Benjamin Mesing <[email protected]> -Build-Depends: debhelper (>= 9), javahelper (>= 0.4) +Build-Depends: debhelper (>= 10), javahelper (>= 0.4) Build-Depends-Indep: default-jdk, default-jdk-doc Standards-Version: 4.0.0 Vcs-Git: git://git.debian.org/git/pkg-java/javaparser.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javaparser.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

