Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv18424/debian
Modified Files:
control
Log Message:
Use kaffe and jikes to build the package.
Suggest ant.
Index: control
===================================================================
RCS file: /cvsroot/nice/Nice/debian/control,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** control 19 Apr 2003 15:12:02 -0000 1.12
--- control 31 Aug 2003 11:26:08 -0000 1.13
***************
*** 3,13 ****
Priority: optional
Maintainer: Daniel Bonniot <bo...@us...>
! Build-Depends-Indep: debhelper (>> 3.0.0), java-compiler, groff
! Standards-Version: 3.5.9
Package: nice
Architecture: all
! Depends: java-virtual-machine, java1-runtime
! Suggests: emacsen
Description: Extension of Java with parametric types, multi-methods, and more
Nice is a new object-oriented programming language.
--- 3,13 ----
Priority: optional
Maintainer: Daniel Bonniot <bo...@us...>
! Build-Depends-Indep: debhelper (>> 3.0.0), jikes-classpath (>= 1:1.18) | java-compiler, kaffe (>= 1:1.1.1), groff
! Standards-Version: 3.6.1
Package: nice
Architecture: all
! Depends: java-virtual-machine, java1-runtime | java2-runtime
! Suggests: emacsen, ant
Description: Extension of Java with parametric types, multi-methods, and more
Nice is a new object-oriented programming language.
|