File: control

package info (click to toggle)
libpackage-deprecationmanager-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 304 kB
  • sloc: perl: 314; sh: 23; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,538 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
Source: libpackage-deprecationmanager-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libpackage-stash-perl <!nocheck>,
                     libparams-util-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libsub-install-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-warnings-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpackage-deprecationmanager-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpackage-deprecationmanager-perl.git
Homepage: https://metacpan.org/release/Package-DeprecationManager
Rules-Requires-Root: no

Package: libpackage-deprecationmanager-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libpackage-stash-perl,
         libparams-util-perl,
         libscalar-list-utils-perl,
         libsub-install-perl
Description: module for managing deprecation warnings for Perl distributions
 Package::DeprecationManager allows you to manage a set of deprecations for
 one or more modules. It will issue one warning per deprecated feature used,
 optionally with regard to an -api_version specified by users of your module.