This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sqlline.
commit ef5fc9a162ff58e387a39cdb181932253df76f89 Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 18 16:24:33 2018 +0200 Switch to debhelper level 11 --- 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 66d1a57..04bf4c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ sqlline (1.0.2-6) UNRELEASED; urgency=medium * Team upload. * Moved the package to Git * Standards-Version updated to 4.1.4 + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Wed, 18 Apr 2018 14:23:04 +0200 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 c1d202a..83d2e22 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: ant, - debhelper (>= 9), + debhelper (>= 11), default-jdk, libjline-java cdbs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sqlline.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

