This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch master in repository nailgun.
commit 0e1041aff2977a6c40fa5dc3445ad3a5b075d84b Author: Hideki Yamane <[email protected]> Date: Thu Jul 27 21:23:07 2017 +0900 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 08ee316..ae593da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ nailgun (0.9.1-4) UNRELEASED; urgency=medium * debian/control - update Vcs-* + - set Build-Depends: debhelper (>= 10) + * debian/compat + - set 10 -- Hideki Yamane <[email protected]> Thu, 27 Jul 2017 21:21:18 +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 57522de..15478cf 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Hideki Yamane <[email protected]>, Torsten Werner <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5) Standards-Version: 3.9.6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/nailgun.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

