This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jcifs.
commit b02be458c7976f85cace426778db1e7fadc2bdb6 Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 31 16:04:12 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 71ff16c..7edef9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ jcifs (1.3.17-1.1) UNRELEASED; urgency=medium * Build-Depends on libservlet3.1-java instead of libservlet3.0-java * Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git + * Switch to debhelper level 9 -- Kumar Appaiah <[email protected]> Sat, 29 Mar 2014 15:50:34 -0400 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 c68a00e..8735f91 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant +Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant Build-Depends-Indep: libservlet3.1-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/jcifs.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jcifs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

