* debian/changelog: Add entry for new release.
[dejagnu.git] / debian / control
blobbc03b0d715442a98cb276ea9f41a22ed6d663a69
1 Source: dejagnu
2 Section: devel
3 Priority: optional
4 Maintainer: Rob Savoye <welcomehome.org>
5 Standards-Version: 2.5.0.0
7 Package: dejagnu
8 Architecture: all
9 Depends: expect, dpkg (>=1.2.1)
10 Description: framework for running test suites on software tools.
11  DejaGnu is a framework for testing other programs.  Its purpose is to
12  provide a single front end for all tests.
13  .
14  DejaGnu provides a layer of abstraction which allows you to write
15  tests that are portable to any host or target where a program must
16  be tested.  All tests have the same output format.
17  .
18  DejaGnu is written in `expect', which in turn uses "Tcl"--Tool
19  command language.