This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository felix-utils.
commit 0fa4a0824cc2e05c4de23a3fa4e3238c1cbef326 Author: Emmanuel Bourg <[email protected]> Date: Sat Oct 29 23:35:23 2016 +0200 Switch to debhelper level 10 --- debian/changelog | 6 ++++++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3dbdf07..2eb4517 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +felix-utils (1.8.2-2) UNRELEASED; urgency=medium + + * Switch to debhelper level 10 + + -- Emmanuel Bourg <[email protected]> Sat, 29 Oct 2016 23:35:13 +0200 + felix-utils (1.8.2-1) unstable; urgency=medium * Team upload. 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 8aa3744..5d701ae 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), default-jdk, default-jdk-doc, libmaven-javadoc-plugin-java, diff --git a/debian/rules b/debian/rules index d755df6..5a6351f 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 --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-utils.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

