Package: nqp / 2024.09+dfsg-5

Metadata

Package Version Patches format
nqp 2024.09+dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Use VERSION file to determine nqp version.patch | (download)

tools/build/gen-version.pl | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 ensure manifest doesn't get deleted by realclean
use packaged bootstrap | (download)

src/vm/moar/profiler/template.html | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use packaged bootstrap
use packaged angularjs | (download)

src/vm/moar/profiler/template.html | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use packaged angularjs
fix nqp path in examples | (download)

examples/fib.nqp | 2 1 + 1 - 0 !
examples/hello_world.nqp | 2 1 + 1 - 0 !
examples/loops.nqp | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 fix nqp path in examples
reproducible generated files.patch | (download)

tools/build/gen-cat.pl | 2 1 + 1 - 0 !
tools/build/generate-constants.pl | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 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 !
tools/templates/moar/Makefile.in | 6 3 + 3 - 0 !
2 files changed, 10 insertions(+), 4 deletions(-)

 reproducibility patches for nqp