nodejs 0.4.12-1ubuntu1 source package in Ubuntu

Changelog

nodejs (0.4.12-1ubuntu1) precise; urgency=low

  * Merge from Debian unstable,
  * Drop 2007_remove_internet_test.patch, update
    2005_expected_failing_tests.patch instead:
    - Allow test-dgram-multicast to fail, requires root privileges.
    - Allow test-c-ares, test-regress-GH-819 and test-net-connect-timeout to
      fail, they require network access.

nodejs (0.4.12-1) unstable; urgency=low

  * New upstream release
  * Port to libv8 3.4 branch and depend on it., Closes:bug#642731.
  * debian/gbp.conf: fix syntax, filter 'doc/logos/*' or else
    pristine-tar will complain.

nodejs (0.4.11-1) unstable; urgency=low

  * New upstream release
  * debian/gbp.conf: Filter out doc/logos, unused, too big, and
    upstream removed it from 0.5 tarballs.
  * debian/patches/1006_version.patch : upstream forgot to update
    VERSION flag in wscript.

nodejs (0.4.10-1) unstable; urgency=low

  * New upstream release
 -- Felix Geyer <email address hidden>   Tue, 29 Nov 2011 19:27:51 +0100

Upload details

Uploaded by:
Felix Geyer
Uploaded to:
Precise
Original maintainer:
Debian Javascript Maintainers
Architectures:
any
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-1ubuntu1.debian.tar.gz 31.4 KiB a1e670547e0b5a16fdf18735f7863fa6d7954466eed4c86a89c37671758f836e
nodejs_0.4.12-1ubuntu1.dsc 2.1 KiB e39172f43142fe7d12ca64fa85e4949ad77b2ad24a5111610c2fdeefbffd05d3

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.