File: control

package info (click to toggle)
libarchive-extract-perl 0.80-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 292 kB
  • ctags: 64
  • sloc: perl: 790; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,191 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 (>= 9)
Build-Depends-Indep: perl,
                     libmodule-load-conditional-perl (>= 0.66) | perl (>= 5.25.4)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libarchive-extract-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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) | perl (>= 5.25.4)
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.