r49265 - in /trunk/libmodule-build-perl/debian: changelog control copyright patches/man-ext

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Dec 23 16:28:30 UTC 2009


Author: jawnsy-guest
Date: Wed Dec 23 16:28:24 2009
New Revision: 49265

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49265
Log:
update copyright info

Modified:
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/debian/control
    trunk/libmodule-build-perl/debian/copyright
    trunk/libmodule-build-perl/debian/patches/man-ext

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/changelog?rev=49265&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Wed Dec 23 16:28:24 2009
@@ -4,18 +4,12 @@
   - build deps:
     libarchive-tar-perl and libarchive-zip-perl are listed twice
     Archive::Tar is in core since 5.10
-  - patch applies with an offset
-  - d/copyright:
-    missing year(s) for first (chronologically last :)) entry in
-    debian/* and weird dates (from changelog) for 3 lines
-    at least t/README.pod has a differenct copyright holder
-  - contrib/bash_completion.module-build could be installed as a
-    bash-completion snippet instead of as an example
 
   * New upstream release
   * Add NEWS file documenting major changes
   * Update dependencies and recommends
   * Refresh man-ext patch to unified format
+  * Update copyright information
 
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 21 Dec 2009 14:19:33 -0500
 

Modified: trunk/libmodule-build-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/control?rev=49265&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/control (original)
+++ trunk/libmodule-build-perl/debian/control Wed Dec 23 16:28:24 2009
@@ -2,11 +2,11 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libarchive-tar-perl, libarchive-zip-perl,
+Build-Depends-Indep: perl,
  libyaml-tiny-perl, perl (>= 5.10) | libtest-harness-perl (>= 3.16),
- libarchive-tar-perl, libextutils-cbuilder-perl (>= 0.2700),
+ libextutils-cbuilder-perl (>= 0.2700),
  libextutils-parsexs-perl (>= 2.210000), perl (>= 5.10) | libversion-perl,
- libtie-cphash-perl, libpar-dist-perl (>= 0.17), libarchive-zip-perl,
+ libtie-cphash-perl, libpar-dist-perl (>= 0.17),
  libsoftware-license-perl (>= 0.012)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Niko Tyni <ntyni at debian.org>,
@@ -20,12 +20,12 @@
 
 Package: libmodule-build-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libarchive-tar-perl, libyaml-perl,
+Depends: ${misc:Depends}, ${perl:Depends}, libyaml-perl,
  libextutils-parsexs-perl (>= 2.210000)
 Recommends: libextutils-cbuilder-perl (>= 0.2700), libpod-readme-perl,
  perl (>= 5.10) | libversion-perl
 Suggests: libpar-dist-perl (>= 0.17)
-Description: make-independent Perl module builder alternative
+Description: framework for installing Perl modules
  Module::Build is a framework for easily building, testing and installing Perl
  packages. It is meant as a next-generation replacement for ExtUtils::MakeMaker
  and offers many additional features characteristic of a more modern install

Modified: trunk/libmodule-build-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/copyright?rev=49265&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/copyright (original)
+++ trunk/libmodule-build-perl/debian/copyright Wed Dec 23 16:28:24 2009
@@ -9,13 +9,18 @@
 License-Alias: Perl
 License: Artistic | GPL-1+
 
+Files: t/README.pod
+Copyright: 2009, David Golden <dagolden at cpan.org>
+License: Artistic | GPL-1+
+
 Files: debian/*
-Copyright: Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
  2009, Antonio Radici <antonio at dyne.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
  2008-2009, gregor herrmann <gregoa at debian.org>
- 2008, Niko Tyni <ntyni at debian.org>  Thu, 21 Feb 2008 22:01:57 +0200
- 2007-2008, Damyan Ivanov <dmn at debian.org>  Mon, 01 Oct 2007 10:02:16 +0300
- 2003-2004, Jay Bonci <jaybonci at debian.org>  Wed, 27 Oct 2004 15:11:17 -0400
+ 2008, Niko Tyni <ntyni at debian.org>
+ 2007-2009, Damyan Ivanov <dmn at debian.org>
+ 2003-2004, Jay Bonci <jaybonci at debian.org>
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libmodule-build-perl/debian/patches/man-ext
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/patches/man-ext?rev=49265&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/patches/man-ext (original)
+++ trunk/libmodule-build-perl/debian/patches/man-ext Wed Dec 23 16:28:24 2009
@@ -2,7 +2,7 @@
 
 --- a/lib/Module/Build/Base.pm
 +++ b/lib/Module/Build/Base.pm
-@@ -3068,7 +3068,7 @@
+@@ -3071,7 +3071,7 @@
    foreach my $file (keys %$files) {
      # Pod::Simple based parsers only support one document per instance.
      # This is expected to change in a future version (Pod::Simple > 3.03).
@@ -11,7 +11,7 @@
      my $manpage = $self->man1page_name( $file ) . '.' .
  	          $self->config( 'man1ext' );
      my $outfile = File::Spec->catfile($mandir, $manpage);
-@@ -3093,7 +3093,7 @@
+@@ -3096,7 +3096,7 @@
    while (my ($file, $relfile) = each %$files) {
      # Pod::Simple based parsers only support one document per instance.
      # This is expected to change in a future version (Pod::Simple > 3.03).




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