node-duplexer 0.1.2-1 source package in Ubuntu

Changelog

node-duplexer (0.1.2-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Update standards version to 4.1.1, no changes needed.
  * Apply multi-arch hints.
    + node-duplexer: Add Multi-Arch: foreign.

  [ Yadd ]
  * Bump debhelper from old 12 to 13.
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Drop nodejs dependency
  * Mark test dependencies with <!nocheck>
  * Use dh-sequence-nodejs auto test & install
  * New upstream version 0.1.2

 -- Yadd <email address hidden>  Fri, 10 Dec 2021 14:36:58 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-duplexer_0.1.2-1.dsc 2.0 KiB 14c49ab4f8b4e0ca671f3f9ea3c2d54304a77d4519e714deb842151cc707ea7d
node-duplexer_0.1.2.orig.tar.gz 3.0 KiB 221a96481192f0b498ede7705590a5bccbf3104dd647f0b34eb8a4cc0b4ef2c5
node-duplexer_0.1.2-1.debian.tar.xz 2.6 KiB 7102c3badfbfdc22194db56a228181437c40032b9b0f7fa5968df2e20731885d

Available diffs

No changes file available.

Binary packages built by this source

node-duplexer: Creates a duplex stream

 This modules takes a writable stream and a readable stream and makes them
 appear as a readable writable stream. It is assumed that the two streams are
 connected to each other in some way.
 .
 node-duplex2 and node-duplex3 are similar but has different APIs.
 .
 Node.js is an event-based server-side JavaScript engine.