This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository electric.
commit e1144120678cb1693a8811314834f191f85cd831 Author: Tony Mancill <[email protected]> Date: Sat Apr 5 21:34:10 2014 +0000 add java6-runtime to binary depends --- debian/changelog | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8511f4c..7379a1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,7 +11,7 @@ electric (9.04+dfsg-1) unstable; urgency=medium + scala, jython, libslf4j-java. - Use ${java:Depends} substvar. - Remove recommendation for libjava3d-java. It is a dependency now. - - Depend on default-jre | java7-runtime. + - Depend on default-jre | java7-runtime | java6-runtime. * electric.desktop: Add comment in German and Keywords. * Drop README.source since source format 3.0 uses quilt by default. * Drop TODO.Debian. Done. diff --git a/debian/control b/debian/control index a4e6469..eb25d7d 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Homepage: http://www.staticfreesoft.com/productsFree.html Package: electric Architecture: all Depends: - default-jre | java7-runtime, + default-jre | java7-runtime | java6-runtime, java-wrappers, ${java:Depends}, ${misc:Depends} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/electric.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

