node-ap 0.2.0-2 source package in Ubuntu

Changelog

node-ap (0.2.0-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.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Apply multi-arch hints.
    + node-ap: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.

  [ Yadd ]
  * 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 test & install

 -- Yadd <email address hidden>  Mon, 22 Nov 2021 14:43:09 +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 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-ap_0.2.0-2.dsc 1.9 KiB e4b08e4c877310257e93e69959925efb757400c74c7f68c6ce504d68179eb126
node-ap_0.2.0.orig.tar.gz 1.8 KiB 08fa2b4c7cdfbbd520133fdbb5c254338ec47068a637a9b4eea873c33d45e28b
node-ap_0.2.0-2.debian.tar.xz 2.5 KiB b9a551e9506c1566ed6b8364070bd87eec00594fbf26065744a42ea6f2b001c1

Available diffs

No changes file available.

Binary packages built by this source

node-ap: Like Function.bind without setting "this"

 This Node.js module exposes bind, apply, partial equivalents
 that do not require setting scope, and preserve "this".
 .
 Node.js is an event-based server-side JavaScript engine.