[Pkg-javascript-devel] Bug#686896: buddycloud-server: please run under nodejs, not node

Aaron M. Ucko ucko at debian.org
Fri Sep 7 01:24:02 UTC 2012


Package: buddycloud-server
Version: 0.3.1-1
Severity: grave
Justification: renders package unusable (uninstallable)

As you may have heard, nodejs's main executable is now /usr/bin/nodejs
rather than /usr/bin/node to avoid clashing with the unrelated "node"
package.  To accommodate that change, please update the

exec env node /usr/share/buddycloud-server/main.js $@

line in /usr/sbin/buddycloud-server to

exec nodejs /usr/share/buddycloud-server/main.js "$@"

(I made two other formal improvements there: env is redundant in this
context, and $@ works properly only when quoted.)

Also, please version buddycloud-server's dependency on nodejs to
(>= 0.6.19~dfsg-1-3~) to ensure that a nodejs executable will exist.

Thanks!

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



More information about the Pkg-javascript-devel mailing list