Package: openmsx-debugger / 0.1~git20200913-1

Metadata

Package Version Patches format
openmsx-debugger 0.1~git20200913-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
hardening | (download)

build/main.mk | 11 6 + 5 - 0 !
1 file changed, 6 insertions(+), 5 deletions(-)

---
verbose | (download)

build/main.mk | 94 47 + 47 - 0 !
1 file changed, 47 insertions(+), 47 deletions(-)

---
python3.patch | (download)

build/detectsys.py | 14 7 + 7 - 0 !
build/executils.py | 8 4 + 4 - 0 !
build/gitdist.py | 23 11 + 12 - 0 !
build/main.mk | 2 1 + 1 - 0 !
build/msysutils.py | 16 8 + 8 - 0 !
build/outpututils.py | 6 3 + 3 - 0 !
build/version.py | 12 6 + 6 - 0 !
build/version2code.py | 3 1 + 2 - 0 !
build/win_resource.py | 3 1 + 2 - 0 !
9 files changed, 42 insertions(+), 45 deletions(-)

 convert build system to python3
 This patch moves the build system from Python2 to Python3.