This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository eclipse-rse.
commit af7233e4367d4a8c2d4c9885f0bac59438e2c6b0 Author: Markus Koschany <[email protected]> Date: Tue Nov 3 18:50:41 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 16f6db0..00f0d67 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Orbital Alignment Team <[email protected]> Uploaders: Jakub Adam <[email protected]> -Build-Depends: debhelper (>= 7), +Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.31~), eclipse-pde (>= 3.5.2), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-rse.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

