This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit ba648fb39bef7c3c41fe41d97ca96d04d69b1ec5 Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 20 22:36:24 2018 +0100 Switch to debhelper level 11 --- 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 eb2bcb0..35359b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ ecj (3.11.1-3) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 4.1.3 + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Tue, 20 Mar 2018 22:30:47 +0100 diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 0f313b8..ca36137 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Matthias Klose <[email protected]> -Build-Depends: debhelper (>= 9), gcj-6-jdk, libgcj-bc, fastjar, ant, zip, unzip, dpkg (>= 1.13.19), python, time +Build-Depends: debhelper (>= 11), gcj-6-jdk, libgcj-bc, fastjar, ant, zip, unzip, dpkg (>= 1.13.19), python, time Build-Depends-Indep: maven-repo-helper, default-jre-headless Build-Conflicts: ecj-bootstrap-gcj (<< 3.8.2) Standards-Version: 4.1.3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

