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