File: control

package info (click to toggle)
dart 0.20061109-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,668 kB
  • ctags: 247
  • sloc: tcl: 5,652; perl: 256; python: 141; cpp: 79; makefile: 68; sh: 36
file content (31 lines) | stat: -rw-r--r-- 1,092 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: dart
Section: devel
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.7.2.0

Package: dart-client
Architecture: all
Depends: ${shlibs:Depends}
Description: a distributed testing and dashboard system client
 Tcl scripts that run on a client.
 .
 When applications are built using CMake, the build process may include
 some compilation results and regression testing. These scripts support
 that testing capability and handle sending the results from a client
 build host to a server which collects and displays the results.

Package: dart-server
Depends: python
Architecture: all
Description: a distributed testing and dashboard system server
 Perl script that runs on the server as a cgi-bin.
 .
 Java program that runs on the server to translated XML to HTML.
 .
 Cron jobs for the server that open and close dashboards each day
 and periodically summarize submissions.
 .
 Along with an ftp server and a web server and other tools, the Dart
 server collects and displays the results from build clients.