Package: pcbasic / 2.0.7-8

Metadata

Package Version Patches format
pcbasic 2.0.7-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002_reproducible_build.patch | (download)

docs/htmldoc.py | 3 2 + 1 - 0 !
make/common.py | 8 7 + 1 - 0 !
2 files changed, 9 insertions(+), 2 deletions(-)

 make the build reproducible
0003_disable_unittest_needs_tty.patch | (download)

tests/unit/test_main.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 remove unit test that needs a tty
 test_resume needs a tty. But we don't have it when building. Thus
 disable that unit test.