diff --git a/debian/control b/debian/control index 5f0cedc..0d37e66 100644 --- a/debian/control +++ b/debian/control @@ -1,26 +1,26 @@ Source: node-ci-info -Section: javascript -Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Siddhesh Rane -Build-Depends: debhelper-compat (= 13) - , nodejs - , node-resolve-from - , node-tape - , dh-sequence-nodejs -Standards-Version: 4.5.1 +Section: javascript +Testsuite: autopkgtest-pkg-nodejs +Priority: optional +Build-Depends: debhelper-compat (= 13), + nodejs, + node-resolve-from, + node-tape , + dh-sequence-nodejs +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-ci-info Vcs-Git: https://salsa.debian.org/js-team/node-ci-info.git Homepage: https://github.com/watson/ci-info -Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-ci-info Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends} +Breaks: mocha (<< 9.1.0~) Provides: ${nodejs:Provides} -Breaks: mocha (<< 9.1.0~) -Multi-Arch: foreign Description: Get details about the current Continuous Integration environment Lets you check whether you are running in a continuous integration server and fetches the name of the CI service.