This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository dynalang.
commit 18aeb9a2f41fb9a166be9c38b5bfebde8b4c5cf9 Author: Emmanuel Bourg <[email protected]> Date: Tue May 13 09:58:41 2014 +0200 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 74409cb..146279f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ dynalang (0.4-2) UNRELEASED; urgency=medium * debian/control: - Use canonical URLs for the Vcs-* fields - Standards-Version updated to 3.9.5 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Tue, 13 May 2014 09:56:11 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index cf0ee0c..bc7316f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, javahelper +Build-Depends: debhelper (>= 9), cdbs, javahelper Build-Depends-Indep: ant-optional, default-jdk, junit, libemma-java Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-java/dynalang.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dynalang.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

