Package: less.js
Version: 1.3.0~20120310-3
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS due to renaming of node -> nodejs:
    - d/p/2003_use_nodejs_build.patch: Patch Makefile to use 'nodejs'
      instead of 'node' command when executing tests.

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
'quantal')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5.0-14-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJQWHDJAAoJEL/srsug59jDJ2QP/iY88jNO9+dvDe7Q7m8nEXmp
J05eP+IGde6nqdFs7MRfaFTFqIdaWd/G0rqknyRQ9WANXdJhUnPEYFexrKQAp0Ue
wdr/9gzpI6K4njPsBU3LI80G1YzVFTFCgqesiGUrVj2i97+pjbWuPnIykpm8pu7P
jCSGFQKZ/QyPR1MnyKJ3Xm+JUWZjx2f/DeQu5mlwxlSHJJbZHiRcdvY7bU6V9OAt
zobQm8UMXaWvri4NJUh6PbpWQgXYSWSjeL4zeyLlL5sUbFA3P1aEH2765BfvZSJu
rIFz89TFPIUojdgaqNJcor4lOJpUDRlveZAjeEhdQqemV8KW7SQtBNksJjNMRTeB
EiegHTUL0hW6w+uxu5aTUaLHenS+lSJakoXCSUuJxbagTljkn7WlHwbRyBcocwta
8K2hOMcpoQa8RvWWo8CQGMvLdAmhWs/BgauHlh3rnsqJWAjSVxcTodwIpUIim+Zo
l1UEWsqm4swr3t4UZ4CB9Y+ZjA2o7GeQLTVtmyCjoxmqY9f/aFz8YSz0JZeCxKm8
FIqzgZ+t4/8yhTg3EDj1YbINa8vO4zQuXjT12BYbwn5L+XAAhmFir9V41MIzLNAF
SACqxM1fnrqaKJRRY0bujI9D0Gy5FvKCoteg+uqdxrNkPELcde+slVFwKo9KCn+w
JmWgMqW6uZFpn+tVCt0x
=J0or
-----END PGP SIGNATURE-----
diff -Nru less.js-1.3.0~20120310/debian/changelog less.js-1.3.0~20120310/debian/changelog
diff -Nru less.js-1.3.0~20120310/debian/patches/2003_use_nodejs_build.patch less.js-1.3.0~20120310/debian/patches/2003_use_nodejs_build.patch
--- less.js-1.3.0~20120310/debian/patches/2003_use_nodejs_build.patch	1970-01-01 01:00:00.000000000 +0100
+++ less.js-1.3.0~20120310/debian/patches/2003_use_nodejs_build.patch	2012-09-18 13:57:14.000000000 +0100
@@ -0,0 +1,18 @@
+--- a/Makefile
++++ b/Makefile
+@@ -2,13 +2,13 @@
+ # Run all tests
+ #
+ test: 
+-	node test/less-test.js
++	nodejs test/less-test.js
+ 
+ #
+ # Run benchmark
+ #
+ benchmark:
+-	node benchmark/less-benchmark.js
++	nodejs benchmark/less-benchmark.js
+ 
+ #
+ # Build less.js
diff -Nru less.js-1.3.0~20120310/debian/patches/series less.js-1.3.0~20120310/debian/patches/series
--- less.js-1.3.0~20120310/debian/patches/series	2012-08-06 02:18:12.000000000 +0100
+++ less.js-1.3.0~20120310/debian/patches/series	2012-09-18 13:55:51.000000000 +0100
@@ -1,2 +1,3 @@
 2001_use_usr-bin-nodejs.patch
 2002_strip_local_PATH.patch
+2003_use_nodejs_build.patch
_______________________________________________
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to