node-gyp 0.12.2+ds-1 source package in Ubuntu

Changelog

node-gyp (0.12.2+ds-1) unstable; urgency=medium


  * Upstream update.
  * Standards-Version 3.9.5
  * Watch and download tarball from github instead of npm registry.
  * copyright: remove gyp and node_modules using Files-Excluded,
    this simplifies greatly copyright maintenance.
  * Add 2003 patch to set -fPIC also on ia32. Closes: #740569.

 -- Jérémy Lal <email address hidden>  Mon, 03 Mar 2014 01:59:52 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
node-gyp_0.12.2+ds-1.dsc 1.9 KiB 04a7892d7fa6d533fe85214288357a5d939df1479feddd41aa3c7ef5d94a23b7
node-gyp_0.12.2+ds.orig.tar.gz 15.5 KiB 83697c78259dea4c51eda42dea8c8e8208569cc528981e32afe67bd2c9269c26
node-gyp_0.12.2+ds-1.debian.tar.gz 4.4 KiB a443e3e1302616bc753d247d1addd6ee4b2d09569124653e83b23ff26bfec983

Available diffs

No changes file available.

Binary packages built by this source

node-gyp: Native addon build tool for Node.js

 node-gyp is a cross-platform command-line tool written in Node.js
 for compiling native addon modules for Node.js.
 .
 It features :
  * Easy to use, consistent interface
  * Same commands to build a module on every platform
  * Support of multiple target versions of Node.js
 .
 node-gyp replaces node-waf program which was deprecated in Node.js 0.8
 and removed since Node.js 0.10.
 .
 Node.js is an event-based server-side javascript engine.