This repository builds Debian packages for OpenFastTrace (OFT), a requirement tracing suite. OFT keeps track of whether you implemented everything planned in your specifications and identifies obsolete parts of a product.
Pre-built source and binary packages are available from the GitHub releases. Install the binary package with its Java runtime dependency:
sudo apt install ./openfasttrace_<version>-1_all.debRun OpenFastTrace with:
oft --helpFor OFT usage, including command-line options and requirement notation, see the upstream user guide.
On Debian or a derived distribution, install the tools listed by the precondition check, then build a source package and its binary package for an upstream release:
./check-preconditions.sh
./create-source-package.sh <version>
./create-binary-package.sh <version>The resulting artifacts are placed in out/. The scripts download the specified OpenFastTrace source release, incorporate this repository's debian/ packaging metadata, and build the package.