Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package imagej Applied simply patch suggested by bug reporter of bug #859398. unblock imagej/1.51i+dfsg-2 -- System Information: Debian Release: 8.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru imagej-1.51i+dfsg/debian/changelog imagej-1.51i+dfsg/debian/changelog --- imagej-1.51i+dfsg/debian/changelog 2016-12-25 09:07:15.000000000 +0100 +++ imagej-1.51i+dfsg/debian/changelog 2017-04-05 14:54:57.000000000 +0200 @@ -1,3 +1,10 @@ +imagej (1.51i+dfsg-2) unstable; urgency=medium + + * Allow maximum memory usage (Thanks for the patch to Jonas D) + Closes: #859398 + + -- Andreas Tille <[email protected]> Wed, 05 Apr 2017 14:54:57 +0200 + imagej (1.51i+dfsg-1) unstable; urgency=medium * New upstream version diff -Nru imagej-1.51i+dfsg/debian/imagej.sh imagej-1.51i+dfsg/debian/imagej.sh --- imagej-1.51i+dfsg/debian/imagej.sh 2016-12-25 09:07:15.000000000 +0100 +++ imagej-1.51i+dfsg/debian/imagej.sh 2017-04-05 14:54:57.000000000 +0200 @@ -65,7 +65,7 @@ # to recover macro arguments declare -i mem -declare -i default_mem=500 +declare -i default_mem=4000 declare -i min_mem=16 declare -i max_mem declare -i free_mem

