tk-table 2.10.8-1 source package in Ubuntu

Changelog

tk-table (2.10.8-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Drop unnecessary dependency on dh-autoreconf.
  * Fix day-of-week for changelog entry 2.9-1.

  [ Ole Streicher ]
  * New upstream version 2.10.8
  * Push Standards-Version to 4.6.2. No changes

 -- Ole Streicher <email address hidden>  Sun, 25 Dec 2022 13:00:33 +0100

Upload details

Uploaded by:
Si Watt
Uploaded to:
Sid
Original maintainer:
Si Watt
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe libs
Mantic release universe libs
Lunar release universe libs

Downloads

File Size SHA-256 Checksum
tk-table_2.10.8-1.dsc 1.9 KiB daa05dd58d5343609d0d066844569d317997b16f811dab0c397d5b8e1e1f67bc
tk-table_2.10.8.orig.tar.gz 301.0 KiB 6d23e4380fd98657a78cb50f2cc654b38fd12e57b29fd429e79992df13f065ed
tk-table_2.10.8-1.debian.tar.xz 8.0 KiB 636b63b5559a40771943fb91b4415a97c8ee7935b176fb80ae918de732811090

Available diffs

No changes file available.

Binary packages built by this source

tk-table: Table extension for Tcl/Tk

 Provides support for tables and matrices in Tcl/Tk. The basic features of the
 widget are:
  * multi-line cells
  * support for embedded windows (one per cell)
  * row & column spanning
  * variable width columns / height rows (interactively resizable)
  * row and column titles
  * multiple data sources ((Tcl array || Tcl command) &| internal caching)
  * supports standard Tk reliefs, fonts, colors, etc.
  * x/y scrollbar support
  * 'tag' styles per row, column or cell to change visual appearance
  * in-cell editing - returns value back to data source
  * support for disabled (read-only) tables or cells (via tags)
  * multiple selection modes, with "active" cell
  * multiple drawing modes to get optimal performance for larger tables
  * optional 'flashes' when things update
  * cell validation support
  * Works everywhere Tk does (including Windows and Mac!)
 .
 This package is sufficient to run and link against tkTable.

tk-table-dbgsym: debug symbols for tk-table