~ubuntu-branches/ubuntu/vivid/nqp/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/01_fix-example-interpreter-not-absolute.patch

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2013-11-01 12:09:18 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131101120918-kx51sl0sxl3exsxi
Tags: 2013.10-1
* New upstream release
* Bump versioned (Build-)Depends on parrot
* Update patches
* Install new README.pod
* Fix vcs-field-not-canonical
* Do not install rubyish examples
* Do not Depends on parrot-devel anymore
* Add 07_disable-serialization-tests.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Forwarded: not-needed
4
4
Author: Alessandro Ghedini <ghedo@debian.org>
5
5
Reviewed-by: Alessandro Ghedini <ghedo@debian.org>
6
 
Last-Update: 2013-04-04
 
6
Last-Update: 2013-10-24
7
7
 
8
8
--- a/examples/fib.nqp
9
9
+++ b/examples/fib.nqp
28
28
 
29
29
 # A JSON compiler written in NQP.  To use this compiler, first
30
30
 # precompile the code to PIR, then run that:
31
 
--- a/examples/load_bytecode.nqp
32
 
+++ b/examples/load_bytecode.nqp
33
 
@@ -1,4 +1,4 @@
34
 
-#!nqp
35
 
+#!/usr/bin/nqp
36
 
 
37
 
 nqp::loadbytecode('PGE.pbc');
38
 
 say("Loaded Parrot Grammar Engine");
39
31
--- a/examples/loops.nqp
40
32
+++ b/examples/loops.nqp
41
33
@@ -1,4 +1,4 @@