[Nice-commit] Nice/debian rules,1.14,1.15 control,1.25,1.26
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2007-11-25 20:06:48
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1561/debian Modified Files: rules control Log Message: Build using gij isntead of kaffe (which dumps core again...) Index: control =================================================================== RCS file: /cvsroot/nice/Nice/debian/control,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** control 17 Dec 2006 11:47:16 -0000 1.25 --- control 25 Nov 2007 20:06:50 -0000 1.26 *************** *** 4,8 **** Maintainer: Daniel Bonniot <bo...@us...> Build-Depends: debhelper (>= 5) ! Build-Depends-Indep: jikes-classpath (>= 1:1.18), kaffe (>= 2:1.1.7-4), javacc, groff, ant, zip, unzip Standards-Version: 3.7.2 --- 4,8 ---- Maintainer: Daniel Bonniot <bo...@us...> Build-Depends: debhelper (>= 5) ! Build-Depends-Indep: jikes-classpath, gij, javacc, groff, ant, zip, unzip Standards-Version: 3.7.2 Index: rules =================================================================== RCS file: /cvsroot/nice/Nice/debian/rules,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** rules 17 Dec 2006 11:47:16 -0000 1.14 --- rules 25 Nov 2007 20:06:50 -0000 1.15 *************** *** 25,29 **** # so that the package is smaller. chmod a+x debian/jar ! $(MAKE) complete JAVAC_FLAGS="-O" java="kaffe" javac="jikes-classpath -nowarn" jar="debian/jar" NICE_ANTJAR=/usr/share/java/ant.jar #/usr/bin/docbook-to-man debian/nice.sgml > nice.1 --- 25,29 ---- # so that the package is smaller. chmod a+x debian/jar ! $(MAKE) complete JAVAC_FLAGS="-O" java="gij" javac="jikes-classpath -nowarn" jar="debian/jar" NICE_ANTJAR=/usr/share/java/ant.jar #/usr/bin/docbook-to-man debian/nice.sgml > nice.1 |