Author: ewl-guest Date: 2008-08-03 13:14:45 +0000 (Sun, 03 Aug 2008) New Revision: 6831
Modified: trunk/simplyhtml/debian/control Log: Fixed the runtime dependency from Sun's Java to OpenJDK Modified: trunk/simplyhtml/debian/control =================================================================== --- trunk/simplyhtml/debian/control 2008-08-03 13:02:46 UTC (rev 6830) +++ trunk/simplyhtml/debian/control 2008-08-03 13:14:45 UTC (rev 6831) @@ -10,7 +10,7 @@ Package: simplyhtml Architecture: all -Depends: sun-java5-jre | sun-j2re1.4 | blackdown-j2re1.4 | j2re1.4, libgnu-regexp-java +Depends: openjdk-6-jre | java2-runtime, libgnu-regexp-java Recommends: javahelp2 Suggests: java-virtual-machine, simplyhtml-doc Description: Java word processor based on HTML and CSS _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

