File: control

package info (click to toggle)
libarchive-extract-perl 0.86-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 288 kB
  • sloc: perl: 794; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,172 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
Source: libarchive-extract-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 (= 12)
Build-Depends-Indep: perl,
                     libmodule-load-conditional-perl (>= 0.66) <!nocheck>
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libarchive-extract-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libarchive-extract-perl.git
Homepage: https://metacpan.org/release/Archive-Extract

Package: libarchive-extract-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmodule-load-conditional-perl (>= 0.66)
Description: generic archive extracting module
 Archive::Extract is a generic archive extraction mechanism.
 .
 It allows you to extract any archive file of the type .tar, .tar.gz, .gz, .Z,
 tar.bz2, .tbz, .bz2, .zip, .xz,, .txz, .tar.xz or .lzma without having to
 worry how it does so, or use different interfaces for each type by using
 either perl modules, or commandline tools on your system.