File: control

package info (click to toggle)
pkg-js-tools 0.5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: sh: 103; perl: 33; makefile: 10
file content (59 lines) | stat: -rw-r--r-- 1,664 bytes parent folder | download
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
Source: pkg-js-tools
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Xavier Guimard <yadd@debian.org>,
Section: devel
Priority: optional
Build-Depends:
 debhelper (>= 11~),
Build-Depends-Indep:
 git,
 help2man,
 libjson-perl,
 libtest-output-perl,
 perl,
Standards-Version: 4.3.0
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},
Recommends:
 autodep8,
 autopkgtest,
 devscripts,
 libconfig-model-dpkg-perl,
 libconfig-model-perl,
 libdebian-copyright-perl,
 lintian,
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,
 a salsa configuration file and files to add "--with nodejs" to dh.

Package: pkg-js-autopkgtest
Architecture: all
Depends:
 libjson-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: collection of autopktest 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-nodejs" in debian/control.
 .
 Cf. /usr/share/doc/pkg-js-autopkgtest/README.autopkgtest.md
 for information on the tests and how to tweak them.