Package: irsim / 9.7.104-1.2

Metadata

Package Version Patches format
irsim 9.7.104-1.2 3.0 (quilt)

Patch series

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

Makefile | 28 13 + 15 - 0 !
1 file changed, 13 insertions(+), 15 deletions(-)

 adjustments to makefile this patch contains debian specific
 adjustments to the Makefile


02 manpages.patch | (download)

doc/irsim-analyzer.3 | 3 1 + 2 - 0 !
doc/irsim.1 | 2 1 + 1 - 0 !
doc/netchange.5 | 1 0 + 1 - 0 !
3 files changed, 2 insertions(+), 4 deletions(-)

 manual page fixes this patch fixes some minor problems in some man
 pages of irsim.


03 fhs images.patch | (download)

scripts/defs.mak.in | 2 1 + 1 - 0 !
tcltk/irsim.tcl.in | 10 5 + 5 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 fhs adjustments for image files this patch adjusts some image files
 (xbm) to be in an FHS conformant location, not /usr/lib


04 makefile fix hardening ldflags.patch | (download)

irsim/Makefile | 4 2 + 2 - 0 !
rules.mak | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 add hardening flags in makefiles at some places,
 LDFLAGS wasn't used properly in Makefiles.


05 reproducible build.patch | (download)

irsim/Makefile | 2 1 + 1 - 0 !
tcltk/Makefile | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 make it reproducible


0006 Fix spelling errors.patch | (download)

base/network.c | 2 1 + 1 - 0 !
doc/irsim-analyzer.3 | 8 4 + 4 - 0 !
doc/irsim-analyzer.doc | 8 4 + 4 - 0 !
doc/irsim.1 | 26 13 + 13 - 0 !
doc/irsim.doc | 24 12 + 12 - 0 !
doc/netchange.5 | 4 2 + 2 - 0 !
doc/netchange.doc | 4 2 + 2 - 0 !
7 files changed, 38 insertions(+), 38 deletions(-)

 fix spelling errors


0007 Fix cross build.patch | (download)

scripts/defs.mak.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix cross build


0001 Corrected a number of issues arising from a stricter.patch | (download)

analyzer/base.c | 2 2 + 0 - 0 !
analyzer/defaults.c | 1 1 + 0 - 0 !
analyzer/graphics.c | 2 1 + 1 - 0 !
base/eval.c | 1 1 + 0 - 0 !
base/network.c | 1 1 + 0 - 0 !
base/rsim.c | 2 2 + 0 - 0 !
base/sched.c | 2 2 + 0 - 0 !
base/sim.c | 2 2 + 0 - 0 !
tcltk/tclirsim.c | 2 2 + 0 - 0 !
usersubckt/subckt.c | 4 3 + 1 - 0 !
10 files changed, 17 insertions(+), 2 deletions(-)

 corrected a number of issues arising from a stricter gcc compiler 
 setting, mainly missing standard headers and missing function prototype
 declarations.