node-run-async 2.4.1-1 source package in Ubuntu

Changelog

node-run-async (2.4.1-1) unstable; urgency=medium

  * Team upload

  [ Paolo Greppi ]
  * Update Vcs fields for migration to https://salsa.debian.org/

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.

  [ Xavier Guimard ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Update metadata
  * Use dh-sequence-nodejs auto test & install
  * New upstream version 2.4.1

 -- Xavier Guimard <email address hidden>  Mon, 12 Oct 2020 16:53:07 +0200

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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-run-async_2.4.1-1.dsc 2.0 KiB 7a79004e334f86b10e8b5075ea8cdb94c3c24f192f4fdbbb9cd27e67c2a15f5d
node-run-async_2.4.1.orig.tar.gz 13.7 KiB eea4a5cf0e1e30b82a5f102af60254a24845ee636f0ee48256c79218125b1094
node-run-async_2.4.1-1.debian.tar.xz 2.8 KiB fa7f1461fa4663a27d24572c631de3a35996a02a7481c41dd6f3462b05353749

Available diffs

No changes file available.

Binary packages built by this source

node-run-async: Run function synchronously or asynchronously

 Node.js module to run a function either synchronously
 or asynchronously using a series of common patterns.
 This is useful for library author accepting sync or async
 functions as parameter. runAsync will always run them as an
 async method, and normalize the multiple signature.
 .
 Node.js is an event-based server-side JavaScript engine.