node-mute-stream 0.0.8-2 source package in Ubuntu

Changelog

node-mute-stream (0.0.8-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.4.1, no changes needed.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Use pkg-js-tools auto test & install
  * Fix copyright

 -- Xavier Guimard <email address hidden>  Sun, 08 Mar 2020 14:07:04 +0100

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-mute-stream_0.0.8-2.dsc 2.0 KiB b6a04298a604c970eecdcd5f817e7ad59a159b1cba272ff3965308a7fceb10a7
node-mute-stream_0.0.8.orig.tar.gz 20.2 KiB c1eaf69b53a9d2a42a1d9278e18adc4e2208e62510634356043d7e820be83ebc
node-mute-stream_0.0.8-2.debian.tar.xz 2.8 KiB 2710487ef669031c81da578621970f62bcaeccb119b30ca8ad48c52a414cca1a

Available diffs

No changes file available.

Binary packages built by this source

node-mute-stream: Pass-through stream that can be muted module for Node.js

 node-mute-stream is a basic pass-through stream, but when muted,
 the bytes are silently dropped, rather than being passed through.
 .
 Node.js is an event-based server-side javascript engine.