2015-11-06 16:27 GMT+01:00 Ross Gammon <[email protected]>:
> Package: sponsorship-requests
> Severity: wishlist
>
> Dear mentors,
>
> I am looking for a sponsor for my package "node-readable-stream"
>
> * Package name : node-readable-stream
> Version : 2.0.3-1
> Upstream Author : Streams WG Team <[email protected]>
> * URL : https://github.com/nodejs/readable-stream#readme
> * License : Expat
> Section : web
>
> It builds this binary package:
>
> node-readable-stream - Streams3, a user-land copy of the stream library
> from
> iojs v2.x
>
> To access further information about this package, please visit the
> following
> URL:
>
> http://mentors.debian.net/package/node-readable-stream
>
>
> Alternatively, one can download the package with dget using this command:
>
> dget -x
> http://mentors.debian.net/debian/pool/main/n/node-readable-stream/node-
> readable-stream_2.0.3-1.dsc
>
> Debian packaging can be found here:
> http://anonscm.debian.org/cgit/pkg-javascript/node-readable-stream.git
>
> Changes since the last upload:
>
> * Initial release (Closes: #796355)
>
>
> Regards,
> Ross Gammon
>
You don't need this, we have nodejs 4 in debian now, and
require('readable-stream') can be patched
away easily.
However, i'm all in favor of declaring that nodejs package Provides
node-readable-stream,
and place the shim in /usr/lib/nodejs, because i'm bored too.
nodejs could provide
/usr/lib/nodejs/readable-stream/index.js
```
exports.Readable = require('stream').Readable;
```
Jérémy