This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository felix-bundlerepository.
commit 8ee324d23f3cbfe75ebed952601bce6c5d6fb6b6 Author: Emmanuel Bourg <[email protected]> Date: Thu Jun 22 22:02:04 2017 +0200 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 9a77c64..d6f45d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ felix-bundlerepository (2.0.8-2) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Thu, 22 Jun 2017 22:01:48 +0200 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 4314ab9..3230e20 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: - debhelper (>= 9), + debhelper (>= 10), default-jdk, default-jdk-doc, libeasymock-java, diff --git a/debian/rules b/debian/rules index fb17dac..d6d36a5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --parallel --buildsystem=maven + dh $@ get-orig-source: uscan --download-current-version --force-download --rename --no-symlink -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-bundlerepository.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

