[Pkg-javascript-devel] Bug#734578: nodejs: Show distribution on Nodejs version
Jérémy Lal
kapouer at melix.org
Sun Mar 2 01:04:49 UTC 2014
Le mercredi 08 janvier 2014 à 09:52 +0100, Yolanda Robla a écrit :
> Package: nodejs
> Version: 0.10.15~dfsg1-4
> Severity: wishlist
>
> Dear Maintainer,
> >From Ubuntu we are updating some packages to show OS distribution
> when showing version of some packages.
> https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-server-app-banner-updates
This patch will certainly trigger bugs in several node modules,
especially the ones parsing process.version, which when those
modules do it right, is done using 'semver' module, which in turn
doesn't support x.y.z (text) version numbers:
semver v0.10.4
> 0.10.4
semver 0.10.4 (Debian)
> <nothing>
Jérémy.
More information about the Pkg-javascript-devel
mailing list