Your message dated Fri, 24 Oct 2008 15:05:07 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#496798: fixed in imagej 1.41n-1 has caused the Debian Bug report #496798, regarding ImageJ: Run script does not allow to change maximum size of JVM heap to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 496798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496798 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: imagej Version: 1.40a-1 Severity: normal Tags: patch The run script provided with the ImageJ package (/usr/bin/imagej) does not allow to change the maximum size of the JVM heap the program will use on 32 bit architectures via the -x option as documented in the man page. When using the -x switch, the following output is given on the console: | [EMAIL PROTECTED]:~$ imagej -x 1500 | /usr/bin/imagej: line 263: ((: 1500 < 16 || 1500 > : syntax error: operand expected (error token is " ") | Open other images in this ImageJ panel as follows: | imagej -p 1 <image1> [<image2> ... <imageN>] | | [EMAIL PROTECTED]:~$ This error is due to a copy+paste error in the run script sample provided by upstream and is fixed with this patch: --- imagej.orig 2008-07-11 11:24:15.000000000 +0200 +++ imagej 2008-07-11 11:24:17.000000000 +0200 @@ -102,7 +102,7 @@ else arch='-d32' java_path="${ij_path}/jre/bin/java" - free_mem=`free | awk 'NR == 2 {fmem=int($2 / 1024); if (fmem < 1800) {print fmem} else {print 1800}}'` + max_mem=`free | awk 'NR == 2 {fmem=int($2 / 1024); if (fmem < 1800) {print fmem} else {print 1800}}'` free_mem=`free | awk 'NR == 3 {fmem=int($4 / 1024); if (fmem < 1800) {print fmem} else {print 1800}}'` mem=${free_mem}/3*2 if (( $mem > $default_mem || $mem < $min_mem )) ; then mem=$default_mem ; fi As a minor sidenote, the indentation in this script is severly broken and should be fixed. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages imagej depends on: ii java-gcj-compat [java2-runtim 1.0.78-2 Java runtime environment using GIJ ii sun-java6-jre [java2-runtime] 6-07-4 Sun Java(TM) Runtime Environment ( imagej recommends no packages. Versions of packages imagej suggests: ii sun-java6-jdk [java2-compiler 6-07-4 Sun Java(TM) Development Kit (JDK)
--- End Message ---
--- Begin Message ---Source: imagej Source-Version: 1.41n-1 We believe that the bug you reported is fixed in the latest version of imagej, which is due to be installed in the Debian FTP archive: imagej_1.41n-1.diff.gz to pool/main/i/imagej/imagej_1.41n-1.diff.gz imagej_1.41n-1.dsc to pool/main/i/imagej/imagej_1.41n-1.dsc imagej_1.41n-1_all.deb to pool/main/i/imagej/imagej_1.41n-1_all.deb imagej_1.41n.orig.tar.gz to pool/main/i/imagej/imagej_1.41n.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Tille <[EMAIL PROTECTED]> (supplier of updated imagej package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 23 Sep 2008 12:04:34 +0200 Source: imagej Binary: imagej Architecture: source all Version: 1.41n-1 Distribution: unstable Urgency: low Maintainer: Debian-Med Packaging Team <[EMAIL PROTECTED]> Changed-By: Andreas Tille <[EMAIL PROTECTED]> Description: imagej - Image processing program inspired by NIH Image for the Macintosh Closes: 496798 496802 Changes: imagej (1.41n-1) unstable; urgency=low . [ Andreas Tille ] * New upstream release Closes: #496802 * Group maintenance according to Debian-Med group policy * Added myself as Uploader * VCS fields * Added Homepage to debian/control * Added watch file * Added get-orig-source * Moved extra image files into debian directory to keep all additions there and install them via debian/install file instead of copying in debian/rules * Machine readable copyright file * Do the copying work in debian/install instead of debian/rules * debian/manpages * Build-Depends: s/ecj/openjdk-6-jdk/ which finally makes imagej fit for Debian main because no non-free components are needed any more * debian/compat: 5 * debian/rules: Excluded sun java from JAVA_HOME to make sure imagej can go to main * Standards-Version: 3.8.0 (no changes needed) * Added versioned Build-Depends debhelper (>= 5) . [ Charles Plessy ] * Added a FreeDesktopt menu entry. . [ Paolo Ariano ] * A lot of correction to the run script, thanks to Jonathan (closes: #496798). * The socket-lock directory is now /tmp/imagej . [ Andreas Tille ] * Checksums-Sha1: 07c42693482675308e0ac0287887676b4834ae86 1310 imagej_1.41n-1.dsc fb06b3302c5a2c3aa761a04b9ba78fa8a157a0c4 713136 imagej_1.41n.orig.tar.gz 319273dc2558e1f97815aae641e3c6469b31a1d0 13088 imagej_1.41n-1.diff.gz 4cbc19c91c0cc9fe7c38354d1772a8bd6834e037 1312422 imagej_1.41n-1_all.deb Checksums-Sha256: 56c2f6b5121335e93b9c52f546b037c79fa37b57c8ec37c18e273947942dbed7 1310 imagej_1.41n-1.dsc 7b2b36cac7f8da51c95520e19ad101cc3e9a0c892c587289184e368611a9bdf1 713136 imagej_1.41n.orig.tar.gz 6186243e85f0776c4f503469c32bc7a7ddbc00fbfca8f163f79332b066a75741 13088 imagej_1.41n-1.diff.gz fbe52e54fd8b2b3c7bf7d153b5ee64386cbeead0a4bb3bb92ed76f7497c99fe4 1312422 imagej_1.41n-1_all.deb Files: 03f76d4e945b1d90f21cb7fc53e60289 1310 science optional imagej_1.41n-1.dsc 637eb067578d93c472c707f57164e199 713136 science optional imagej_1.41n.orig.tar.gz 33fc158db38e87657437b1120598ffaa 13088 science optional imagej_1.41n-1.diff.gz 863a551adf489eaa9fa84bfa334532d9 1312422 science optional imagej_1.41n-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQFI2kW+YDBbMcCf01oRAvK7AJ9CG8snPlIkfHVsi1I7CwMEiz/Q3ACdFY5s rtqbeE6ZWrvj4+vLjLpjDlw= =JVe7 -----END PGP SIGNATURE-----
--- End Message ---

