Package: nqp / 2016.12+dfsg-1

Metadata

Package Version Patches format
nqp 2016.12+dfsg-1 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/build/Makefile-Moar.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