File: control

package info (click to toggle)
libtest-requires-git-perl 1.008-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 208 kB
  • sloc: perl: 297; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,111 bytes parent folder | download | duplicates (2)
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
Source: libtest-requires-git-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: git,
                     libgit-version-compare-perl,
                     perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-requires-git-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-requires-git-perl.git
Homepage: https://metacpan.org/release/Test-Requires-Git
Testsuite: autopkgtest-pkg-perl

Package: libtest-requires-git-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
         git,
         libgit-version-compare-perl
Description: module to check the available version of Git
 Test::Requires::Git checks if the version of Git available for testing
 meets the given requirements.
 .
 The "current git" is obtained by running "git --version" (so the first
 "git" binary found in the "PATH" will be tested).
 .
 If the checks fail, then all tests will be skipped.