This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openhft-affinity.
commit 9a559451e18aa4e3e77d06558a0f03d10bf1aa87 Author: Emmanuel Bourg <[email protected]> Date: Fri Mar 9 13:04:15 2018 +0100 Switch to debhelper level 11 --- 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 85d641f..c0d297f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ openhft-affinity (2.2-2) UNRELEASED; urgency=medium * Team upload. * Fixed the build failure with Java 9 (Closes: #875332) * Standards-Version updated to 4.1.3 + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Fri, 09 Mar 2018 13:03:04 +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 279c981..51f650c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0) +Build-Depends: debhelper (>= 11), default-jdk, maven-debian-helper (>= 2.0) Build-Depends-Indep: libintellij-annotations-java, libjna-java, libjna-platform-java, diff --git a/debian/rules b/debian/rules index 482e0e9..f358f2e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven + dh $@ override_dh_auto_install: dh_auto_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openhft-affinity.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

