Package: xcircuit / 3.8.78.dfsg-1

Metadata

Package Version Patches format
xcircuit 3.8.78.dfsg-1 3.0 (quilt)

Patch series

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

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

 remove asg from build
03_fix_lib_files.patch | (download)

Makefile.am | 21 13 + 8 - 0 !
Makefile.in | 28 17 + 11 - 0 !
lib/tcl/xcircuit.sh.in | 4 3 + 1 - 0 !
lib/tcl/xcircuit.tcl.in | 12 9 + 3 - 0 !
4 files changed, 42 insertions(+), 23 deletions(-)

 fix for fhs compliant file locations
04_fix_manpage.patch | (download)

lib/xcircuit.1.in | 166 83 + 83 - 0 !
1 file changed, 83 insertions(+), 83 deletions(-)

 manpage fix
 This patch fixes a format problem in a table in the manpage
05_fix_string_format.patch | (download)

svg.c | 6 3 + 3 - 0 !
tclxcircuit.c | 8 4 + 4 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 fix sprintf() format strings
 In several snprintf() calls, no appropriate format arguments were given. This
 patch adds them.