node-seq 0.3.5-3 source package in Ubuntu

Changelog

node-seq (0.3.5-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Remove obsolete field Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + node-seq: Drop versioned constraint on node-chainsaw and node-hashish in
      Depends.

  [ Ross Gammon ]
  * Remove myself from Uploaders

  [ Yadd ]
  * Add "Rules-Requires-Root: no"
  * Update debian/watch to use npm registry
  * Bump debhelper compatibility level to 13
  * Use dh-sequence-nodejs auto install
  * Update standards version to 4.6.0, no changes needed.
  * Drop dependency to nodejs

 -- Yadd <email address hidden>  Mon, 17 Jan 2022 22:08:02 +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 javascript
Noble release universe javascript
Mantic release universe javascript
Lunar release universe javascript
Jammy release universe javascript

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-seq_0.3.5-3.dsc 2.0 KiB 3cd8a611c8af5719f9e1ec98c4c86ee688b824ff0e667f1eb4ce5e20c3b2e1ba
node-seq_0.3.5.orig.tar.gz 10.7 KiB 95dea833334117261c69951e1e23af611491358c79495d19a84649e4b09fcc14
node-seq_0.3.5-3.debian.tar.xz 2.9 KiB 7c57a41058d98ef2269156ec2afcfb4554ac1a21b991e0a4cffc60fb03b376d5

Available diffs

No changes file available.

Binary packages built by this source

node-seq: Chainable asynchronous flow control

 Seq is an asynchronous flow control library with a chainable interface for
 sequential and parallel actions. Even the error handling is chainable.
 .
 Each action in the chain operates on a stack of values. There is also a
 variables hash for storing values by name.
 .
 Node.js is an event-based server-side JavaScript engine.