aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-02-05 04:26:49 +0000
committerRob Savoye <rob@welcomehome.org>2001-02-05 04:26:49 +0000
commit8813c6679e78c06d69259993baf8f44537abdc11 (patch)
treecd107e9fab160ca92d55e594e878d0d9bb776cce /debian/control
parent65bfb0bc0716fbf4ae5f12992afa403287143039 (diff)
downloaddejagnu-redhat.zip
dejagnu-redhat.tar.gz
dejagnu-redhat.tar.bz2
import from redhat cvsfrom-devoorigin/redhatredhat
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a6fdf2f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: dejagnu
+Section: devel
+Priority: optional
+Maintainer: Kevin Dalley <kevind@rahul.net>
+Standards-Version: 2.5.0.0
+Package: dejagnu-1.4
+Architecture: all
+Depends: expect, dpkg (>=1.2.1)
+Description: framework for running test suites on software tools.
+ DejaGnu is a framework for testing other programs. Its purpose is to
+ provide a single front end for all tests.
+ .
+ DejaGnu provides a layer of abstraction which allows you to write
+ tests that are portable to any host or target where a program must
+ be tested. All tests have the same output format.
+ .
+ DejaGnu is written in `expect', which in turn uses "Tcl"--Tool
+ command language.