node-pumpify 2.0.0-2 source package in Ubuntu

Changelog

node-pumpify (2.0.0-2) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.0
  * Add debian/gbp.conf
  * Switch install and test to pkg-js-tools

 -- Xavier Guimard <email address hidden>  Wed, 07 Aug 2019 09:33:48 +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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-pumpify_2.0.0-2.dsc 2.1 KiB 41cf5b46c23df5694b5ba334d7c7d23663f440069e3233b8297f364385411d71
node-pumpify_2.0.0.orig.tar.gz 3.5 KiB 644db66ccdc2efeab08c8df1d5d0aaf4856dcc6569ae988dfce36816e5b0e0c3
node-pumpify_2.0.0-2.debian.tar.xz 2.5 KiB f37058daf3caecd68feaafb1442215127cc116a53cbeab25148833d403c769d7

Available diffs

No changes file available.

Binary packages built by this source

node-pumpify: combine streams into a single duplex stream by pump and duplexify

 Combine an array of streams into a single duplex stream using pump and
 duplexify. If one of the streams closes/errors all streams in the pipeline
 will be destroyed.
 .
 Node.js is an event-based server-side JavaScript engine.