nodejs 0.4.12-3ubuntu2 source package in Ubuntu

Changelog

nodejs (0.4.12-3ubuntu2) precise; urgency=low

  * Fix FTBFS on armhf:
    -  d/patches/2009_increase_test_timeout.patch: Increased default test
       timeout from 60 to 120 seconds to support reliable execution of all
       tests on armhf/armel architectures.
 -- James Page <email address hidden>   Mon, 13 Feb 2012 12:45:29 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any-i386 any-amd64 armel armhf
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
nodejs_0.4.12.orig.tar.gz 4.9 MiB 8a0fa039c5bde7cdd6d4df15242074774bf6f24cf8ed05128248ed069a9c249d
nodejs_0.4.12-3ubuntu2.debian.tar.gz 32.8 KiB 0f719db32d0d6959e0a10ff1f120fe35b180ed5575b36a4c724a4e538d9a51df
nodejs_0.4.12-3ubuntu2.dsc 2.3 KiB 316459315646568523e25938b6cc7ba498532cbc107359b9a80c36b6224e8423

Available diffs

View changes file

Binary packages built by this source

nodejs: Node.js event-based server-side javascript engine

 Node.js is similar in design to and influenced by systems like
 Ruby's Event Machine or Python's Twisted.
 .
 It takes the event model a bit further - it presents the event
 loop as a language construct instead of as a library.
 .
 Node.js is bundled with several useful libraries to handle server tasks :
 System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
 HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.

nodejs-dbg: Node.js event-based server-side javascript engine (debug)

 Node.js is similar in design to and influenced by systems like
 Ruby's Event Machine or Python's Twisted.
 .
 It takes the event model a bit further - it presents the event
 loop as a language construct instead of as a library.
 .
 Node.js is bundled with several useful libraries to handle server tasks :
 System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
 HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
 .
 This package contains the debugging symbols.

nodejs-dev: Development files for Node.js

 Node.js provides an event-based server-side javascript engine.
 .
 It is similar in design to and influenced by systems like
 Ruby's Event Machine or Python's Twisted.
 .
 Node.js takes the event model a bit further - it presents the event
 loop as a language construct instead of as a library.
 .
 This package is needed to build plugins.