This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jackson-core.
commit 8f2797f197eb677c34cc46b9ecf7377fd0bac4e4 Author: Emmanuel Bourg <[email protected]> Date: Thu Dec 15 15:26:33 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 823f48a..f9179e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jackson-core (2.7.3-2) UNRELEASED; urgency=medium * Team upload. * Install the jackson-parent POM + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Thu, 15 Dec 2016 14:17:22 +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 21cf605..4cbdb4a 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), libmaven-install-plugin-java, diff --git a/debian/rules b/debian/rules index 978771b..d3b977e 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DH_VERBOSE=1 VERSION_FILE=src/main/java/com/fasterxml/jackson/core/json/PackageVersion.java %: - dh $@ --buildsystem=maven + dh $@ override_dh_auto_configure: sh debian/replace-generate.sh $(VERSION_FILE) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

