File: control

package info (click to toggle)
libarchive-any-perl 0.0945-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 392 kB
  • ctags: 30
  • sloc: perl: 438; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,328 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
34
Source: libarchive-any-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libarchive-zip-perl,
                     libfile-mmagic-perl,
                     libmime-types-perl,
                     libmodule-find-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libtest-warn-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libarchive-any-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libarchive-any-perl.git
Homepage: https://metacpan.org/release/Archive-Any

Package: libarchive-any-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libarchive-zip-perl,
         libfile-mmagic-perl,
         libmime-types-perl,
         libmodule-find-perl,
         libtest-warn-perl
Description: Perl module to deal with file archives in any format
 The Archive::Any module allows a Perl program to create, manipulate,
 read, and write different archive formats (tarballs and Zip files)
 through a single API.