# Author: Damyan Ivanov # Description: convert a hyphen in kobodl manpage to a minus, which is what is # inttented here # Upstream-Report: http://www.freelists.org/post/olofsonprojects/patch-manpage-uses-hyphen-instead-of-a-minus-sign --- a/kobodl.6 +++ b/kobodl.6 @@ -176,7 +176,7 @@ Video Mode. Default: 17200. Enable Vertical Sync. Default: On. .TP .B \-videopages -Number of Video Pages. Default: -1. +Number of Video Pages. Default: \-1. .TP .B \-scalemode Scaling Filter Mode. Default: 1. orm'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/opam.scm
AgeCommit message (Expand)Author
2021-05-28import: opam: Generate license for package....* guix/import/opam.scm (opam->guix-package): Generate license for the ‘license’ field. * tests/opam.scm (test-opam-file): Update accordingly. ("opam->guix-package"): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen
2020-12-08import: opam: Adjust test to latest 'opam->guix-package' changes....This is a followup to a8dccd4bdc1e58219d4ba08fe1649bf0b8325f44, which broke the test. * guix/import/opam.scm (get-opam-repository): Prevent inlining. * tests/opam.scm ("opam->guix-package"): Mock 'get-opam-repository'. Ludovic Courtès
2020-12-08guix: opam: Pass default repository to recursive importer....* guix/import/opam.scm (opam->guix-package): Rename #:repository key to #:repo. (opam-recursive-import): Pass #:repo keyword. * tests/opam.scm (opam->guix-package): Rename #:repository to #:repo. Julien Lepiller
2020-10-02tests: opam: Test additional syntax....* tests/opam.scm (test-comment): New test. (test-lists): Add more tests for complex list patterns. Julien Lepiller
2020-10-02tests: opam: Factorize tests....* tests/opam.scm: Remove duplicate code. Julien Lepiller