This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipse-emf.
commit e4225c188f44b76b79bf5f425f43c85554b0db55 Author: Emmanuel Bourg <[email protected]> Date: Thu Oct 20 00:10:44 2016 +0200 Switch to debhelper level 9 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 87d9f55..b696035 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ eclipse-emf (2.8.3-2) UNRELEASED; urgency=medium * Fixed the build failure with Java 8 (Closes: #831230) * Removed Niels Thykier from the uploaders (Closes: #770566) * Standards-Version updated to 3.9.8 + * Switch to debhelper level 9 * Use secure Vcs-* URLs -- Emmanuel Bourg <[email protected]> Thu, 20 Oct 2016 00:06:42 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 63a7acc..65c4159 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Jakub Adam <[email protected]> -Build-Depends: debhelper (>= 7), +Build-Depends: debhelper (>= 9), default-jdk, eclipse-pde (>= 3.5.2), eclipse-platform (>= 3.5.2), diff --git a/debian/rules b/debian/rules index 3b9b551..460e239 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ DROPINS := usr/share/eclipse/dropins/ export JAVA_HOME := /usr/lib/jvm/default-java %: - dh --with eclipse-helper $@ + dh $@ --with eclipse-helper override_jh_compilefeatures: jh_compilefeatures --build-opts '$(BUILD_OPTIONS)' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-emf.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

