This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libtruth-java.
commit c76452dc55e17b4041c36d9ae44c4321ace69277 Author: Emmanuel Bourg <[email protected]> Date: Sat Mar 17 23:47:32 2018 +0100 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 16327ac..a649e8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libtruth-java (0.7.0-3) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.1.3 + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Sat, 17 Mar 2018 23:44:25 +0100 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 3a11337..96272bf 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: extra Maintainer: Debian Java Maintainers <[email protected]> Uploaders: tony mancill <[email protected]> -Build-Depends: debhelper (>= 9), ant-optional, default-jdk (>= 2:1.7), javahelper +Build-Depends: debhelper (>= 11), ant-optional, default-jdk (>= 2:1.7), javahelper Build-Depends-Indep: maven-repo-helper, junit4 Standards-Version: 4.1.3 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libtruth-java.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libtruth-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

