This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jackson-annotations.
commit 07e220aa1dd65caae2cadca56c679069acf7bab4 Author: Emmanuel Bourg <[email protected]> Date: Thu Dec 15 15:05:54 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 13520aa..a1eb795 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jackson-annotations (2.8.5-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patches + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Thu, 15 Dec 2016 15:03:51 +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 685985d..0003153 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Hilko Bengen <[email protected]>, Wolodja Wentland <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.6.5) Build-Depends-Indep: diff --git a/debian/rules b/debian/rules index b9ab10e..fc65423 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven + dh $@ override_dh_installchangelogs: dh_installchangelogs release-notes/VERSION -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-annotations.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

