r11115 - /trunk/libapp-control-perl/debian/control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 11 11:46:16 UTC 2007


Author: dmn
Date: Tue Dec 11 11:46:16 2007
New Revision: 11115

URL: http://svn.debian.org/wsvn/?sc=1&rev=11115
Log:
Remove extra spaces from short description beginning; re-wrap long description at 79 col

Modified:
    trunk/libapp-control-perl/debian/control

Modified: trunk/libapp-control-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libapp-control-perl/debian/control?rev=11115&op=diff
==============================================================================
--- trunk/libapp-control-perl/debian/control (original)
+++ trunk/libapp-control-perl/debian/control Tue Dec 11 11:46:16 2007
@@ -13,12 +13,12 @@
 Package: libapp-control-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description:   Perl module for apachectl style control of another executable
+Description: Perl module for apachectl style control of another executable
  App::Control is a simple module to replicate the kind of functionality you get
  with apachectl to control apache, but for any script or executable. There is a
  very simple OO interface, where the constructor is used to specify the
  executable, command line arguments, and pidfile, and various methods (start,
- stop, etc.) are used to control the executable in the obvious way.
- The module is intended to be used in a simple wrapper control script. Currently
- the module does a fork and exec to start the executable, and sets the signal
+ stop, etc.) are used to control the executable in the obvious way.  The module
+ is intended to be used in a simple wrapper control script. Currently the
+ module does a fork and exec to start the executable, and sets the signal
  handler for SIGCHLD to 'IGNORE' to avoid zombie processes.




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