This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository trove.
commit 7a32c7e36d1c6e7041444845af4715ed323af8b9 Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 18 17:19:39 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 3be22c8..207d27e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ trove (2.1.0-3) UNRELEASED; urgency=medium * Removed Michael Koch from the uploaders (Closes: #654137) * 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:22:05 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +11 diff --git a/debian/control b/debian/control index deed9df..4f017c6 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Torsten Werner <[email protected]> Build-Depends: ant, cdbs, - debhelper (>= 7), + debhelper (>= 11), default-jdk Standards-Version: 4.1.4 Vcs-Git: https://anonscm.debian.org/git/pkg-java/trove.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/trove.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

