Normally a ChangeLog is generated at "make dist" time and available in source tarballs. If not, see the Git commit log at . .css'/>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-06gnu: dejagnu: Avoid non-deterministic test failure....I cannot reproduce the test failure locally myself. * gnu/packages/dejagnu.scm (dejagnu)[arguments]: Add #:out-of-source?. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos
2022-06-30gnu: dejagnu: Use G-expressions....* gnu/packages/dejagnu.scm (dejagnu)[arguments]: Use gexp and remove label usage. Marius Bakke
2022-06-30gnu: dejagnu: Fix test failure....This is a follow-up to commit 0b65cb03b3ce04e0f0f1ad9e2eb7bfeff7f42b8e. * gnu/packages/dejagnu.scm (dejagnu)[inputs]: Add BASH-MINIMAL. [arguments]: Add phase to patch /bin/sh references. Marius Bakke
2022-06-26gnu: dejagnu: Update to 1.6.3....* gnu/packages/dejagnu.scm (dejagnu): Update to 1.6.3. Marius Bakke
2022-01-24gnu: dejagnu: Honor tests? flag....* gnu/packages/dejagnu.scm (dejagnu)[arguments]: Adjust custom 'check phase to honor the #:tests? flag. Efraim Flashner
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès