ticalcs2 external rom dumpers.patch | (download) |
src/error.c |
8 8 + 0 - 0 !
src/error.h |
2 2 + 0 - 0 !
src/rom73.h |
106 1 + 105 - 0 !
src/rom82.h |
160 1 + 159 - 0 !
src/rom83.h |
99 1 + 98 - 0 !
src/rom834pceu.h |
22 1 + 21 - 0 !
src/rom83p.h |
113 1 + 112 - 0 !
src/rom84p.h |
195 1 + 194 - 0 !
src/rom84pc.h |
84 1 + 83 - 0 !
src/rom84pcu.h |
171 1 + 170 - 0 !
src/rom85.h |
155 1 + 154 - 0 !
src/rom86.h |
88 1 + 87 - 0 !
src/rom89.h |
182 1 + 181 - 0 !
src/rom89t.h |
219 1 + 218 - 0 !
src/rom92f2.h |
161 1 + 160 - 0 !
src/romdump.c |
25 24 + 1 - 0 !
16 files changed, 47 insertions(+), 1743 deletions(-) |
remove binary rom dumpers and display error message.
As software in Debian 'main' must not require or recommend a package
outside of main for compilation, the pre-compiled ROM dumpers are
removed by this patch and an error message is displayed when trying
to dump the ROM.
Cf. <URL:https://lists.debian.org/debian-mentors/2013/08/msg00196.html>
for more details on the issue. The original patch has been prepared by
Benjamin Moody <benjamin.moody@gmail.com>. It has been tweaked heavy.
|