node-bindings 1.5.0-2 source package in Ubuntu

Changelog

node-bindings (1.5.0-2) unstable; urgency=medium

  * Bump debhelper compatibility level to 13
  * Modernize debian/watch
  * Add ctype=nodejs to component(s)
    * Fix GitHub tags regex
    * Fix filenamemangle
  * Use dh-sequence-nodejs
  * Update standards version to 4.6.0, no changes needed.
  * Drop dependency to nodejs

 -- Yadd <email address hidden>  Sun, 26 Dec 2021 09:43:25 +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-bindings_1.5.0-2.dsc 2.3 KiB f40e89dab3f09635c7e0e429f72349cb71760a321aa66feea87d20bc865b6f39
node-bindings_1.5.0.orig-file-uri-to-path.tar.gz 3.5 KiB 5b82c9f6c6f652ab250372781b75384285ddba7d71c94f37d96d55d776565103
node-bindings_1.5.0.orig.tar.gz 4.2 KiB 935f9e29205f68a092226f7c3b47c038ff9aea4c511edca37c8e2061564085d0
node-bindings_1.5.0-2.debian.tar.xz 2.9 KiB 1910ba52e440407a31d6b54dbacd159daca1c28e528c33f995d5f046b6ce4fab

Available diffs

No changes file available.

Binary packages built by this source

node-bindings: resolve path to c++ addons built by node-gyp - Node.js module

 Throughout the course of Node.js's native addon history, addons have ended up
 being compiled in a variety of different places, depending on which build tool
 and which version of Node.js was used. In addition, the gyp build tool can
 produce either a Release or Debug build, each being built into different
 locations.
 .
 This module checks all the possible locations that a native addon would be
 built at, and returns the first one that loads successfully.
 .
 In Debian, addons are always built in the same place - in the Release
 directory. This module allows upstream code to remain unchanged regardless of
 the environment it is built in.
 .
 Node.js is an event-based server-side JavaScript engine.