File: control

package info (click to toggle)
libtest-nobreakpoints-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: perl: 101; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,135 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
Source: libtest-nobreakpoints-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtest-pod-perl <!nocheck>,
                     libtest-simple-perl (>= 1.001010) <!nocheck>,
                     libtest-useallmodules-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-nobreakpoints-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-nobreakpoints-perl.git
Homepage: https://metacpan.org/release/Test-NoBreakpoints
Rules-Requires-Root: no

Package: libtest-nobreakpoints-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to test that files do not contain soft breakpoints
 Test::NoBreakpoints is a Perl module useful as part of a module's release
 testing that ensures that files do not contain soft breakpoints for the Perl
 debugger (such as $DB::single or $DB::signal).