This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjdo-api-java.
commit ef0769e1ae84356934c5b0bb30b3193fae434565 Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 21 21:39:50 2017 +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 1197d7f..caf09d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libjdo-api-java (3.1-2) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.1.1 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 21 Nov 2017 21:38:45 +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 65ce181..411b091 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), default-jdk, glassfish-javaee, libmaven-bundle-plugin-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/libjdo-api-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

