This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipselink.
commit f6e4e557e739b1cb63334883dedfc69e6f52771f Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 19 11:22:39 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 0bbd7f3..848137c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ eclipselink (2.5.1-4) UNRELEASED; urgency=medium * Team upload. * Transition to the Servlet API 3.1 * Standards-Version updated to 3.9.8 + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Tue, 19 Jul 2016 11:21:21 +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 2451589..0efd8c8 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Miguel Landaeta <[email protected]>, Andrew Ross <[email protected]> Section: java Priority: optional -Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper, ant, maven-repo-helper, +Build-Depends: debhelper (>= 9), default-jdk, javahelper, ant, maven-repo-helper, libjpa-2.1-spec-java, libgeronimo-jta-1.1-spec-java, libgeronimo-validation-1.0-spec-java, diff --git a/debian/rules b/debian/rules index 577e5c0..aef0661 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java %: - dh --with javahelper $@ + dh $@ --with javahelper override_dh_auto_build: ant -f debian/build.xml -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipselink.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

