Jonathan Nieder wrote: > Unfortunately the build system scares me, too, so > for now all I can offer is a patch against the Debian packaging.
Actually attached this time.
debian/changelog | 6 ++++++ debian/nodejs.links | 1 + 2 files changed, 7 insertions(+) create mode 100644 debian/nodejs.links diff --git a/debian/changelog b/debian/changelog index 570efb33..c9090bfd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nodejs (0.6.14~dfsg1-2) UNRELEASE; urgency=low + + * Add /usr/bin/nodejs as a symlink to node. Closes: #650343. + + -- Jonathan Nieder <jrnie...@gmail.com> Fri, 27 Apr 2012 23:10:39 -0500 + nodejs (0.6.14~dfsg1-1) unstable; urgency=low * debian/patches/2005_expected_failing_tests.patch: diff --git a/debian/nodejs.links b/debian/nodejs.links new file mode 100644 index 00000000..ddab6c5e --- /dev/null +++ b/debian/nodejs.links @@ -0,0 +1 @@ +usr/bin/node usr/bin/nodejs