dejagnu 1.6.3-1.1 source package in Ubuntu
Changelog
dejagnu (1.6.3-1.1) unstable; urgency=medium * Non-maintainer upload. * Remove unnecessary Depends. (Closes: #1013684) * Remove cdbs quilt. (Closes: #1072893) -- Bastian Germann <email address hidden> Mon, 31 Mar 2025 20:49:23 +0200
Upload details
- Uploaded by:
- Hector Oron
- Uploaded to:
- Sid
- Original maintainer:
- Hector Oron
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Questing | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dejagnu_1.6.3-1.1.dsc | 1.5 KiB | 8a18c922f0de17b8c21008ae850f9d022f06dff6d09f0c287addd30258308459 |
dejagnu_1.6.3.orig.tar.gz | 607.5 KiB | 87daefacd7958b4a69f88c6856dbd1634261963c414079d0c371f589cd66a2e3 |
dejagnu_1.6.3-1.1.debian.tar.xz | 10.1 KiB | d908ff167842c935434c8b85a115f796fb8e71e251c482f1ac06a470026dddbb |
Available diffs
- diff from 1.6.3-1 to 1.6.3-1.1 (927 bytes)
No changes file available.
Binary packages built by this source
- dejagnu: 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.