dejagnu 1.5-3 source package in Ubuntu

Changelog

dejagnu (1.5-3) unstable; urgency=low

  * Build-Depend on ghostscript, not gs-common. (Closes: #649710)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  05 Dec 2011 09:45:25 +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 Pocket Published Component Section
Precise release main devel

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dejagnu_1.5.orig.tar.gz 562.8 KiB c8b45808357a6f3e32cd56d8b56a4fdf8a1d5f3818818045c2022993e0e8a3db
dejagnu_1.5-3.debian.tar.gz 6.5 KiB b07a52d341358769dd118ca3f06a510a725c19b0db3bca53130868db3407b10e
dejagnu_1.5-3.dsc 1.7 KiB 6e8879669867a187337464e147b238737d098a333457950d83159a7b2cfc2277

Available diffs

View changes file

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.