node-tap-mocha-reporter 3.0.7+ds-2 source package in Ubuntu

Changelog

node-tap-mocha-reporter (3.0.7+ds-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation
    lines.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on node-debug, node-diff,
      node-escape-string-regexp, node-glob, node-js-yaml, node-strip-ansi,
      node-supports-color, node-tap and node-tap-parser.
    + node-tap-mocha-reporter: Drop versioned constraint on node-debug,
      node-diff, node-escape-string-regexp, node-glob, node-js-yaml,
      node-strip-ansi, node-supports-color and node-tap-parser in Depends.

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Modernize debian/watch
    * Fix GitHub tags regex
    * Fix filenamemangle
  * Update standards version to 4.6.0, no changes needed.
  * Update nodejs dependency to nodejs:any
  * Use dh-sequence-nodejs auto install

 -- Yadd <email address hidden>  Sun, 21 Nov 2021 09:25:39 +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-tap-mocha-reporter_3.0.7+ds-2.dsc 2.4 KiB bad93ea2f601be61032bef3a2fe48bb5cbb3cdd4d210d1bfbd23f80601c90feb
node-tap-mocha-reporter_3.0.7+ds.orig.tar.xz 33.3 KiB 958412dbd5672db571c525722da2acb51051901b6e3c033fcfb28f6afd7dba1c
node-tap-mocha-reporter_3.0.7+ds-2.debian.tar.xz 6.1 KiB 346edb339f46728f37324a375f9be240d66ceb8066e2f5d4cf96acc0c8831c24

Available diffs

No changes file available.

Binary packages built by this source

node-tap-mocha-reporter: Format a TAP stream using Mocha's set of reporters

 This module allows one to format node-tap output like output
 of Mocha test framework.
 .
 node-tap is a Node.js implementation of TAP a simple text-based interface
 shared between testing modules implemented in many popular languages.
 .
 Mocha is a feature-rich JavaScript test framework running
 on Node.js and browser, making asynchronous testing
 simple.
 .
 Node.js is an event-based server-side JavaScript engine.