Package: xcircuit / 3.9.73+dfsg.1-2
Metadata
Package | Version | Patches format |
---|---|---|
xcircuit | 3.9.73+dfsg.1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
03_fix_lib_files.patch | (download) |
Makefile.am |
21 13 + 8 - 0 ! |
fix for fhs compliant file locations |
04_fix_manpage.patch | (download) |
lib/xcircuit.1.in |
166 83 + 83 - 0 ! |
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 ! |
fix sprintf() format strings In several snprintf() calls, no appropriate format arguments were given. This patch adds them. |
0005 Remove asg.patch | (download) |
Makefile.am |
3 0 + 3 - 0 ! |
remove asg |
0005 Spelling fixes.patch | (download) |
README.Tcl |
2 1 + 1 - 0 ! |
spelling fixes |
avoid implicit declaration.patch | (download) |
prototypes.h |
1 1 + 0 - 0 ! |
[patch] declare udrawxat in prototypes.h This avoids an implicit function declaration in functions.c for HAVE_CAIRO. Future compilers will not accept such implicit function declarations by default, leading to a build failure. |
fix return without value.patch | (download) |
prototypes.h |
1 1 + 0 - 0 ! |
[patch] added prototype for getscreendpi(), and fixed a return without value in tclxcircuit.c. |