This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository reactive-streams.
commit 9d015cfff9c7acd39ece0fc0d499280a9acb69a8 Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 15 15:27:30 2017 +0200 Switch to debhelper level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5b863a2..f24c8fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ reactive-streams (1.0.0-2) UNRELEASED; urgency=medium * Build with gradle-debian-helper * Removed 01-disable-modules.patch * Standards-Version updated to 4.1.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 13 Oct 2015 22:26:36 +0200 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 34d4101..51965b5 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-repo-helper, gradle-debian-helper +Build-Depends: debhelper (>= 10), default-jdk, maven-repo-helper, gradle-debian-helper Standards-Version: 4.1.0 Vcs-Git: git://anonscm.debian.org/pkg-java/reactive-streams.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/reactive-streams.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/reactive-streams.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

