node-block-stream 0.0.9-2 source package in Ubuntu

Changelog

node-block-stream (0.0.9-2) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Change priority to optional
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Update VCS fields to salsa
  * Use pkg-js-tools auto test & install
  * Update copyright

 -- Xavier Guimard <email address hidden>  Fri, 21 Feb 2020 08:51:31 +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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-block-stream_0.0.9-2.dsc 2.0 KiB 0a902f172f34639172629e358a30775c901c8e3799abd446429f641dd65f0af7
node-block-stream_0.0.9.orig.tar.gz 6.0 KiB 45412e9f72b8f297b841f0a91caf4aee5906ae52785b7a22eb33a4c48ef3a8a0
node-block-stream_0.0.9-2.debian.tar.xz 2.4 KiB 87fecb92a84677a7846c18a107a22fb3b01c41848cd0f976e56f641f9ded958e

No changes file available.

Binary packages built by this source

node-block-stream: Stream of fixed-size blocks, with zero-padding when necessary

 node-block-stream is a Node.js module providing a stream-like object that
 reads or writes data as a stream of blocks.
 A typical use of node-block-stream is processing tar archives.
 .
 Node.js is an event-based server-side javascript engine.