r39625 - in /trunk/libmoosex-getopt-perl/debian: changelog control copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jul 10 00:27:06 UTC 2009


Author: jawnsy-guest
Date: Fri Jul 10 00:27:01 2009
New Revision: 39625

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39625
Log:
* Removed libmodule-install-perl dependency; only authors need it
* Updated control description
* Added myself to Uploaders and Copyright

Modified:
    trunk/libmoosex-getopt-perl/debian/changelog
    trunk/libmoosex-getopt-perl/debian/control
    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=39625&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/changelog (original)
+++ trunk/libmoosex-getopt-perl/debian/changelog Fri Jul 10 00:27:01 2009
@@ -5,6 +5,9 @@
     + Support for --usage, --help, --?
     + new_with_options accepts a hashref
   * Standards-Version 3.8.2
+  * Removed libmodule-install-perl dependency; only authors need it
+  * Updated control description
+  * Added myself to Uploaders and Copyright
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Modified: trunk/libmoosex-getopt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/control?rev=39625&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/control (original)
+++ trunk/libmoosex-getopt-perl/debian/control Fri Jul 10 00:27:01 2009
@@ -1,14 +1,14 @@
 Source: libmoosex-getopt-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-install-perl
-Build-Depends-Indep: perl (>= 5.8.8-7), libmoose-perl (>= 0.56),
- libtest-pod-perl, libtest-pod-coverage-perl, libtest-exception-perl,
- libclass-mop-perl (>= 0.49), libgetopt-long-descriptive-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.8-7), libgetopt-long-descriptive-perl,
+ libmoose-perl (>= 0.56), libtest-pod-perl, libtest-pod-coverage-perl,
+ libtest-exception-perl, libclass-mop-perl (>= 0.49)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>, Niko Tyni <ntyni at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
+Uploaders: Damyan Ivanov <dmn at debian.org>, Jonathan Yu <frequency at cpan.org>,
+ Krzysztof Krzyżaniak (eloy) <eloy at debian.org>, Niko Tyni <ntyni at debian.org>,
+ gregor herrmann <gregoa at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/MooseX-Getopt/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-getopt-perl/
@@ -16,21 +16,17 @@
 
 Package: libmoosex-getopt-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 0.56), libgetopt-long-descriptive-perl
-Description: A Moose role for processing command line options
+Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 0.56),
+ libgetopt-long-descriptive-perl
+Description: Perl module for processing command line options
  MooseX::Getopt is a Moose role which provides an alternate constructor for
- creating objects using parameters passed in from the command line.
+ creating objects using parameters passed in from the command line. This module
+ automatically discovers command line parameters by introspecting your class
+ attributes, using the name of your attribute as the command line option. If
+ there is a type constraint defined, it will configure Getopt::Long to handle
+ the option accordingly.
  .
- This module attempts to DWIM as much as possible with the command line
- params by introspecting your class's attributes. It will use the name
- of your attribute as the command line option, and if there is a type
- constraint defined, it will configure Getopt::Long to handle the option
- accordingly.
- .
- You can use the attribute metaclass MooseX::Getopt::Meta::Attribute
- to get non-default commandline option names and aliases.
- .
- By default, attributes which start with an underscore are not given
- commandline argument support, unless the attribute's metaclass is set
- to MooseX::Getopt::Meta::Attribute. If you don't want you accessors
- to have the leading underscore in thier name, you can do this:
+ By default, attributes beginning with an underscore are considered private and
+ are not given commandline argument support, unless the attribute's metaclass
+ is set to MooseX::Getopt::Meta::Attribute. You can also use this behaviour to
+ get non-default commandline option names and aliases.

Modified: trunk/libmoosex-getopt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/copyright?rev=39625&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/copyright (original)
+++ trunk/libmoosex-getopt-perl/debian/copyright Fri Jul 10 00:27:01 2009
@@ -1,25 +1,28 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Stevan Little <stevan at iinteractive.com>
+Upstream-Maintainer: Ricardo SIGNES <rjbs at cpan.org>
 Upstream-Source: http://search.cpan.org/dist/MooseX-Getopt/
 Upstream-Name: MooseX-Getopt
 
 Files: *
-Copyright: © 2007-2008 Infinity Interactive, Inc. http://www.iinteractive.com
+Copyright: 2007-2008, Infinity Interactive, Inc.
 License-Alias: Perl
 License: GPL-1+ | Artistic
 
-Files: inc/*
-Copyright: Copyright 2002 - 2009 by Brian Ingerson, Audrey Tang and Adam Kennedy
+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: GPL-1+ | Artistic
+License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: © 2007      Martín Ferrari
-           © 2007-2008 gregor herrmann
-           © 2007      Rene Mayorga
-           © 2007      Damyan Ivanov
-           © 2007      Niko Tyni
+Copyright: 2009, Jonathan Yu <frequency at cpan.org> 
+ 2007-2008 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




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