debian/0000755000000000000000000000000012250633441007166 5ustar debian/compat0000644000000000000000000000000212250633441010364 0ustar 8 debian/copyright0000644000000000000000000000214012250633441011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: App-Cmd Upstream-Contact: Ricardo Signes Source: https://metacpan.org/release/App-Cmd/ Files: * Copyright: 2013, Ricardo Signes License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2013, Salvatore Bonaccorso 2009, Ryan Niebur 2012, 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/rules0000755000000000000000000000003612250633441010245 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000015412250633441010217 0ustar version=3 https://metacpan.org/release/App-Cmd/ .*/App-Cmd-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/NEWS0000644000000000000000000000143012250633441007663 0ustar libapp-cmd-perl (0.300-1) unstable; urgency=low From upstream Changelog we read the following changes which may break your code: DEPRECATED -run OPTION TO APP CLASS IMPORT "use MyApp -run;" is deprecated; it will be removed after no less than a year this led to problems where normal exit-on-error messages confused users by complaining about failing to compile; magic to stop this is not worth the tiny savings COMMANDS SHOULD NOW HAVE ->execute RATHER THAN ->run this will not break you code... except: WILL BREAK YOUR CODE: App::Cmd::Simple programs must use ->execute rather than ->run -- Salvatore Bonaccorso Sat, 29 Aug 2009 07:49:21 +0200 debian/control0000644000000000000000000000324412250633441010574 0ustar Source: libapp-cmd-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libcapture-tiny-perl (>= 0.13), libclass-load-perl, libgetopt-long-descriptive-perl, libio-tiecombine-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libstring-rewriteprefix-perl, libsub-exporter-perl, libsub-install-perl, libtest-fatal-perl, # perl (>= 5.17.10) is covering both the requirement on perl to include # needed version of Getopt::Long 3.29 and the requirement for Test::More # perl (>= 5.13.4) | libtest-simple-perl (>= 0.96), perl (>= 5.17.10) Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Salvatore Bonaccorso , Nathan Handler , gregor herrmann Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/App-Cmd/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapp-cmd-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapp-cmd-perl.git Package: libapp-cmd-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libcapture-tiny-perl (>= 0.13), libclass-load-perl, libgetopt-long-descriptive-perl, libio-tiecombine-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libstring-rewriteprefix-perl, libsub-exporter-perl, libsub-install-perl, perl (>= 5.17.10) Description: Perl interface to write command line apps with less suffering App::Cmd is intended to make it easy to write complex command-line applications without having to think about most of the annoying things usually involved. . For information on how to start using App::Cmd, see App::Cmd::Tutorial. debian/source/0000755000000000000000000000000012250633441010466 5ustar debian/source/format0000644000000000000000000000001412250633441011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000002176112250633441011047 0ustar libapp-cmd-perl (0.323-1) unstable; urgency=medium * Imported Upstream version 0.323 -- Salvatore Bonaccorso Sat, 07 Dec 2013 15:56:03 +0100 libapp-cmd-perl (0.322-1) unstable; urgency=low * Imported Upstream version 0.322 * Update versioned (build-)dependency for Getopt::Long 2.39 requirement. Change Build-Depends-Indep on perl. Squash versioned and unversioned dependencies together with constraint to perl (>= 5.17.10). Perl 5.17.10 at least is needed to get Getopt::Long 2.39. * Bump Standards-Version to 3.9.5 -- Salvatore Bonaccorso Mon, 28 Oct 2013 19:41:50 +0100 libapp-cmd-perl (0.321-1) unstable; urgency=low * Imported Upstream version 0.321 * Drop fix-spelling-error-in-manpage.patch patch -- Salvatore Bonaccorso Sat, 26 Oct 2013 21:33:03 +0200 libapp-cmd-perl (0.320-2) unstable; urgency=low * Adjust (build-)dependency for Module::Pluggable. Module::Pluggable will be removed from Perl core in 5.20 and emits now a warning with 5.18. Add Build-Depends-Indep and Depends on alternate libmodule-pluggable-perl | perl (<< 5.17.0). Thanks to Dominic Hargreaves (Closes: #711648) -- Salvatore Bonaccorso Wed, 12 Jun 2013 07:34:27 +0200 libapp-cmd-perl (0.320-1) unstable; urgency=low [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Imported Upstream version 0.319 and 0.320 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Update copyright years for upstream files and Debian packaging * Bump Standards-Version to 3.9.4 * Change search.cpan.org based URIs to metacpan.org based URIs * Add fix-spelling-error-in-manpage.patch patch. Fix spelling errors in App::Cmd::Tutorial manual. -- Salvatore Bonaccorso Sun, 05 May 2013 23:01:00 +0200 libapp-cmd-perl (0.318-1) unstable; urgency=low * Imported Upstream version 0.318 -- Salvatore Bonaccorso Sat, 05 May 2012 09:00:58 +0200 libapp-cmd-perl (0.317-1) unstable; urgency=low * Imported Upstream version 0.317 * Update format for debian/copyright file. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. * Bump Standards-Version to 3.9.3 * Correct Build-Depends-Indep on dual life package. Correct the Build-Depends-Indep dependency for Test::More to perl (>= 5.13.4) | libtest-simple-perl (>= 0.96). -- Salvatore Bonaccorso Mon, 26 Mar 2012 22:44:14 +0200 libapp-cmd-perl (0.316-1) unstable; urgency=low * New upstream release. * Add libio-tiecombine-perl to Depends. * Add /me to Uploaders. -- gregor herrmann Sat, 11 Feb 2012 20:22:46 +0100 libapp-cmd-perl (0.315-1) unstable; urgency=low * Imported Upstream version 0.315 * Simplify (Build-)Depends(-Indep) satisfied in Squeeze. Simplify (Build-)Depends(-Indep) on libgetopt-long-descriptive-perl to a unversioned dependency as the version is already satisfied in Squeeze. -- Salvatore Bonaccorso Sat, 11 Feb 2012 18:15:05 +0100 libapp-cmd-perl (0.314-1) unstable; urgency=low * Imported Upstream version 0.314 * Update debian/copyright file. Update copyright years for upstream files and for debian/* packaging. * Update dependencies for Capture::Tiny use. Add libcapture-tiny-perl (>= 0.13) to Build-Depends-Indep and Depends. -- Salvatore Bonaccorso Wed, 04 Jan 2012 08:19:25 +0100 libapp-cmd-perl (0.313-1) unstable; urgency=low * Imported Upstream version 0.313 * Update debian/copyright file. Remove stanza about included Module::Install. Upstream source does not ship anymore these files. * Update Build-Depends-Indep on libtest-simple-perl. Change Build-Depends-Indep on libtest-simple-perl (>= 0.96) to an alternative dependency on perl (>= 5.14) | libtest-simple-perl (>= 0.96) -- Salvatore Bonaccorso Fri, 23 Dec 2011 20:52:57 +0100 libapp-cmd-perl (0.312-1) unstable; urgency=low [ 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. * Imported Upstream version 0.312 * Bump Standards-Version to 3.9.2. * debian/control: Make versioned (Build-)Depends(-Indep) on libsub-exporter-perl unversioned as already satisfied by oldstable. -- Salvatore Bonaccorso Thu, 18 Aug 2011 09:03:32 +0200 libapp-cmd-perl (0.311-1) unstable; urgency=low * New upstream release * debian/copyright: Refresh upstreams copyright information. * Bump Debhelper compat level to 8. * debian/control: Bump versioned Build-Depends on debhelper to (>= 8). -- Salvatore Bonaccorso Fri, 18 Mar 2011 20:49:38 +0100 libapp-cmd-perl (0.310-1) unstable; urgency=low [ gregor herrmann ] * Add libtest-simple-perl (>= 0.96) to Build-Depends-Indep. [ Salvatore Bonaccorso ] * New upstream release * Add libclass-load-perl to (Build-)Depends(-Indep). * Email change: Salvatore Bonaccorso -> carnil@debian.org * debian/copyright: Refresh and update copyright years for debian/* packaging. -- Salvatore Bonaccorso Tue, 08 Feb 2011 16:31:34 +0100 libapp-cmd-perl (0.309-1) unstable; urgency=low * New upstream release * Update my email address. * debian/copyright: - Refer to Debian systems in general instead of Debian GNU/Linux systems. - Explicitly refer to GPL-1 license text in common-licenses. * debian/control: - Change versioned Build-Depends-Indep on libio-tiecombine-perl to an unversioned Build-Depends-Indep. - Add Build-Depends-Indep libtest-fatal-perl. * Drop fix-spelling-error-in-manpage.patch as it is applied upstream. * Bump Standards-Version to 3.9.1. -- Salvatore Bonaccorso Sat, 13 Nov 2010 09:48:56 +0100 libapp-cmd-perl (0.307-1) unstable; urgency=low * New upstream release * Refresh debian/copyright: Update URL to format specification and update copyright years. * debian/control: - Bump versioned dependency on libgetopt-long-descriptive (>= 0.084). - Add Depends on libstring-rewriteprefix-perl. * Bump Standards-Version to 3.8.4. * Convert to '3.0 (quilt)' package source format. * Add fix-spelling-error-in-manpage.patch to fix a spelling error in manpage of App::Cmd::Command. * Add a trailing blank line to NEWS file to work around a bug in apt-listchanges. -- Salvatore Bonaccorso Sat, 13 Mar 2010 10:20:16 +0100 libapp-cmd-perl (0.304-1) unstable; urgency=low * New upstream release -- Salvatore Bonaccorso Fri, 11 Dec 2009 23:54:00 +0100 libapp-cmd-perl (0.303-1) unstable; urgency=low [ Nathan Handler ] * New upstream release * debian/control: - Add myself to list of Uploaders * debian/copyright: - Update Module::Install stanza [ Ryan Niebur ] * Update ryan52's email address [ Salvatore Bonaccorso ] * New upstream release * debian/control: Bump versioned (Build-)Depends on libgetopt-long-descriptive-perl to (>= 0.081). * debian/copyright: Referesh copyright file to revision 59 of the DEP5 machine readable format specification. -- Salvatore Bonaccorso Sun, 29 Nov 2009 22:02:35 +0100 libapp-cmd-perl (0.300-1) unstable; urgency=low * New upstream release - "use MyApp -run;" is deprecated - Commands should use ->execute instead of ->run - App::Cmd::Simple programs must use ->execute rather than ->run -- Salvatore Bonaccorso Sat, 29 Aug 2009 07:49:31 +0200 libapp-cmd-perl (0.207-1) unstable; urgency=low * New upstream release -- Ryan Niebur Thu, 27 Aug 2009 18:34:10 -0700 libapp-cmd-perl (0.206-1) unstable; urgency=low [ Salvatore Bonaccorso ] * New upstream release * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). * Bump Standards-Version to 3.8.3. - Drop versioned build dependency on perl. [ Ryan Niebur ] * New upstream release [ gregor herrmann ] * Bump (build) dependency on libgetopt-long-descriptive-perl to >= 0.075 as per new upstream requirements. -- Ryan Niebur Thu, 20 Aug 2009 14:31:38 -0700 libapp-cmd-perl (0.204-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * New upstream release * debian/control - Add myself to Uploaders - Bump Standards-Version to 3.8.2 (no changes) -- Salvatore Bonaccorso Sun, 28 Jun 2009 16:09:55 +0200 libapp-cmd-perl (0.203-1) unstable; urgency=low * Initial Release. (Closes: #529019) -- Ryan Niebur Sun, 17 May 2009 03:22:42 -0700