r45163 - in /trunk/libarchive-zip-perl/debian: changelog control copyright libarchive-zip-perl.examples libarchive-zip-perl.manpages manpages patches/fix_example_shebangs.patch rules

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Thu Oct 1 15:21:48 UTC 2009


Author: emhn-guest
Date: Thu Oct  1 15:21:39 2009
New Revision: 45163

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45163
Log:
* Renamed debian/manpages to debian/libarchive-zi-perl.manpages
* Include missing copyright holders and dates.
* Make sure all tests run by adding missing B-D-I and overriding
  dh_autotest in debian/rules.
* Rewrote de patch header following DEP3 guidelines.


Added:
    trunk/libarchive-zip-perl/debian/libarchive-zip-perl.manpages
Removed:
    trunk/libarchive-zip-perl/debian/manpages
Modified:
    trunk/libarchive-zip-perl/debian/changelog
    trunk/libarchive-zip-perl/debian/control
    trunk/libarchive-zip-perl/debian/copyright
    trunk/libarchive-zip-perl/debian/libarchive-zip-perl.examples
    trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch
    trunk/libarchive-zip-perl/debian/rules

Modified: trunk/libarchive-zip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/changelog?rev=45163&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/changelog (original)
+++ trunk/libarchive-zip-perl/debian/changelog Thu Oct  1 15:21:39 2009
@@ -1,30 +1,4 @@
-libarchive-zip-perl (1.30-1) UNRELEASED; urgency=low
-
-  TODO:
-  * debian/libarchive-zip-perl.examples: remove "debian/examples/*"
-  * (cosmetic) mv debian/manpages debian/libarchive-zip-perl.manpages for
-    consistency
-  * debian/copyright:
-    - missing year(s) of upstream copyright
-    - missing copyright holders according to README and lib/Archive/Zip.pm
-    - lib/Archive/Zip/MemberRead.pm has a different copyright holder
-  * debian/control: 
-    - short description: should start with a small letter
-      (unless it's a proper noun), so maybe s/Module/module/ or s/Module/Perl
-      module/
-    - Build-Depends-Indep: drop "(>= 5.8.8)", allowed since policy 3.8.3, and
-      perl 5.8.8 is even in oldstable
-    - Depends: the same, and "perl" can be removed completely since it's added
-      by ${perl:Depends} anyway
-    - B-D-I and Depends: libcompress-raw-zlib-perl (>= 2.017) ->
-      perl (>= 5.10.1) | libcompress-raw-zlib-perl (>= 2.017)
-  * tests: t/97_meta.t t/98_pod.t t/99_pmv.t are not run -->
-    add stuff to B-D-I and
-    override_dh_autotest:
-        AUTOMATED_TESTING=1 dh_auto_test
-    in d/rules and debhelper (>= 7.0.50) in d/control
-  * (cosmetic) patch: adjust header a bit more to DEP3
-
+libarchive-zip-perl (1.30-1) unstable; urgency=low
 
   * New upstream release (Closes: 548963).
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -40,7 +14,7 @@
   * Remove unneeded dependencies on libfile-which-perl.
   * Added quilt patch to fix shebangs on example scripts (Closes: 543659).
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Wed, 30 Sep 2009 07:55:33 -0430
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 01 Oct 2009 10:46:15 -0430
 
 libarchive-zip-perl (1.18-2) unstable; urgency=low
 

Modified: trunk/libarchive-zip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/control?rev=45163&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/control (original)
+++ trunk/libarchive-zip-perl/debian/control Thu Oct  1 15:21:39 2009
@@ -4,8 +4,10 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
  Matthias Klose <doko at debian.org>, Ben Burton <bab at debian.org>
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-Build-Depends-Indep: libcompress-raw-zlib-perl (>= 2.017), perl (>= 5.8.8)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends-Indep: perl (>= 5.10.1) | libcompress-raw-zlib-perl (>= 2.017),
+ libtest-cpan-meta-perl (>= 0.12), libpod-simple-perl, libtest-pod-perl,
+ libperl-minimumversion-perl, libtest-minimumversion-perl
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Archive-Zip/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libarchive-zip-perl/
@@ -13,9 +15,9 @@
 
 Package: libarchive-zip-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libcompress-raw-zlib-perl (>= 2.017),
- perl (>= 5.8.8)
-Description: Module for manipulation of ZIP archives
+Depends: ${misc:Depends}, ${perl:Depends},
+ perl (>= 5.10.1) | libcompress-raw-zlib-perl (>= 2.017)
+Description: Perl module for manipulation of ZIP archives
  The Archive::Zip module allows a Perl program to create, manipulate,
  read, and write Zip archive files.
  .

Modified: trunk/libarchive-zip-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/copyright?rev=45163&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/copyright (original)
+++ trunk/libarchive-zip-perl/debian/copyright Thu Oct  1 15:21:39 2009
@@ -5,7 +5,14 @@
 Upstream-Name: Archive-Zip
 
 Files: *
-Copyright: Ned Konz <perl at bike-nomad.com>
+Copyright: 2000-2004 Ned Konz <perl at bike-nomad.com>
+ 2005 Steve Peters <steve at fisharerojo.org>
+ 2006-2009 Adam Kennedy <adamk at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: lib/Archive/Zip/MemberRead.pm
+Copyright: 2002 Sreeji K. Das, <sreeji_k at yahoo.com>
 License-Alias: Perl
 License: Artistic | GPL-1+
 

Modified: trunk/libarchive-zip-perl/debian/libarchive-zip-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/libarchive-zip-perl.examples?rev=45163&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/libarchive-zip-perl.examples (original)
+++ trunk/libarchive-zip-perl/debian/libarchive-zip-perl.examples Thu Oct  1 15:21:39 2009
@@ -1,2 +1,1 @@
-debian/examples/*
 examples/*

Added: trunk/libarchive-zip-perl/debian/libarchive-zip-perl.manpages
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/libarchive-zip-perl.manpages?rev=45163&op=file
==============================================================================
--- trunk/libarchive-zip-perl/debian/libarchive-zip-perl.manpages (added)
+++ trunk/libarchive-zip-perl/debian/libarchive-zip-perl.manpages Thu Oct  1 15:21:39 2009
@@ -1,0 +1,1 @@
+debian/crc32.1

Modified: trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch?rev=45163&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch (original)
+++ trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch Thu Oct  1 15:21:39 2009
@@ -1,6 +1,9 @@
-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.
+Description: 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.
+Forwarded: not-needed
+Bug-Debian: http://bugs.debian.org/543659
+Author: Ernesto Hernández-Novich <emhn at usb.ve>
 
 --- a/examples/calcSizes.pl
 +++ b/examples/calcSizes.pl

Modified: trunk/libarchive-zip-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/rules?rev=45163&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/rules (original)
+++ trunk/libarchive-zip-perl/debian/rules Thu Oct  1 15:21:39 2009
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+override_dh_autotest:
+	AUTOMATED_TESTING=1 dh_auto_test
 
 %:
 	dh --with quilt $@




More information about the Pkg-perl-cvs-commits mailing list