debian/0000755000000000000000000000000011732435320007166 5ustar debian/rules0000755000000000000000000000012511732435320010244 0ustar #!/usr/bin/make -f %: dh $@ override_dh_clean: dh_clean -XChangeLog~ -Xdist.ini~ debian/control0000644000000000000000000000333211732435320010572 0ustar Source: libmousex-getopt-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libgetopt-long-descriptive-perl (>= 0.091), libmouse-perl, libtest-exception-perl, libtest-warn-perl (>= 0.21), perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) Maintainer: Debian Perl Group Uploaders: TANIGUCHI Takaki , gregor herrmann Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/MouseX-Getopt/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libmousex-getopt-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmousex-getopt-perl.git Package: libmousex-getopt-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libgetopt-long-descriptive-perl (>= 0.091), libmouse-perl Description: Mouse role for processing command line options MouseX::Getopt 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. debian/source/0000755000000000000000000000000011732435320010466 5ustar debian/source/format0000644000000000000000000000001411732435320011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000245011732435320011041 0ustar libmousex-getopt-perl (0.34-1) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Alessandro Ghedini ] * New upstream release * Update debian/copyright format as in Debian Policy 3.9.3 * Bump Standards-Version to 3.9.3 * Bump debhelper compat level to 8 * Bump upstream copyright year * Override dh_clean to avoid deletion of *~ files [ gregor herrmann ] * Bump versioned (build) dependency on libgetopt-long-descriptive-perl. -- Alessandro Ghedini Wed, 21 Mar 2012 13:47:54 +0100 libmousex-getopt-perl (0.33-2) unstable; urgency=low * Add missing build and runtime dependencies (closes: #615541). * Don't install README anymore. * Add /me to Uploaders. * Adjust debian/copyright to reality (maintainer, copyright holder). * debian/control: improve short and long description. * Add a patch to fix a spelling mistake. -- gregor herrmann Sun, 27 Feb 2011 17:24:06 +0100 libmousex-getopt-perl (0.33-1) unstable; urgency=low * Initial Release. (Closes: #612873) -- TANIGUCHI Takaki Wed, 16 Feb 2011 11:02:24 +0900 debian/compat0000644000000000000000000000000211732435320010364 0ustar 8 debian/patches/0000755000000000000000000000000011732435320010615 5ustar debian/patches/spelling.patch0000644000000000000000000000115211732435320013452 0ustar Description: fix a spelling mistake Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=75952 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=75952 Author: gregor herrmann Last-Update: 2012-03-21 --- a/lib/MouseX/Getopt.pm +++ b/lib/MouseX/Getopt.pm @@ -89,7 +89,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 debian/patches/series0000644000000000000000000000001711732435320012030 0ustar spelling.patch debian/copyright0000644000000000000000000000211411732435320011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MouseX-Getopt Upstream-Contact: Tokuhiro Matsuno Source: http://search.cpan.org/dist/MouseX-Getopt/ Files: * Copyright: 2012, Infinity Interactive, Inc. License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, TANIGUCHI Takaki 2011, gregor herrmann 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'. debian/watch0000644000000000000000000000016711732435320010223 0ustar version=3 http://search.cpan.org/dist/MouseX-Getopt/ .*/MouseX-Getopt-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$