This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository netty.
commit 6f96c24ec7e978c1c171bacc7b47565ec8a617f2 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 28 16:50:04 2015 +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 fecdbe3..43d04c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ netty (1:3.2.6.Final-3) UNRELEASED; urgency=low - Team maintenance by Debian Java Maintainers - Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git + * Switch to debhelper level 9 [ Charles Plessy ] * Updated homepage (debian/control). 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 7ac5799..1d60c9d 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends-Indep: default-jdk, libservlet2.5-java, libslf4j-java, maven-repo-helper -Build-Depends: ant, ant-optional, cdbs (>= 0.4.5.3), debhelper (>= 7) +Build-Depends: ant, ant-optional, cdbs (>= 0.4.5.3), debhelper (>= 9) Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/netty.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/netty.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netty.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

