This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-7-jre-dcevm.
commit 08d1f51d09beb3d1b184b94932615f0b993a1e52 Author: Emmanuel Bourg <[email protected]> Date: Mon May 19 00:44:28 2014 +0200 Depend on openjdk-7-jre-headless instead of openjdk-7-jdk --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 195e664..d1d04a9 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Homepage: https://github.com/dcevm/dcevm Package: openjdk-7-jre-dcevm Architecture: amd64 i386 Multi-Arch: same -Depends: openjdk-7-jdk, ${shlibs:Depends}, ${misc:Depends} +Depends: openjdk-7-jre-headless, ${shlibs:Depends}, ${misc:Depends} Description: Alternative VM for OpenJDK 7 with enhanced class redefinition The Dynamic Code Evolution Virtual Machine (DCE VM) is a modification of the Java HotSpot VM that allows unlimited redefinition of loaded classes -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-7-jre-dcevm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

