This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository openjpa.
commit f883073d40e50c43ad4508746df21bca85598f0e Author: Markus Koschany <[email protected]> Date: Mon Jan 23 20:56:30 2017 +0100 Switch to compat level 10. --- 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 bc10ae6..667e059 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ openjpa (2.4.0-4) unstable; urgency=medium * Team upload. * maven.rules: Remove substitution rule for postgresql. (Closes: #852254) + * Switch to compat level 10. -- Markus Koschany <[email protected]> Mon, 23 Jan 2017 20:55:42 +0100 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index b6ea66a..57126b7 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Priority: optional Build-Depends: ant, ant-optional, aspectj, - debhelper (>= 9), + debhelper (>= 10), default-jdk, javacc, javahelper, diff --git a/debian/rules b/debian/rules index 6ef852d..894ad74 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --parallel --buildsystem=maven + dh $@ override_dh_auto_build: dh_auto_build -- install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjpa.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

