tags 528065 + patch
thank you
Hi,
Here is a small patch to use default-jdk instead of jikes. I wasn't
able to test runtime in great depth but it seems to work.
Hope it helps.
Thanks,
Barry deFreese
Debian QA
diff -u mmake-2.3/debian/control mmake-2.3/debian/control
--- mmake-2.3/debian/control
+++ mmake-2.3/debian/control
@@ -4,12 +4,12 @@
Maintainer: Thomas Bushnell, BSG <t...@debian.org>
Standards-Version: 3.7.3
Build-Depends: debhelper
-Build-Depends-Indep: jikes
+Build-Depends-Indep: default-jdk
Package: mmake
Architecture: all
Depends: perl5, java-common, findutils (>= 4.0)
-Recommends: jikes | java-compiler
+Recommends: default-jdk | java-compiler
Description: Makefile generator for Java programs
mmake will generate a master Makefile for your Java programs.
This generated Makefile fully understands the subdirectories