Codebase list node-ci-info / cme/main
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 99%Reading package lists... 99%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... 91%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 2 package versions. Please wait... Got info from api.ftp-master.debian.org for 2 packages. Changes applied to dpkg configuration: - control source Standards-Version: '4.5.1' -> '4.6.0' # applied fix for :Current standards version is '4.6.0'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '4.5.1' to '4.6.0'. Debian Janitor 2 years ago
1 changed file(s) with 11 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
00 Source: node-ci-info
1 Section: javascript
2 Priority: optional
31 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
42 Uploaders: Siddhesh Rane <kingsid911@gmail.com>
5 Build-Depends: debhelper-compat (= 13)
6 , nodejs
7 , node-resolve-from
8 , node-tape <!nocheck>
9 , dh-sequence-nodejs
10 Standards-Version: 4.5.1
3 Section: javascript
4 Testsuite: autopkgtest-pkg-nodejs
5 Priority: optional
6 Build-Depends: debhelper-compat (= 13),
7 nodejs,
8 node-resolve-from,
9 node-tape <!nocheck>,
10 dh-sequence-nodejs
11 Standards-Version: 4.6.0
1112 Vcs-Browser: https://salsa.debian.org/js-team/node-ci-info
1213 Vcs-Git: https://salsa.debian.org/js-team/node-ci-info.git
1314 Homepage: https://github.com/watson/ci-info
14 Testsuite: autopkgtest-pkg-nodejs
1515 Rules-Requires-Root: no
1616
1717 Package: node-ci-info
1818 Architecture: all
19 Multi-Arch: foreign
1920 Depends: ${misc:Depends}
21 Breaks: mocha (<< 9.1.0~)
2022 Provides: ${nodejs:Provides}
21 Breaks: mocha (<< 9.1.0~)
22 Multi-Arch: foreign
2323 Description: Get details about the current Continuous Integration environment
2424 Lets you check whether you are running in a continuous integration server
2525 and fetches the name of the CI service.