File: control

package info (click to toggle)
pmuninstall 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: perl: 370; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,057 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
Source: pmuninstall
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),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libcpan-distnameinfo-perl <!nocheck>,
                     libyaml-perl <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/pmuninstall
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/pmuninstall.git
Homepage: https://metacpan.org/release/App-pmuninstall
Rules-Requires-Root: no

Package: pmuninstall
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcpan-distnameinfo-perl,
         libyaml-perl
Description: script to uninstall modules installed from CPAN
 pmuninstall is a fast module uninstaller. It reads installed files lists
 from *.packlist files (generated when installing modules using e.g. cpanminus)
 and deletes them.