~ubuntu-branches/ubuntu/vivid/nodejs/vivid

« back to all changes in this revision

Viewing changes to debian/NEWS

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-02-09 15:01:27 UTC
  • mfrom: (7.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20120209150127-iiz4z20pppqpu9if
Tags: 0.4.12-3ubuntu1
* Merge from Debian unstable:
  - This package is x86/arm only. Update control to match
  - 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.
* Rebuild with new version of libv8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
nodejs (0.4.12-2) unstable; urgency=low
 
2
 
 
3
    Do not search for modules in /usr/local/lib/nodejs.
 
4
    That folder, populated by npm, used to be in the search path :
 
5
    this is a mistake, using those modules in a user project is done with
 
6
    `npm link mymodule`, *not* by changing NODE_PATH nor require.paths.
 
7
    System-wide search path is only /usr/lib/nodejs, where modules installed
 
8
    by debian packages go.
 
9
 
 
10
    npm >= 1.0 (when released) install path for 'global' modules will be
 
11
    /usr/local/lib/node_modules.
 
12
 
 
13
 -- Jérémy Lal <kapouer@melix.org>  Mon, 05 Dec 2011 11:34:21 +0100