This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mavibot.
commit e6146645ccf5bc0d3c07c0a75b6dbcf667745285 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 21 09:40:07 2016 +0100 Switch to debhelper level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a557137..d56268d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ mavibot (1.0.0~M1-2) UNRELEASED; urgency=medium * Dropped the Maven 2 compatibility * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 21 Nov 2016 09:37:58 +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 bc51acb..22604c7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), default-jdk, junit4, libcommons-collections3-java, diff --git a/debian/rules b/debian/rules index aba914b..5985cac 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven + dh $@ get-orig-source: uscan --download-current-version --force-download --no-symlink -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mavibot.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

