Package: libarchive-zip-perl / 1.30-3

Metadata

Package Version Patches format
libarchive-zip-perl 1.30-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_example_shebangs.patch | (download)

examples/calcSizes.pl | 1 1 + 0 - 0 !
examples/copy.pl | 1 1 + 0 - 0 !
examples/extract.pl | 2 1 + 1 - 0 !
examples/mfh.pl | 1 1 + 0 - 0 !
examples/selfex.pl | 2 1 + 1 - 0 !
examples/unzipAll.pl | 2 1 + 1 - 0 !
examples/updateTree.pl | 1 1 + 0 - 0 !
examples/updateZip.pl | 1 1 + 0 - 0 !
examples/zip.pl | 2 1 + 1 - 0 !
examples/zipcheck.pl | 2 1 + 1 - 0 !
examples/zipinfo.pl | 2 1 + 1 - 0 !
examples/ziptest.pl | 2 1 + 1 - 0 !
12 files changed, 12 insertions(+), 7 deletions(-)

 the module provides several example scripts written in perl
 that have missing or incorrect shebang lines. This patch adds or changes
 shebangs to #!/usr/bin/perl in order to comply with Debian Policy.
Bug-Debian: http://bugs.debian.org/543659
fix_META.yml_min_required_perl_version.patch | (download)

META.yml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 libarchive-zip-perl ftbfs with perl::minimumversion >=
 1.22. libarchive-zip-perl uses functions in tests which requires Perl
 >= 5.6. Bump required version of Perl in META.yml.
fix spelling error.patch | (download)

lib/Archive/Zip.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix spelling error in manpage reported by lintian.