This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository olap4j.
commit 74ea5180a18e6841b8b78aca675f17b4314c3cb5 Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 20 16:20:15 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 0681cd5..5e26c73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ olap4j (1.0.1.500-3) UNRELEASED; urgency=medium * debian/control: - Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Tue, 20 Oct 2015 16:09:36 +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 ae66cb4..3c6329a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk +Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk Build-Depends-Indep: ant-contrib, ant-optional, cup (>= 0.11a+20060608), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/olap4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

