Add ARM files
[dh-make-perl] / dev / arm / libarchive-zip-perl / libarchive-zip-perl-1.18 / debian / libarchive-zip-perl / DEBIAN / control
diff --git a/dev/arm/libarchive-zip-perl/libarchive-zip-perl-1.18/debian/libarchive-zip-perl/DEBIAN/control b/dev/arm/libarchive-zip-perl/libarchive-zip-perl-1.18/debian/libarchive-zip-perl/DEBIAN/control
new file mode 100644 (file)
index 0000000..ce33f03
--- /dev/null
@@ -0,0 +1,21 @@
+Package: libarchive-zip-perl
+Version: 1.18-1
+Section: perl
+Priority: optional
+Architecture: all
+Depends: perl, libcompress-zlib-perl
+Installed-Size: 376
+Maintainer: Ben Burton <bab@debian.org>
+Description: Module for manipulation of ZIP archives
+ The Archive::Zip module allows a Perl program to create, manipulate,
+ read, and write Zip archive files.
+ .
+ Zip archives can be created, or you can read from existing zip files.
+ Once created, they can be written to files, streams, or strings.
+ .
+ Members can be added, removed, extracted, replaced, rearranged, and
+ enumerated.  They can also be renamed or have their dates, comments,
+ or other attributes queried or modified.  Their data can be
+ compressed or uncompressed as needed.  Members can be created from
+ members in existing Zip files, or from existing directories, files,
+ or strings.