This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository geronimo-jpa-2.0-spec.
commit 52374f65edb4cb06afaef4828c6dcc9446df0b60 Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 27 19:34:03 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 5446834..4358c6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ geronimo-jpa-2.0-spec (1.1-3) UNRELEASED; urgency=medium * Removed the unused dependency on aspectj * Standards-Version updated to 3.9.8 (no changes) * Use canonical Vcs-* URLs + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Wed, 27 Apr 2016 19:25:27 +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 10b1578..74bebec 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Miguel Landaeta <[email protected]> Section: java Priority: optional -Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper, +Build-Depends: debhelper (>= 9), default-jdk, javahelper, libgeronimo-osgi-support-java, maven-repo-helper Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/geronimo-jpa-2.0-spec.git diff --git a/debian/rules b/debian/rules index 372a7ef..606b3ee 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/osgi.core.jar:/usr/share/java/geronimo-osgi-locator.jar %: - dh --with javahelper $@ + dh $@ --with javahelper override_jh_build: jh_build geronimo-jpa-2.0-spec.jar src -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/geronimo-jpa-2.0-spec.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

