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