node-wrappy 1.0.2-2 source package in Ubuntu

Changelog

node-wrappy (1.0.2-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Change priority extra to priority optional.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers to use salsa repository.
  * Apply multi-arch hints.
    + node-wrappy: 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 dependency to nodejs
  * Use dh-sequence-nodejs auto install
  * Enable upstream test (tap)

 -- Yadd <email address hidden>  Tue, 09 Nov 2021 16:47:41 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-wrappy_1.0.2-2.dsc 2.0 KiB 018d9ee6fb586c13d2084dc3d55dacb34c5bc1834844657f25f877f03b374b5c
node-wrappy_1.0.2.orig.tar.gz 2.3 KiB b81382832bbc862775b0772ab65e1e0932ccbd23016f013b6ff31b626b05cc0c
node-wrappy_1.0.2-2.debian.tar.xz 2.4 KiB 3e28417df2c287ed63f38428c52a2550b92138a847a6434a186c2f67044f25bc

Available diffs

No changes file available.

Binary packages built by this source

node-wrappy: Callback wrapping utility

 Returns a wrapper function that returns a wrapped callback
 The wrapper function should do some stuff, and return a
 presumably different callback function.
 This makes sure that own properties are retained, so that
 decorations and such are not lost along the way.
 .
 Node.js is an event-based server-side JavaScript engine.