Bumped version number
[tcl-tlc.git] / debian / control
blob29213c06c5bcdba423fb23a89860dd142847afde
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}, blt (>= 2.4u)
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.