Package: npm
Version: 1.1.4~dfsg-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu quantal ubuntu-patch
Dear Maintainer,
In Ubuntu, we had a request to add build-essential as a npm Recommends
because it is "often needed when you use npm install (e.g for npm
install in the root directory when you npm-install(ed) express)" Here's
the patch that resulted.
(Ubuntu bug https://bugs.launchpad.net/ubuntu/+source/npm/+bug/981213)
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: i386 (i686)
Kernel: Linux 3.5.0-4-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru npm-1.1.4~dfsg/debian/changelog npm-1.1.4~dfsg/debian/changelog
diff -Nru npm-1.1.4~dfsg/debian/control npm-1.1.4~dfsg/debian/control
--- npm-1.1.4~dfsg/debian/control 2012-04-07 04:17:24.000000000 -0400
+++ npm-1.1.4~dfsg/debian/control 2012-07-12 11:28:58.000000000 -0400
@@ -33,6 +33,7 @@
node-tar,
node-which,
${misc:Depends}
+Recommends: build-essential
Description: package manager for Node.js
Node.js is an event-based server-side javascript engine.
.
diff -Nru npm-1.1.4~dfsg/debian/control.in npm-1.1.4~dfsg/debian/control.in
--- npm-1.1.4~dfsg/debian/control.in 2012-04-07 03:42:14.000000000 -0400
+++ npm-1.1.4~dfsg/debian/control.in 2012-07-12 11:28:58.000000000 -0400
@@ -31,6 +31,7 @@
node-tar,
node-which,
${misc:Depends}
+Recommends: build-essential
Description: package manager for Node.js
Node.js is an event-based server-side javascript engine.
.
_______________________________________________
Pkg-javascript-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel