This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository snappy-java.
commit 22e1a1d33172281385d026501b8f1b399898630a Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 25 14:18:07 2014 +0100 Switch to debhelper level 9 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 213fb61..500d80a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ snappy-java (1.0.4.1~dfsg-2) UNRELEASED; urgency=low * Use canonical URLs for the Vcs-* fields * Updated the project URL * debian/watch: Watch the release tags on Github + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Tue, 25 Nov 2014 14:07:43 +0100 diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index bb7d366..793b399 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Charles Plessy <[email protected]>, Andreas Tille <[email protected]>, -Build-Depends: debhelper (>= 8), cdbs, default-jdk, maven-debian-helper (>= 1.4), +Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.4), xml-twig-tools, libsnappy-dev Build-Depends-Indep: libmaven-bundle-plugin-java Standards-Version: 3.9.6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/snappy-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

