This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eigenbase-resgen.
commit 6356e76c24cf68b5686725a9f4b36a15dedc8105 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 9 16:22:27 2015 +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 61364e3..7499871 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ eigenbase-resgen (1.3.0.13768-2) 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]> Mon, 09 Nov 2015 16:05:26 +0100 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 e63e9de..e305720 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: eigenbase-resgen Section: java Priority: optional Maintainer: Damien Raude-Morvan <[email protected]> -Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk +Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk Build-Depends-Indep: default-jdk-doc, junit, junit-doc, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eigenbase-resgen.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

