Re: trying to build the image.deb

2008-09-24 Thread Paolo Ariano
Il giorno mer, 24/09/2008 alle 10.12 +0200, Federico Di Gregorio ha scritto: Just to clarify the situation a bit... Just to give everybody a good news, i received from the upstream author: Starting with v1.41n, ImageJ saves JPEGs using ImageIO if the ij.plugin.JpegWriter class is missing.

Re: trying to build the image.deb

2008-09-24 Thread Federico Di Gregorio
Just to clarify the situation a bit... Il giorno mar, 23/09/2008 alle 16.00 +0200, Andreas Tille ha scritto: This tells you which package version is actually available in Debian. This is the old version which was prepared by you previousely and finally uploaded by Federico Di Gregorio [EMAIL

Re: trying to build the image.deb

2008-09-24 Thread Andreas Tille
On Wed, 24 Sep 2008, Paolo Ariano wrote: Starting with v1.41n, ImageJ saves JPEGs using ImageIO if the ij.plugin.JpegWriter class is missing. Removing this class should allow you to compile ImageJ with OpenJDK. we can compile it with OpenJDK and move it to main Just adapted get-orig-source.

Re: trying to build the image.deb

2008-09-24 Thread Andreas Tille
On Wed, 24 Sep 2008, Paolo Ariano wrote: we can compile it with OpenJDK and move it to main Works with latest SVN. Please do an `svn up` to obtain the packaging stuff for version 1.41n. The only remaining issue is the bash script syntax error. Kind regards Andreas. --

Re: trying to build the image.deb

2008-09-24 Thread Paolo Ariano
Il giorno mer, 24/09/2008 alle 12.01 +0200, Andreas Tille ha scritto: On Wed, 24 Sep 2008, Paolo Ariano wrote: we can compile it with OpenJDK and move it to main Works with latest SVN. Please do an `svn up` to obtain the packaging stuff for version 1.41n. The only remaining issue is

Re: trying to build the image.deb

2008-09-24 Thread Andreas Tille
Hi Paolo, I have seen that you tried to provide a fix for the bash script. Unfortunately it is erroneous as well. You should try to verify the syntax using bash -n imagej.sh I tried to fix the syntax problem - please have a look at it and confirm that it works as intended. Kind regards

Re: trying to build the image.deb

2008-09-23 Thread Paolo Ariano
Il giorno mar, 23/09/2008 alle 11.58 +0200, Andreas Tille ha scritto: On Mon, 22 Sep 2008, Paolo Ariano wrote: thanks, i finally start to understood ;) Thanks. I tried your packaging stuff with pbuilder and noticed that the build dependencies are not correct because gcj seems not to be

Re: trying to build the image.deb

2008-09-23 Thread Dominique Belhachemi
On Tue, 2008-09-23 at 13:27 +0200, Paolo Ariano wrote: i know, nor gcj is ok for the work (as openjdk) so i continue to use the sun jdk the /debian/rules script use to to set the JAVA_HOME this line: /usr/sbin/update-java-alternatives -l | head -1 | cut -d' ' -f 3 that gives me:

Re: trying to build the image.deb

2008-09-23 Thread Paolo Ariano
Il giorno mar, 23/09/2008 alle 14.07 +0200, Dominique Belhachemi ha scritto: Another problem is your file debian/imagej You have to move or rename it. The build process tries to create a directory there because imagej is the name of your package. perfect this was the problem :D someone renamed

Re: trying to build the image.deb

2008-09-23 Thread Andreas Tille
On Tue, 23 Sep 2008, Paolo Ariano wrote: the /debian/rules script use to to set the JAVA_HOME this line: /usr/sbin/update-java-alternatives -l | head -1 | cut -d' ' -f 3 that gives me: /usr/lib/jvm/java-1.5.0-sun apt-get install sun-java5-jdk will help you ;) Well, that's actually not

Re: trying to build the image.deb

2008-09-23 Thread Paolo Ariano
Il giorno mar, 23/09/2008 alle 14.17 +0200, Andreas Tille ha scritto: Well, that's actually not enough. I tried adding this to build-depends and got: on my debian all is ok and i obtain the .deb without changing nothing or it is a problem in the sun-java5-jdk.deb becouse when i installed it i

Re: trying to build the image.deb

2008-09-23 Thread Andreas Tille
On Tue, 23 Sep 2008, Paolo Ariano wrote: on my debian all is ok Sure. I can also install it on my box - the problem is you can not install it into a pbuilder environment because the configure script of sun-java5-jdk makes sure that the license agreement is read by the user - which is not the

Re: trying to build the image.deb

2008-09-23 Thread Paolo Ariano
Il giorno mar, 23/09/2008 alle 15.13 +0200, Andreas Tille ha scritto: Sure. I can also install it on my box - the problem is you can not install it into a pbuilder environment because the configure script of sun-java5-jdk makes sure that the license agreement is read by the user - which is not

Re: trying to build the image.deb

2008-09-22 Thread Paolo Ariano
Il giorno sab, 20/09/2008 alle 11.41 +0200, Andreas Tille ha scritto: Yes, I just noticed that openjdk-6-jdk is now in main. but with openjdk i've some problem with jpeg, so i'll continue to compile with sun-jdk until things will change :( stuff - so feel free to redo any change I have done.

Re: trying to build the image.deb

2008-09-22 Thread Andreas Tille
On Mon, 22 Sep 2008, Paolo Ariano wrote: but with openjdk i've some problem with jpeg, so i'll continue to compile with sun-jdk until things will change :( Hmmm, that's sad. :-( ok but now the problem is in the changes to the debian files, the result is: dh_installdocs -pimagej

Re: trying to build the image.deb

2008-09-22 Thread Paolo Ariano
Il giorno lun, 22/09/2008 alle 12.43 +0200, Andreas Tille ha scritto: Hmmm, that's sad. :-( yes i know. WOuld you mind checking in your changes into SVN to enable us to reproduce the problem? ok i was reading debian-med policy and i saw You can inject a new package only after successfully

Re: trying to build the image.deb

2008-09-22 Thread Andreas Tille
On Mon, 22 Sep 2008, Paolo Ariano wrote: ok but i've to upload my debian directory somewhere ? reading de-med policy i saw You can inject a new package only after successfully building but i can build it :( so how i can inject my new debian directory or only teh files i changed ? Well, imagej

Re: trying to build the image.deb

2008-09-22 Thread Paolo Ariano
Il giorno lun, 22/09/2008 alle 14.43 +0200, Andreas Tille ha scritto: Well, imagej is just injected and BTW the paragraph is somehow incorrect - but that's another topic. ??? Just to enable you to work with SVN I would like to give you some very view important commands for SVN: thanks, i

trying to build the image.deb

2008-09-19 Thread Paolo Ariano
Hi * so i've corrected some bugs and imagej is now ok to be uploaded but before to do it i'd like to build the .deb and check that all is ok but i can't do it, i followed this procedure: svn co svn +ssh://[EMAIL PROTECTED]/svn/debian-med/trunk/packages/imagej/trunk/ then corrected some bugs in

Re: trying to build the image.deb

2008-09-19 Thread Paolo Ariano
Il giorno ven, 19/09/2008 alle 13.23 +0200, Paolo Ariano ha scritto: maybe is due to new rewritten rules file but i don't know how to manage sorry sorry ok the build.xmlwas not in the path :) now all is in the path but: BUILD FAILED /home/paolinux/Devel/debbian/imagej-1.41l/build.xml:9: Unable