This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository bsh.
commit 6b248e505300d2216c9547f35163633e725c3ddf Author: Emmanuel Bourg <[email protected]> Date: Wed Nov 29 23:54:19 2017 +0100 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 0393467..564497b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ bsh (2.0b4-19) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 4.1.1 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Wed, 29 Nov 2017 23:46:10 +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 e9c84f5..f5b50b6 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: ant, cdbs, - debhelper (>= 9), + debhelper (>= 10), default-jdk, default-jdk-doc, javacc, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bsh.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

