node-move-concurrently 1.0.1-4 source package in Ubuntu

Changelog

node-move-concurrently (1.0.1-4) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs auto test & install
  * Drop dependency to nodejs

 -- Yadd <email address hidden>  Tue, 02 Nov 2021 16:04:11 +0100

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-move-concurrently_1.0.1-4.dsc 2.3 KiB 3d1cd3c7623d885325b3fb9f134883db2f578b337bddfa4929703e3bf5a44a44
node-move-concurrently_1.0.1.orig.tar.gz 4.7 KiB e28f1a1435eef2ff80bff5281b5629f1a62675677ff0b606ea59ba8f82581153
node-move-concurrently_1.0.1-4.debian.tar.xz 2.7 KiB e234bb292280e035a14ca6155e8e1062e596588cbec90eb617d09a39f3574f37

Available diffs

No changes file available.

Binary packages built by this source

node-move-concurrently: Move files and directories concurrently

 Promises of moves of files or directories with rename, falling back to
 recursive rename/copy on EXDEV errors, with configurable concurrency and win32
 junction support.
 .
 If you `move` across devices or on filesystems that don't support renaming
 large directories. That is, situations that result in `rename` returning
 the `EXDEV` error, then `move` will fallback to copy + delete.
 .
 Node.js is an event-based server-side JavaScript engine.