1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: pkg-js-tools
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Yadd <yadd@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Indep:
devscripts,
git,
help2man,
libdebian-copyright-perl,
libipc-run-perl,
libjson-perl,
libregexp-assemble-perl,
libtest-output-perl,
perl,
nodejs <!nocheck>,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/pkg-js-tools
Vcs-Git: https://salsa.debian.org/js-team/pkg-js-tools.git
Homepage: https://salsa.debian.org/js-team/pkg-js-tools
Rules-Requires-Root: no
Package: pkg-js-tools
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
debhelper,
libdebian-copyright-perl,
libipc-run-perl,
libjson-perl,
nodejs
Recommends:
devscripts,
libdpkg-perl
Suggests:
autodep8,
autopkgtest,
git-buildpackage,
libconfig-inifiles-perl,
libconfig-model-dpkg-perl,
libconfig-model-perl,
lintian (>= 2.58.0~),
node-semver,
Provides: dh-sequence-nodejs (= ${binary:Version})
Breaks:
nodejs-dev (<<10.15.0~dfsg-10),
Description: collection of tools to aid packaging Node modules in Debian
The Debian Javascript Group
works on packaging JavaScript libraries for Debian.
This collection contains the tools
which help the group with day-to-day work.
.
It provides github-debian-upstream, dh-make-node,
a salsa configuration file and files to add "--with nodejs" to dh.
Package: pkg-js-autopkgtest
Architecture: all
Multi-Arch: foreign
Depends:
libjson-perl,
${misc:Depends},
${perl:Depends},
Description: collection of autopkgtest scripts for Nodejs packages
This package contains test runners
to be used with the autopkgtest infrastructure for Nodejs packages.
.
Packages using the tests with autopkgtests in this package
can simply set "Testsuite: autopkgtest-pkg-nodejs" in debian/control.
.
Cf. /usr/share/doc/pkg-js-autopkgtest/README.md
for information on the tests and how to tweak them.
|