r69458 - in /trunk/libmousex-getopt-perl/debian: ./ changelog compat control copyright libmousex-getopt-perl.docs rules source/ source/format watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Thu Feb 24 05:59:04 UTC 2011


Author: takaki
Date: Thu Feb 24 05:58:55 2011
New Revision: 69458

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69458
Log:
[svn-inject] Applying Debian modifications (0.33-1) to trunk

Added:
    trunk/libmousex-getopt-perl/debian/
    trunk/libmousex-getopt-perl/debian/changelog
    trunk/libmousex-getopt-perl/debian/compat
    trunk/libmousex-getopt-perl/debian/control
    trunk/libmousex-getopt-perl/debian/copyright
    trunk/libmousex-getopt-perl/debian/libmousex-getopt-perl.docs
    trunk/libmousex-getopt-perl/debian/rules   (with props)
    trunk/libmousex-getopt-perl/debian/source/
    trunk/libmousex-getopt-perl/debian/source/format
    trunk/libmousex-getopt-perl/debian/watch

Added: trunk/libmousex-getopt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-getopt-perl/debian/changelog?rev=69458&op=file
==============================================================================
--- trunk/libmousex-getopt-perl/debian/changelog (added)
+++ trunk/libmousex-getopt-perl/debian/changelog Thu Feb 24 05:58:55 2011
@@ -1,0 +1,5 @@
+libmousex-getopt-perl (0.33-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #612873)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 16 Feb 2011 11:02:24 +0900

Added: trunk/libmousex-getopt-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-getopt-perl/debian/compat?rev=69458&op=file
==============================================================================
--- trunk/libmousex-getopt-perl/debian/compat (added)
+++ trunk/libmousex-getopt-perl/debian/compat Thu Feb 24 05:58:55 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libmousex-getopt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-getopt-perl/debian/control?rev=69458&op=file
==============================================================================
--- trunk/libmousex-getopt-perl/debian/control (added)
+++ trunk/libmousex-getopt-perl/debian/control Thu Feb 24 05:58:55 2011
@@ -1,0 +1,31 @@
+Source: libmousex-getopt-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/MouseX-Getopt/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmousex-getopt-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmousex-getopt-perl/
+
+Package: libmousex-getopt-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: A Mouse role for processing command line options
+ This is a role which provides an alternate constructor for creating objects
+ using parameters passed in from the command line.
+ .
+ MouseX::Getopt 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 trait MouseX::Getopt::Meta::Attribute::Trait or the attribute
+ metaclass MouseX::Getopt::Meta::Attribute to get non-default commandline
+ option names and aliases.
+ .
+ You can use the trait MouseX::Getopt::Meta::Attribute::Trait::NoGetopt or the
+ attribute metaclass MouseX::Getopt::Meta::Attribute::NoGetopt to have
+ MouseX::Getopt ignore your attribute in the commandline options.

Added: trunk/libmousex-getopt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-getopt-perl/debian/copyright?rev=69458&op=file
==============================================================================
--- trunk/libmousex-getopt-perl/debian/copyright (added)
+++ trunk/libmousex-getopt-perl/debian/copyright Thu Feb 24 05:58:55 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: NAKAGAWA Masaki <masaki at cpan.org>, FUJI Goro <gfuji at cpan.org>, Tokuhiro Matsuno <tokuhirom at cpan.org>, Stevan Little <stevan at iinteractive.com>, Brandon L. Black <blblack at gmail.com>, Yuval Kogman <nothingmuch at woobling.org>, Ryan D Johnson <ryan at innerfence.com>, Drew Taylor <drew at drewtaylor.com>, Tomas Doran <bobtfish at bobtfish.net>, Florian Ragwitz <rafl at debian.org>, Dagfinn Ilmari Mannsaker <ilmari at ilmari.org>, Avar Arnfjord Bjarmason <avar at cpan.org>, Chris Prather <perigrin at cpan.org>
+Source: http://search.cpan.org/dist/MouseX-Getopt/
+Name: MouseX-Getopt
+
+Files: *
+Copyright: NAKAGAWA Masaki <masaki at cpan.org>, FUJI Goro <gfuji at cpan.org>, Tokuhiro Matsuno <tokuhirom at cpan.org>, Stevan Little <stevan at iinteractive.com>, Brandon L. Black <blblack at gmail.com>, Yuval Kogman <nothingmuch at woobling.org>, Ryan D Johnson <ryan at innerfence.com>, Drew Taylor <drew at drewtaylor.com>, Tomas Doran <bobtfish at bobtfish.net>, Florian Ragwitz <rafl at debian.org>, Dagfinn Ilmari Mannsaker <ilmari at ilmari.org>, Avar Arnfjord Bjarmason <avar at cpan.org>, Chris Prather <perigrin at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, TANIGUCHI Takaki <takaki at debian.org>
+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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libmousex-getopt-perl/debian/libmousex-getopt-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-getopt-perl/debian/libmousex-getopt-perl.docs?rev=69458&op=file
==============================================================================
--- trunk/libmousex-getopt-perl/debian/libmousex-getopt-perl.docs (added)
+++ trunk/libmousex-getopt-perl/debian/libmousex-getopt-perl.docs Thu Feb 24 05:58:55 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libmousex-getopt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-getopt-perl/debian/rules?rev=69458&op=file
==============================================================================
--- trunk/libmousex-getopt-perl/debian/rules (added)
+++ trunk/libmousex-getopt-perl/debian/rules Thu Feb 24 05:58:55 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libmousex-getopt-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmousex-getopt-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-getopt-perl/debian/source/format?rev=69458&op=file
==============================================================================
--- trunk/libmousex-getopt-perl/debian/source/format (added)
+++ trunk/libmousex-getopt-perl/debian/source/format Thu Feb 24 05:58:55 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libmousex-getopt-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-getopt-perl/debian/watch?rev=69458&op=file
==============================================================================
--- trunk/libmousex-getopt-perl/debian/watch (added)
+++ trunk/libmousex-getopt-perl/debian/watch Thu Feb 24 05:58:55 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/MouseX-Getopt/   .*/MouseX-Getopt-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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