dejagnu 1.5-2 source package in Ubuntu
Changelog
dejagnu (1.5-2) unstable; urgency=low * Upload to unstable dejagnu (1.5-1) experimental; urgency=low * New upstream release. * Drop Daniel Jacobowitz as maintainer. * Add myself as maintainer (Closes: #631740) * Bump Standards-Version to 3.9.2 * Convert to source format 1.0 * dejagnu.examples: remove file as new release has no examples * Update copyright to GPL-3 and update copyright file to DEP5 format * Cleanup lintian warnings: - depend misc:Depends - depend on dpkg | install-info -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 17 Oct 2011 09:13:45 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Hector Oron
- Architectures:
- all
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dejagnu_1.5.orig.tar.gz | 562.8 KiB | c8b45808357a6f3e32cd56d8b56a4fdf8a1d5f3818818045c2022993e0e8a3db |
dejagnu_1.5-2.debian.tar.gz | 6.5 KiB | 2044928ad0d3973e7b0451e8d6260648c0bafa9f5de7e442a42cdbdf2362ab5b |
dejagnu_1.5-2.dsc | 1.7 KiB | 5fba076f0db74a9bf9abe722a08afb9600ef8317c8c714388f4d5381646ec7d6 |
Available diffs
- diff from 1.4.4.git20080407-1.1 to 1.5-2 (621.0 KiB)
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.