Package: mlton / 20210117+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
mlton | 20210117+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
03_kfreebsd.diff | (download) |
runtime/platform/freebsd.h |
5 0 + 5 - 0 ! |
remove getpgrp work-around for kfreebsd port |
04_mips64el.diff | (download) |
basis-library/mlton/platform.sig |
2 1 + 1 - 0 ! |
add a mips64el port |
05_riscv64.diff | (download) |
basis-library/mlton/platform.sig |
3 2 + 1 - 0 ! |
add riscv64 support |
06_local_docs.diff | (download) |
doc/guide/bin/InclGitFile.py |
52 19 + 33 - 0 ! |
do not fetch example files from github during build The guide attempts to download example files from Github at build time. Debian package builds should not attempt to access external network resources. . This will break fetching from other remote repositories, e.g., mltonlib, which happens in a few places in the guide. However, the next upstream release (expected this month) removes these remote fetches. |
07_DFSG.diff | (download) |
Makefile |
6 0 + 6 - 0 ! |
handle missing non-dfsg-free files We excluded several non-DFSG-free files from the tarball. Update the build system to not rely or use these. . We disable building mlnlffigen as collateral damage from removing ckit-lib (see dependencies in mlnlffigen/sources.mlb). . We comment out the paths to extracted tarballs in .gitignore to keep the clean target from deleting them. |
08_postpone_tests.diff | (download) |
Makefile |
2 0 + 2 - 0 ! |
don't automatically run tests during build We would like to control when we run tests so that, e.g., no tests are run if DEB_BUILD_OPTIONS includes nocheck. Drop the tests from the build, and instead call them from debian/rules when desired. |