node-fastcgi-stream 1.0.0-2 source package in Ubuntu

Changelog

node-fastcgi-stream (1.0.0-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Bump debhelper from old 10 to 13.

  [ Yadd ]
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs auto install. Enable upstream test using mocha

 -- Yadd <email address hidden>  Wed, 13 Oct 2021 09:55:10 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
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-fastcgi-stream_1.0.0-2.dsc 2.1 KiB ec522a08cfeb647823c39e30e9852a1e5f798392d4a90b32f2498f5f709c68dc
node-fastcgi-stream_1.0.0.orig.tar.gz 13.5 KiB c35ce6a9f3c167900fc6da28a67cee8f487278dfb3670eb2a5a243bb7f1ea8b9
node-fastcgi-stream_1.0.0-2.debian.tar.xz 5.0 KiB 07fad81cc574e3d8b914727bef5a6c5706c2206f888aa67636fbc5e6675e5664

Available diffs

No changes file available.

Binary packages built by this source

node-fastcgi-stream: Node.js module to read and write FastCGI records

 node-fastcgi-stream provides two main pieces, the FastCGIStream itself and
 the records that can be sent and received on it.
 .
 The FastCGIStream wraps an existing Stream to send/receive FCGI records on.
 99% of the time this is going to be a net.Socket.