Re: RFS: sqlline

2008-08-18 Thread Cyril Brulebois
Damien Raude-Morvan [EMAIL PROTECTED] (13/08/2008): Cyril, did you have time to sponsor this package (if it's ok for you, of course)? Here are some comments: - I assume libjline-java will pull the needed java machinery so you don't have to depend on a java runtime environment; is that

Re: packages with build dependencies on openjdk-6-jdk

2008-08-18 Thread Julien Cristau
On Sun, Aug 17, 2008 at 19:25:52 +0200, Matthias Klose wrote: - build dependencies should be of the form openjdk-6-jdk | cacao-oj6-jdk, or else builds will fail on s390. Why would that make a difference? Alternatives in build-deps aren't considered by sbuild. Cheers, Julien -- To

freeze exception for cacao-oj6

2008-08-18 Thread Matthias Klose
proposing a freeze exception for cacao-oj6 for testing. cacao-oj6 is a copy of the openjdk-6 package with the cacao sources included. Compared to openjdk-6 on architectures without the Hotspot JIT support, cacao-oj6 (including a JIT) is a much faster JVM on the architectures where it does build

packages with build dependencies on openjdk-6-jdk

2008-08-18 Thread Matthias Klose
Unfortunately there is a lot of packages with build dependencies on openjdk-6-jdk directly, which is a bit unfortunate. Most likely all packages build depending on openjdk-6-jdk should have RC bug reports because they may contain 1.6 bytecode. The following should be checked for the release: -

Update of fop package

2008-08-18 Thread Sylvestre Ledru
Hello, Needing a more recent version of fop for jeuclid package [1], I updated the package and in the meantime closed a few bugs. If I can do anything more to help on this, don't hesitate! Thanks! Sylvestre [1] http://jeuclid.sourceforge.net/ Index: debian/control

Re: packages with build dependencies on openjdk-6-jdk

2008-08-18 Thread Michael Tautschnig
[...] - build dependencies should be of the form openjdk-6-jdk | cacao-oj6-jdk, or else builds will fail on s390. Shouldn't instead architecture specific build-depends be used? Best, Michael pgpIi2Z9VR8GP.pgp Description: PGP signature

Re: selecting a java runtime

2008-08-18 Thread Matthew Johnson
On Mon Aug 18 18:40, peter green wrote: are there any scripts in debian for locating a java runtime based on a set of criteria such as java versions supported and whether or not it is a sun/sun based runtime. or to put it another way what should packages that cannot run acceptablly with

Re: Bug#491805: RFS: sqlline

2008-08-18 Thread Damien Raude-Morvan
Hi, Le Sunday 17 August 2008 17:42:18 Cyril Brulebois, vous avez écrit : - I assume libjline-java will pull the needed java machinery so you don't have to depend on a java runtime environment; is that correct? As said by Matthew, sqlline is an application so it must depends on JRE. I've