Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libarchive-zip-perl / libarchive-zip-perl-1.18 / debian / control
diff --git a/dev/i386/libarchive-zip-perl/libarchive-zip-perl-1.18/debian/control b/dev/i386/libarchive-zip-perl/libarchive-zip-perl-1.18/debian/control
new file mode 100644 (file)
index 0000000..0555f98
--- /dev/null
@@ -0,0 +1,25 @@
+Source: libarchive-zip-perl
+Section: perl
+Priority: optional
+Maintainer: Ben Burton <bab@debian.org>
+Uploaders: Matthias Klose <doko@debian.org>
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl, libcompress-zlib-perl, libfile-which-perl
+Standards-Version: 3.7.2.2
+
+Package: libarchive-zip-perl
+Architecture: all
+Depends: ${perl:Depends}, libcompress-zlib-perl
+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.