Package: f2j / 0.8.1+dfsg-5

Metadata

Package Version Patches format
f2j 0.8.1+dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_clean_target | (download)

libbytecode/Makefile.in | 4 2 + 2 - 0 !
src/Makefile | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 test and clean targets refer to testing dir but it 
 does not exists. This creates an infinite loop on those targets.
Last-Updated: 24/01/2012

generate_doc | (download)

doc/Makefile | 22 8 + 14 - 0 !
1 file changed, 8 insertions(+), 14 deletions(-)

 fix document generation makefile
 * use pdflatex rather than ps2pdf
 * make sure original pdf will be kept for restoring original source dir state
Last-Updated: 24/01/2012

remove_non free_parts.patch | (download)

Makefile.in | 7 1 + 6 - 0 !
configure.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 7 deletions(-)

 remove all occurrences of removed code


replace_printfformat.patch | (download)

util/Makefile | 2 1 + 1 - 0 !
util/org/j_paine/formatter/Formatter.java | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 replace non-free class by java standard string.format


spelling.patch | (download)

src/codegen.c | 56 28 + 28 - 0 !
src/f2jmain.c | 2 1 + 1 - 0 !
src/f2jparse.y | 2 1 + 1 - 0 !
src/y.tab.c | 2 1 + 1 - 0 !
4 files changed, 31 insertions(+), 31 deletions(-)

 fix spelling


hardening.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 propagate hardening flags


gcc 10_multiple_definition.patch | (download)

src/opcodes.h | 2 1 + 1 - 0 !
src/optimize.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix build issue with gcc-10