File: control

package info (click to toggle)
libarchive-any-create-perl 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 124 kB
  • ctags: 19
  • sloc: perl: 126; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,054 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
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Oleg Gashev <oleg@gashev.net>
Build-Depends: debhelper (>= 8),
 perl
Build-Depends-Indep: libarchive-zip-perl,
 libexception-class-perl,
 libuniversal-require-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libarchive-any-create-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libarchive-any-create-perl.git
Homepage: https://metacpan.org/release/Archive-Any-Create
Testsuite: autopkgtest-pkg-perl

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.