File: control

package info (click to toggle)
dart 0.20020805-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,688 kB
  • ctags: 172
  • sloc: tcl: 4,979; perl: 213; makefile: 61; cpp: 42; sh: 2
file content (30 lines) | stat: -rw-r--r-- 1,080 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
Source: dart
Section: devel
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends-Indep: debhelper (>> 3.0.0)
Standards-Version: 3.5.2

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
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.