This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository visualvm.
commit 756d9e2a59997308089b6bbf9fe772ae7b3035d9 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 7 17:33:23 2013 +0200 Build depend on debhelper >= 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 c372ea6..03d36b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ visualvm (1.3.3-3) UNRELEASED; urgency=low [ Emmanuel Bourg ] * Switched to source format 3.0 (quilt) + * Build depend on debhelper >= 9 -- tony mancill <[email protected]> Sun, 03 Mar 2013 18:50:32 -0800 diff --git a/debian/compat b/debian/compat index 1e8b314..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -6 +9 diff --git a/debian/control b/debian/control index d954387..6cbf7fa 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: extra Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Matthias Klose <[email protected]> -Build-Depends: debhelper (>= 6), openjdk-6-jdk, ant-optional, libnb-platform-devel-java (>= 7.0), libnb-platform13-java, wget +Build-Depends: debhelper (>= 9), openjdk-6-jdk, ant-optional, libnb-platform-devel-java (>= 7.0), libnb-platform13-java, wget Standards-Version: 3.9.4 Homepage: https://visualvm.dev.java.net/ Vcs-Git: git://git.debian.org/git/pkg-java/visualvm.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/visualvm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

