]> www.wagner.pp.ru Git - oss/fvwm-tcl.git/blob - debian/control
Added target Make deb into Makefile
[oss/fvwm-tcl.git] / debian / control
1 Source: libfvwm-tcl
2 Section: interpreters
3 Priority: extra
4 Maintainer: Victor B. Wagner <vitus@wagner.pp.ru>
5 Standards-Version: 3.0.1
6
7 Package: libfvwm-tcl
8 Architecture: all
9 Depends:  tcl8.4 | tcl8.3 |tcl8.5, fvwm
10 Recommends: tclx8.4 | tclx8.3 | tclx8.5
11 Suggests: tk8.4 | tk8.3 |tk8.5
12 Description: Tcl interface to fvwm window manager
13  Tcl-only library which allows to write FVWM modules on Tcl
14  .
15  Contains commands to send commands to Fvwm, obtain list of currently
16  open windows and configuration variables, bind Tcl procs to fvwm
17  events.
18  .
19  Doesn't require Tk but you'll probably need it if you want your module
20  to have some interface.
21  .
22  Uses Tclx for do unix-specific things which fvwm expects from its
23  modules.