This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository osgi-foundation-ee.
commit 822cdecfea684d4c3a0737c610f9fe5ea6c518a9 Author: Markus Koschany <[email protected]> Date: Sat Nov 21 17:01:57 2015 +0100 Use compat level 9 and require debhelper >= 9. --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 f2f13b6..ca689af 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]>, Ludovic Claude <[email protected]> -Build-Depends: ant, debhelper (>= 7), default-jdk, javahelper, maven-repo-helper +Build-Depends: ant, debhelper (>= 9), default-jdk, javahelper, maven-repo-helper Standards-Version: 3.9.2 Homepage: http://www.osgi.org/Specifications/HomePage Vcs-Git: git://git.debian.org/git/pkg-java/osgi-foundation-ee.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-foundation-ee.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

