Package: castle-game-engine / 5.0.0-3

Metadata

Package Version Patches format
castle-game-engine 5.0.0-3 3.0 (quilt)

Patch series

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

src/fonts/mk_fonts.sh | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 mk_4_outline_versions is only available on windows
 In order to build as much fonts as possible from source, this
 scripts still needs to succeed. Disabling the Windows builds for
 now. Upstream promised to remove the fonts built with Windows.
 Furthermore, to force the use of system fonts, don't use the
 embedded copies.
force unit compilation in release mode.diff | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 force compilation of units in release mode in order to avoid fpc
trying to recompile them during compilation of third party code.
no_need_to_copy_icon_in_documentation.patch | (download)

doc/pasdoc/Makefile | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 path does not exist and we build the icon from source anyways
dont_add_piwik_footer_to_doc.patch | (download)

doc/pasdoc/mk_docs.sh | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 upstream tracks usage of his documentation. while that is his
 good right, it is against the DFSG as lintian rightly errors about. So don't
 add the tracking in Debian.