r54355 - in /trunk/libmoosex-getopt-perl/debian: changelog copyright patches/ patches/fix-pod-spelling.patch patches/series source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Mar 15 01:40:48 UTC 2010


Author: jawnsy-guest
Date: Mon Mar 15 01:40:42 2010
New Revision: 54355

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54355
Log:
* Update copyright to new DEP5 format
* Add a patch to fix POD spelling problems

Added:
    trunk/libmoosex-getopt-perl/debian/patches/
    trunk/libmoosex-getopt-perl/debian/patches/fix-pod-spelling.patch
    trunk/libmoosex-getopt-perl/debian/patches/series
    trunk/libmoosex-getopt-perl/debian/source/
    trunk/libmoosex-getopt-perl/debian/source/format
Modified:
    trunk/libmoosex-getopt-perl/debian/changelog
    trunk/libmoosex-getopt-perl/debian/copyright

Modified: trunk/libmoosex-getopt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/changelog?rev=54355&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/changelog (original)
+++ trunk/libmoosex-getopt-perl/debian/changelog Mon Mar 15 01:40:42 2010
@@ -7,6 +7,8 @@
   * New upstream release
   * Standards-Version 3.8.4 (no changes)
   * Bumps GLD dep to 0.081, possibly preventing FTBFS
+  * Update copyright to new DEP5 format
+  * Add a patch to fix POD spelling problems
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 03 Mar 2010 11:46:54 -0500
 

Modified: trunk/libmoosex-getopt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/copyright?rev=54355&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/copyright (original)
+++ trunk/libmoosex-getopt-perl/debian/copyright Mon Mar 15 01:40:42 2010
@@ -1,40 +1,40 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Ricardo SIGNES <rjbs at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/MooseX-Getopt/
-Upstream-Name: MooseX-Getopt
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Ricardo SIGNES <rjbs at cpan.org>
+Source: http://search.cpan.org/dist/MooseX-Getopt/
+Name: MooseX-Getopt
 
 Files: *
 Copyright: 2007-2009, Infinity Interactive, Inc.
-License-Alias: Perl
-License: GPL-1+ | Artistic
+License: Artistic or GPL-1+
 
 Files: inc/Module/*
-Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
- 2002-2009, Audrey Tang <autrijus at autrijus.org>
- 2002-2009, Brian Ingerson <ingy at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org> 
+Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org> 
  2007-2009, gregor herrmann <gregoa at debian.org>
  2007, Martín Ferrari <martin.ferrari at gmail.com>
  2007, Rene Mayorga <rmayorga at debian.org>
  2007, Damyan Ivanov <dmn at debian.org>
  2007, Niko Tyni <ntyni at debian.org>
-License: GPL-1+ | Artistic
+License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
+

Added: trunk/libmoosex-getopt-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/patches/fix-pod-spelling.patch?rev=54355&op=file
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libmoosex-getopt-perl/debian/patches/fix-pod-spelling.patch Mon Mar 15 01:40:42 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/MooseX/Getopt.pm
++++ b/lib/MooseX/Getopt.pm
+@@ -82,7 +82,7 @@
+ given for the configfile attribute) for you.
+ 
+ Options specified in multiple places follow the following
+-precendence order: commandline overrides configfile, which
++precedence order: commandline overrides configfile, which
+ overrides explicit new_with_options parameters.
+ 
+ =head2 Supported Type Constraints

Added: trunk/libmoosex-getopt-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/patches/series?rev=54355&op=file
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/patches/series (added)
+++ trunk/libmoosex-getopt-perl/debian/patches/series Mon Mar 15 01:40:42 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Added: trunk/libmoosex-getopt-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/source/format?rev=54355&op=file
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/source/format (added)
+++ trunk/libmoosex-getopt-perl/debian/source/format Mon Mar 15 01:40:42 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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