pkg-js-tools 0.15.17 source package in Ubuntu

Changelog

pkg-js-tools (0.15.17) unstable; urgency=medium

  * Drop test dependency to fakeroot by using Rules-Require-Root:no.
    Thanks to Niels Thykier! (Closes: #1059565)

 -- Yadd <email address hidden>  Thu, 28 Dec 2023 19:36:34 +0400

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pkg-js-tools_0.15.17.dsc 2.6 KiB ca16bb1d9c3bf49191dbc55eba9da9f9b2b7946a32f7f530e07a57f68662ac02
pkg-js-tools_0.15.17.tar.xz 85.7 KiB 33e192d78068a48e05155330003eb4c5f9063e8c58a989a5ec6e5997ff88efb5

No changes file available.

Binary packages built by this source

dh-nodejs: debhelper addon to build Node.js modules

 dh-nodejs provides debhelper files (set dh-sequence-nodejs into build
 dependencies) to automatically:
  * read lerna.conf "packages" field if exists and/or "workspaces" field from
    package.json
  * link or copy needed modules into node_modules/ directory
  * automatically build package and components when build system is
    recognized
  * launch test
  * choose files to install
  * build "Provides" value for package with components
  * build pkgjs-lock.json files and "XB-Javascript-Built-Using" value for
    packages built with webpack/browserify
  * clean all its stuff during dh_auto_clean step

pkg-js-autopkgtest: collection of autopkgtest scripts for Node.js packages

 This package contains test runners to be used with the autopkgtest
 infrastructure for Node.js packages.
 .
 Simply set "Testsuite: autopkgtest-pkg-nodejs" in debian/control to use it.
 .
 See /usr/share/doc/pkg-js-autopkgtest/README.md
 for information on the tests and how to tweak them.

pkg-js-tools: collection of tools to aid packaging Node.js modules in Debian

 The Debian JavaScript Maintainers work on packaging JavaScript libraries
 for Debian. This collection contains tools which help the tam with
 day-to-day work.
 .
 It provides some utilities:
  * add-node-component:
    manage uscan components
  * debcheck-node-repo:
    compares vcs repo registered in npm registry with the source repo
    declared in debian/watch
  * dh-make-node:
    build debian/ directory in a source repository of a Node.js module
  * github-debian-upstream:
    creates debian/upstream/metadata for GitHub source
  * nodepath:
    show the path and/or the package of a Node.js module
  * mjs2cjs:
    generate a commonjs file from a .mjs source (rollup)
  * pkgjs-audit:
    a "npm audit" that uses Debian dependencies (npm)
  * pkgjs-depends:
    find needed dependencies for a Node.js module (npm, node-semver)
  * pkgjs-ln:
    link a Debian dependency into node_modules/
  * pkgjs-ls:
    a "npm ls" that search also in Debian directories (npm, node-semver)
  * pkgjs-utils:
    various little utilities
 .
 and also:
  * a salsa(1) configuration file for Debian JavaScript Maintainers
  * "pkg-js-extra" profile for lintian