Alex Vong f1f355762c Fix broken 'debian/watch'. 5 anni fa
..
source a7bf52564f add debian/ directory 9 anni fa
upstream adcb998cba Update 'debian/watch' and signing key. 5 anni fa
README.Debian 4bfd722048 Update 'README.Debian'. 5 anni fa
changelog cd11589ba4 Update 'debian/changelog'. 5 anni fa
control a32c59b912 Update debhelper compact version and adjust accordingly. 5 anni fa
docs 4e9d39bfa2 Remove references to NEWS and 'html/'. 5 anni fa
rules a32c59b912 Update debhelper compact version and adjust accordingly. 5 anni fa
watch f1f355762c Fix broken 'debian/watch'. 5 anni fa

README.Debian

mlucas for Debian
-----------------

The subsection Great Internet Mersenne Prime Search in section NOTES
in the man page needs to be completed.

The man page for 'primenet' needs to be written.

The argument parser is buggy. The relative position of arguments is relevant to
mlucas, the order of arguments in SYNOPSIS in mlucas(1) should be followed to
avoid confusing the parser. Only 100, 1000 and 10000 are supported for -iters
flag. However, the parser will not reject unsupported arguments. Using
unsupported arguments for -iters flag may trigger strange behaviour.

On system with limited resources, the self-test for medium exponents
'mlucas -s m' may fail with 'pthread_create:: Cannot allocate memory'. See
for details. The current fix is to run
self-test on each exponent one by one instead. However, this is unsatisfactory
since it does not prevent the user from running the self-test for medium
exponents and getting an error.

See BUGS section in mlucas(1) for details.

-- Alex Vong Sat, 26 Jan 2019 17:13:06 +0800
-- Alex Vong Mon, 24 Apr 2017 16:16:28 +0800
-- Alex Vong Thu, 27 Aug 2015 22:04:58 +0800