File: control

package info (click to toggle)
libarchive-any-create-perl 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 126; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,114 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-any-create-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               perl
Build-Depends-Indep: libarchive-zip-perl,
                     libexception-class-perl,
                     libuniversal-require-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libarchive-any-create-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libarchive-any-create-perl.git
Homepage: https://metacpan.org/release/Archive-Any-Create

Package: libarchive-any-create-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libarchive-zip-perl,
         libexception-class-perl,
         libuniversal-require-perl
Description: abstract API to create tar/tar.gz/zip archives
 Archive::Any::Create is a wrapper module to create tar/tar.gz/zip files with a
 single easy-to-use API. When writing to a file, the module automatically
 determines the compression method based on file name.