node-split2 3.2.2-3 source package in Ubuntu

Changelog

node-split2 (3.2.2-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on node-through2.
    + node-split2: Drop versioned constraint on node-through2 in Depends.

  [ Yadd ]
  * Update standards version to 4.6.0, no changes needed.
  * Fix GitHub tags
  * Fix filenamemangle
  * Drop dependency to nodejs

 -- Yadd <email address hidden>  Sat, 20 Nov 2021 17:12:45 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-split2_3.2.2-3.dsc 2.1 KiB edc465d1c7629712d9d7edc5085126f8a89b8ee474eaa2f5ed9350dfc25e894a
node-split2_3.2.2.orig.tar.gz 5.2 KiB 1ee264ca66268fd1e4a7f9ec45fcfadea1266f2c4fbb476ea89a96fd9659b60b
node-split2_3.2.2-3.debian.tar.xz 3.1 KiB e8a60e1f0cd64fad63ae58209d2ee79e2bcd06c0491ca5988c8c76a9762bda77

No changes file available.

Binary packages built by this source

node-split2: split a Text Stream into a Line Stream, using Stream 3

 split2 is a library that breaks up a stream and reassemble it so that each
 line is a chunk. It is totally API compatible with split.
 .
 Node.js is an event-based server-side JavaScript engine.