Removed obsolete TTLC init file
[tcl-tlc.git] / debian / control
blob3dc0282b7e25a9ffaf9b3517f25d860c594af39c
1 Source: tlc
2 Section: main
3 Priority: optional
4 Maintainer: Cyan Ogilvie <cyan@inet.co.za>
5 Build-Depends: debhelper (>> 3.0.0)
6 Standards-Version: 3.5.2
8 Package: tlc
9 Architecture: any
10 Depends: ${shlibs:Depends}, blttable, itcl3.3-cyan, itk3.3-cyan
11 #Depends: ${shlibs:Depends}, itcl3.3 (>= 3.3.0), itk3.3 (>= 3.3.0), blt (>= 2.4u)
12 Description: A Tcl/Tk library containing many useful application goodies
13  TLC attempts to streamline many of the repetitive, boring and error
14  prone aspects of application design in Tcl/Tk, like config file and command
15  line handling, dialog boxes and dirty form handling.  It also provides some
16  megawidgets like a reasonably powerful multicolumn listbox.
17  .
18  TLC uses Itk and BLT.