Package: emmax / 0~beta.20100307-6

Metadata

Package Version Patches format
emmax 0~beta.20100307-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dynamic.patch | (download)

makefile | 15 3 + 12 - 0 !
1 file changed, 3 insertions(+), 12 deletions(-)

 dynamic linking

aborts.patch | (download)

emmax-kin.c | 8 7 + 1 - 0 !
emmax.c | 7 6 + 1 - 0 !
2 files changed, 13 insertions(+), 2 deletions(-)

 clean exit when no options are given

install.patch | (download)

makefile | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 proper install target

clean.patch | (download)

makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 proper cleaning

logfile.patch | (download)

emmax.c | 13 8 + 5 - 0 !
1 file changed, 8 insertions(+), 5 deletions(-)

 log only if file pointer exists

hardening.patch | (download)

makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 propagate hardening options (unfortunately this does not help)


fix autopkgtest.patch | (download)

emmax-kin.c | 3 2 + 1 - 0 !
emmax.c | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 3 deletions(-)

 fixes autopkgtest on other archs
 There seems to be an issue with comparing a char and an int with the
 value -1. Using an int to store the parameter of getopt fixes the
 problems with the switch statement always hitting the default case.
lapacke.patch | (download)

emmax.c | 29 9 + 20 - 0 !
makefile | 2 1 + 1 - 0 !
2 files changed, 10 insertions(+), 21 deletions(-)

 use lapacke instead of atlas
syntax.patch | (download)

emmax-kin.c | 3 1 + 2 - 0 !
emmax.c | 19 10 + 9 - 0 !
2 files changed, 11 insertions(+), 11 deletions(-)

 suppress warnings to clean up build log