This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch debian/sid in repository jruby-joni.
commit ee8f524077906ac2f7fb7aa1adff5956f4c43bf6 Author: Hideki Yamane <[email protected]> Date: Tue Jun 27 22:25:52 2017 +0900 use dh10 --- debian/changelog | 3 +++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4d444a5..0b571a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ jruby-joni (2.1.11-3) UNRELEASED; urgency=medium * debian/control - set Standards-Version: 4.0.0 + - set Build-Depends: debhelper (>= 10) + * debian/compat + - set 10 -- Hideki Yamane <[email protected]> Tue, 27 Jun 2017 22:24:37 +0900 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 5b5887a..ca526f9 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Hideki Yamane <[email protected]>, Torsten Werner <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), default-jdk Build-Depends-Indep: junit, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

