debian/0000755000000000000000000000000012113164615007166 5ustar debian/rules0000755000000000000000000000003612113164615010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000246212113164615010575 0ustar Source: libgetopt-complete-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Olivier Sallou Build-Depends: debhelper (>= 9), perl, perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgetopt-complete-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libgetopt-complete-perl.git Homepage: https://metacpan.org/release/Getopt-Complete/ Package: libgetopt-complete-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: programmable shell completion for Perl apps Getopt::Complete makes it easy to add custom command-line completion to Perl applications. It also does additional validation of arguments, when the program is actually executed, based on completion lists. . Support is also present for apps which are an entry point for a hierarchy of sub-commands (in the style of cvs and git). . Getopt::Complete also wraps the standard options processing and exports it as a %ARGS hash at compile time, making using the arguments hassle-free. . The completion features currently work with the bash shell, which is the default on most Linux and Mac systems. Patches for other shells are welcome. debian/source/0000755000000000000000000000000012113164615010466 5ustar debian/source/format0000644000000000000000000000001412113164615011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025112113164615011036 0ustar libgetopt-complete-perl (0.26-1) unstable; urgency=low * Initial Release (Closes: #701455). -- Olivier Sallou Sat, 23 Feb 2013 10:14:26 +0100 debian/compat0000644000000000000000000000000212113164615010364 0ustar 9 debian/patches/0000755000000000000000000000000012113164615010615 5ustar debian/patches/spelling.patch0000644000000000000000000000174112113164615013456 0ustar Description: spelling fixes Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=83645 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=83645 Author: gregor herrmann Last-Update: 2013-02-26 --- a/lib/Getopt/Complete.pm +++ b/lib/Getopt/Complete.pm @@ -406,7 +406,7 @@ specified, but ANY arbitrary value entered is considered valid as far as error checking is concerned. -The callback registerd in the completion specification will receive the following parameters: +The callback registered in the completion specification will receive the following parameters: =over 4 @@ -512,7 +512,7 @@ The full name is alissed as the single-character compgen parameter name for convenience. Further, because Getopt::Complete is the default namespace during processing, it can -be ommitted from callback function names. +be omitted from callback function names. The following are all equivalent. They effectively produce the same list as 'compgen -f': debian/patches/series0000644000000000000000000000001712113164615012030 0ustar spelling.patch debian/copyright0000644000000000000000000000234412113164615011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Getopt-Complete/ Upstream-Name: Getopt-Complete Files: * Copyright: 2009-2011, Washington University School of Medicine 2009-2011, Scott Smith License: Artistic or GPL-1+ Files: lib/Getopt/Complete/Options.pm lib/Getopt/Complete/Compgen.pm lib/Getopt/Complete/Args.pm Copyright: 2010, Washington University School of Medicine 2010, Scott Smith License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Olivier Sallou 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/watch0000644000000000000000000000017412113164615010221 0ustar version=3 https://metacpan.org/release/Getopt-Complete/ .*/Getopt-Complete-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$