Package: nqp / 2024.09+dfsg-5
Metadata
Package | Version | Patches format |
---|---|---|
nqp | 2024.09+dfsg-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Use VERSION file to determine nqp version.patch | (download) |
tools/build/gen-version.pl |
6 0 + 6 - 0 ! |
use version file to determine nqp version In upstream, the VERSION file is used as a fallback mechanism to set the version number. However, if a git working copy is found, then the most recent tag is used. This is not the right thing to do in the packaging repository. Thus the `git describe` code needs to be removed. |
Ensure MANIFEST doesn t get deleted by realclean.patch | (download) |
tools/templates/Makefile.in |
2 1 + 1 - 0 ! |
ensure manifest doesn't get deleted by realclean |
use packaged bootstrap | (download) |
src/vm/moar/profiler/template.html |
4 2 + 2 - 0 ! |
use packaged bootstrap |
use packaged angularjs | (download) |
src/vm/moar/profiler/template.html |
2 1 + 1 - 0 ! |
use packaged angularjs |
fix nqp path in examples | (download) |
examples/fib.nqp |
2 1 + 1 - 0 ! |
fix nqp path in examples |
reproducible generated files.patch | (download) |
tools/build/gen-cat.pl |
2 1 + 1 - 0 ! |
make generated files reproducible Adding a comment to mention that a file is generated is fine. . But this comment must not contain the absolute path of the generating file, which is given by $0. . Hardcoding the file name is not elegant, but it's simple... Bug: https://github.com/Raku/nqp/issues/675 Bug-Debian: https://bugs.debian.org/971617 |
nqp reproducibility patches.patch | (download) |
tools/build/gen-version.pl |
8 7 + 1 - 0 ! |
reproducibility patches for nqp |