r12469 - in /trunk/libtest-command-perl/debian: changelog control

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Thu Jan 10 19:14:14 UTC 2008


Author: emhn-guest
Date: Thu Jan 10 19:14:14 2008
New Revision: 12469

URL: http://svn.debian.org/wsvn/?sc=1&rev=12469
Log:
* Rephrase the long description.

Modified:
    trunk/libtest-command-perl/debian/changelog
    trunk/libtest-command-perl/debian/control

Modified: trunk/libtest-command-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-command-perl/debian/changelog?rev=12469&op=diff
==============================================================================
--- trunk/libtest-command-perl/debian/changelog (original)
+++ trunk/libtest-command-perl/debian/changelog Thu Jan 10 19:14:14 2008
@@ -1,5 +1,6 @@
 libtest-command-perl (0.02-1) UNRELEASED; urgency=low
 
   * Initial Release (Closes: #460100).
+  * Rephrase the long description.
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 10 Jan 2008 10:23:31 -0430
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 10 Jan 2008 14:44:07 -0430

Modified: trunk/libtest-command-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-command-perl/debian/control?rev=12469&op=diff
==============================================================================
--- trunk/libtest-command-perl/debian/control (original)
+++ trunk/libtest-command-perl/debian/control Thu Jan 10 19:14:14 2008
@@ -15,11 +15,6 @@
 Architecture: all
 Depends: ${perl:Depends}
 Description: Perl module for testing external commands
- Test::Command intends to bridge the gap between the well tested functions
- and objects you choose and their usage in your programs. By examining the
- exit status, STDOUT and STDERR of your program you can determine if it is
- behaving as expected.
- .
- This includes testing the various combinations and permutations of options
- and arguments as well as the interactions between the various functions
- and objects that make up your program.
+ Test::Command let's you write tests that examine the exit status, STDOUT
+ and STDERR of any program helping you determine if it is behaving as
+ expected.




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