r31118 - in /trunk/libipc-system-simple-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Feb 26 16:28:16 UTC 2009


Author: gregoa
Date: Thu Feb 26 16:28:13 2009
New Revision: 31118

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31118
Log:
debian/control: improve long description, thanks to Rhonda for the bug
report (closes: #516918).

Modified:
    trunk/libipc-system-simple-perl/debian/changelog
    trunk/libipc-system-simple-perl/debian/control

Modified: trunk/libipc-system-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-system-simple-perl/debian/changelog?rev=31118&op=diff
==============================================================================
--- trunk/libipc-system-simple-perl/debian/changelog (original)
+++ trunk/libipc-system-simple-perl/debian/changelog Thu Feb 26 16:28:13 2009
@@ -1,3 +1,10 @@
+libipc-system-simple-perl (1.18-2) UNRELEASED; urgency=low
+
+  * debian/control: improve long description, thanks to Rhonda for the bug
+    report (closes: #516918).
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 26 Feb 2009 17:26:52 +0100
+
 libipc-system-simple-perl (1.18-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libipc-system-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libipc-system-simple-perl/debian/control?rev=31118&op=diff
==============================================================================
--- trunk/libipc-system-simple-perl/debian/control (original)
+++ trunk/libipc-system-simple-perl/debian/control Thu Feb 26 16:28:13 2009
@@ -17,9 +17,9 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
 Description: Perl module to run commands simply, with detailed diagnostics
- Calling Perl's in-built system() function is easy, 
- determining if it was successful is hard.
+ IPC::System::Simple takes the hard work out of calling external commands; it
+ provides replacements for system() and the backtick operator that will either
+ succeed, or die with rich diagnostic messages on errors.
  .
- IPC::System::Simple takes the hard work out of calling external commands; all
- of your system() commands will either succeeed (run to completion and return
- a zero exit value), or die with rich diagnostic messages.
+ The module also includes the ability to specify acceptable exit values, trap
+ errors, or process diagnostics.




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