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.
|