This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jakarta-ecs.
commit 90786ef2e96c52b99bd1e58c8640d60a109221f6 Author: Emmanuel Bourg <[email protected]> Date: Thu Mar 6 18:05:26 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 1c41c83..b5262ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ jakarta-ecs (1.4.2-3) UNRELEASED; urgency=medium * Switch to source format 3.0 (quilt) * Standards-Version updated to 3.9.5 * debian/rules: Removed simple-patchsys.mk + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Thu, 06 Mar 2014 17:51:16 +0100 diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/control b/debian/control index e1d9ad3..ec2440a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: jakarta-ecs Section: java Priority: optional Maintainer: Debian QA Group <[email protected]> -Build-Depends: debhelper (>= 5), cdbs, default-jdk, ant, libregexp-java +Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant, libregexp-java Standards-Version: 3.9.5 Homepage: http://jakarta.apache.org/ecs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jakarta-ecs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

