node-concat-stream 2.0.0-1 source package in Ubuntu

Changelog

node-concat-stream (2.0.0-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete field Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Use pkg-js-toos auto test & install
  * New upstream version 2.0.0
  * Add dependency to node-readable-stream and remove patch
  * Refresh patch

 -- Xavier Guimard <email address hidden>  Wed, 13 May 2020 10:27:15 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-concat-stream_2.0.0-1.dsc 2.2 KiB 07b46dff37520380728bad09d131efc29135442dfacbca808e73e1335f162f5e
node-concat-stream_2.0.0.orig.tar.gz 5.7 KiB fa0f6c23ddfcd609356cc77b3d58ec943c209f5526e06c41032ed82daffe7915
node-concat-stream_2.0.0-1.debian.tar.xz 3.4 KiB 95a878e104260c3b35f41073d27b2ff7b29286a09280c70e1b30df7c1cdeedae

Available diffs

No changes file available.

Binary packages built by this source

node-concat-stream: writable stream that concatenates strings

 Node-concat-stream creates a writable stream that concatenates strings
 or binary data and calls a callback with the result.
 .
 Node.js is an event-based server-side JavaScript engine.