debian/0000755000000000000000000000000012264544405007174 5ustar debian/rules0000755000000000000000000000003612264544405010253 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000150312264544405010576 0ustar Source: libtest-cmd-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-cmd-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-cmd-perl.git Homepage: https://metacpan.org/release/Test-Cmd Package: libtest-cmd-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: perl module which provides a testing framework The Test::Cmd module provides a framework for portable automated testing of executable commands and scripts (in any language, not just Perl), especially commands and scripts that interface with the file system. debian/source/0000755000000000000000000000000012264544405010474 5ustar debian/source/format0000644000000000000000000000001412264544405011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000705312264544405011053 0ustar libtest-cmd-perl (1.05-9) unstable; urgency=medium * Take over for the Debian Perl Group; Closes: #733559 -- RFA/ITA * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza); ${misc:Depends} to Depends: field. Changed: Homepage field changed to metacpan.org URL; Maintainer set to Debian Perl Group (was: Debian QA Group ); Debian QA Group moved to Uploaders. * debian/watch: use metacpan-based URL. * Switch to "3.0 (quilt)" source format. * Use dh(1) and debhelper compatibility level 8. * Don't install README anymore. * debian/copyright: switch formatting to Copyright-Format 1.0. * Add /me to Uploaders. * Remove version from perl build dependency. * Add patch to fix spelling and POD mistakes. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sun, 12 Jan 2014 17:55:16 +0100 libtest-cmd-perl (1.05-8) unstable; urgency=low * Orphaned. Set maintainer to Debian QA Group. -- Nacho Barrientos Arias Sun, 29 Dec 2013 22:13:00 +0000 libtest-cmd-perl (1.05-7) unstable; urgency=low * debian/rules + Ignoring the non-existence of a directory on its deletion (closes: #467802). * debian/control + Changing maintainer's email address. + Bumping standards version to 3.7.3. + Moving the Homepage information to the right place. -- Nacho Barrientos Arias Sun, 02 Mar 2008 12:32:27 +0100 libtest-cmd-perl (1.05-6) unstable; urgency=low * New maintainer (Closes: #313466). * debian/control - Fixing fuzzy English in package description. - Adding homepage in long description. - Promoting debhelper required version to 5 (or greater). - Bumping standards version to 3.7.2. * debian/compat - Moving from 4 to 5. * debian/copyright - Adding package licensing related lines. - Minor cosmetics adjustments. * debian/rules - No longer running tests. - Moving from shell pwd to $(CURDIR). - Removing some useless debhelper calls and comments. * debian/watch - Added. -- Nacho Barrientos Arias Fri, 15 Dec 2006 18:26:05 +0100 libtest-cmd-perl (1.05-5) unstable; urgency=low * QA Upload * debian/control: - Switched maintainer to QA group. - Switched section to perl to match override file. - Minimum dependency on debhelper is now version 4. - Removed unnecessary dependency on perl-modules. * debian/compat - Added and set to 4. * debian/rules: - Switched from binary-arch to binary-indep target - Removed DH_COMPAT setting. - Added rmdir to remove empty /usr/lib directory. * debian/copyright - Clarified file location of licenses. * debian/changelog - Removed unnecessary emacs variables. -- Stephen Quinney Sat, 9 Jul 2005 10:20:35 +0100 libtest-cmd-perl (1.05-4) unstable; urgency=low * Satisfied lintian report -- Shell Hung Thu, 4 Mar 2004 20:49:22 +0800 libtest-cmd-perl (1.05-3) unstable; urgency=low * Fixed cannot build and prepare for perl5.8.x. (Closes: #162862) -- Shell Hung Wed, 9 Oct 2002 17:49:54 +0800 libtest-cmd-perl (1.05-2) unstable; urgency=low * Fixed typo in description. (Closes: #128218) -- Shell Hung Tue, 8 Jan 2002 15:44:16 +0800 libtest-cmd-perl (1.05-1) unstable; urgency=low * Initial Release. (Closes: #71289) -- Shell Hung Sat, 5 Jan 2002 00:01:30 +0800 debian/compat0000644000000000000000000000000212264544405010372 0ustar 8 debian/patches/0000755000000000000000000000000012264544405010623 5ustar debian/patches/spelling.patch0000644000000000000000000000136712264544405013470 0ustar Description: fix a spelling mistake Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=92081 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=92081 Author: gregor herrmann Last-Update: 2014-01-12 --- a/Cmd.pm +++ b/Cmd.pm @@ -1571,7 +1571,7 @@ How to make a file or script executable varies widely from system to system, some systems using file name extensions to indicate executability, others using a file permission bit. The differences are complicated to -accomodate in a portable test script. The easiest way to deal with this +accommodate in a portable test script. The easiest way to deal with this complexity is to avoid it if you can. If your test somehow requires executing a script that you generate debian/patches/series0000644000000000000000000000003112264544405012032 0ustar spelling.patch pod.patch debian/patches/pod.patch0000644000000000000000000000061512264544405012430 0ustar Description: POD error Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=92082 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=92082 Author: gregor herrmann Last-Update: 2014-01-12 --- a/Cmd.pm +++ b/Cmd.pm @@ -1606,7 +1606,7 @@ $output = `script`; ok($output eq "$line\n"); -=back 4 +=back Addtional hints on writing portable tests are welcome. debian/copyright0000644000000000000000000000225312264544405011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Test-Cmd Upstream-Contact: Steven Knight, knight@baldmt.com Upstream-Name: Test-Cmd Files: * Copyright: 1999-2001, Steven Knight, knight@baldmt.com License: Artistic or GPL-1+ Files: debian/* Copyright: 2002, 2004, Shell Hung 2005, Stephen Quinney 2006, 2008, 2013, Nacho Barrientos Arias 2014, 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/watch0000644000000000000000000000015512264544405010226 0ustar version=3 https://metacpan.org/release/Test-Cmd .*/Test-Cmd-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$