This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jackson-dataformat-yaml.
commit 16fb46f77dd782a299e6d3f173abf0a970d0561a Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 19 12:06:37 2016 +0100 Switch to debhelper level 10 --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b7aaa25..3ae03fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jackson-dataformat-yaml (2.7.3-2) UNRELEASED; urgency=medium + + * Team upload. + * Switch to debhelper level 10 + + -- Emmanuel Bourg <[email protected]> Mon, 19 Dec 2016 12:06:29 +0100 + jackson-dataformat-yaml (2.7.3-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 9e3e892..ff9958e 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Hilko Bengen <[email protected]>, Wolodja Wentland <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), default-jdk, javahelper (>= 0.32), junit4, diff --git a/debian/rules b/debian/rules index db1faf6..80cf219 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ VERSION_FILE=src/main/java/com/fasterxml/jackson/dataformat/yaml/PackageVersion.java %: - dh $@ --buildsystem=maven --with javahelper + dh $@ --with javahelper 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-dataformat-yaml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

