node-dabh-diagnostics 2.0.2-5 source package in Ubuntu

Changelog

node-dabh-diagnostics (2.0.2-5) unstable; urgency=medium

  * team upload
  * Bump debhelper from old 11 to 13.
  * Update standards version to 4.6.0, no changes needed.
  * Add "Rules-Requires-Root: no"
  * Fix filenamemangle
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Fix d/control for Debian::Control (Closes: #1006077)
  * Drop dependency to nodejs
  * Mark test dependencies with <!nocheck>

 -- Yadd <email address hidden>  Sat, 19 Feb 2022 08:48:27 +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
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-dabh-diagnostics_2.0.2-5.dsc 2.2 KiB 8a19a8462c71800db812d990ad301af135aeb22516bccda91fc1872cc4b0b7b8
node-dabh-diagnostics_2.0.2.orig.tar.gz 295.3 KiB 837e2d865d0c9403643c555fedb4654b061a54748f9eac9a387d3c4d119f989d
node-dabh-diagnostics_2.0.2-5.debian.tar.xz 2.6 KiB 9af28e2b0e8bcb50051a41827bb1fe4570167fb0cdf4a6578d6fdd7d4c9ae8de

Available diffs

No changes file available.

Binary packages built by this source

node-dabh-diagnostics: Tools for debugging your node.js modules and event loop

 Diagnostics in the evolution of debug pattern that is used in the
 Node.js core, this extremely small but powerful technique can best be
 compared as feature flags for loggers. The created debug logger is
 disabled by default but can be enabled without changing a line of
 code, using flags.
 .
 Node.js is an event-based server-side JavaScript engine.