Package: tk-table / 2.10.8-3

Metadata

Package Version Patches format
tk-table 2.10.8-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Fix several minor glitches of the manpage.patch | (download)

doc/tkTable.n | 10 4 + 6 - 0 !
1 file changed, 4 insertions(+), 6 deletions(-)

 fix several minor glitches of the manpage


Dont create an empty directory usr bin.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 dont create an empty directory /usr/bin


Remove the HTML doc installation.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove the html doc installation

It goes into the wrong  directory, and it is not needed at all since it
doesn't provide other information than the manpage.

Set package name to Tktable.patch | (download)

configure.ac | 2 1 + 1 - 0 !
library/tkTable.tcl | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 set package name to tktable


Correct declaration of TableOptionReliefGet.patch | (download)

generic/tkTableTag.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 correct declaration of tableoptionreliefget

Closes: #1075578

Avoid bool variable name illegal in C23.patch | (download)

generic/tkTable.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 avoid 'bool' variable name: illegal in c23

Closes: #1098004