Debian lenny version packages
[pkg-perl] / deb-src / libarchive-zip-perl / libarchive-zip-perl-1.18 / debian / control
1 Source: libarchive-zip-perl
2 Section: perl
3 Priority: optional
4 Maintainer: Ben Burton <bab@debian.org>
5 Uploaders: Matthias Klose <doko@debian.org>
6 Build-Depends: debhelper (>= 5.0.0)
7 Build-Depends-Indep: perl, libcompress-zlib-perl, libfile-which-perl
8 Standards-Version: 3.7.2.2
9
10 Package: libarchive-zip-perl
11 Architecture: all
12 Depends: ${perl:Depends}, libcompress-zlib-perl
13 Description: Module for manipulation of ZIP archives
14  The Archive::Zip module allows a Perl program to create, manipulate,
15  read, and write Zip archive files.
16  .
17  Zip archives can be created, or you can read from existing zip files.
18  Once created, they can be written to files, streams, or strings.
19  .
20  Members can be added, removed, extracted, replaced, rearranged, and
21  enumerated.  They can also be renamed or have their dates, comments,
22  or other attributes queried or modified.  Their data can be
23  compressed or uncompressed as needed.  Members can be created from
24  members in existing Zip files, or from existing directories, files,
25  or strings.