r73620 - in /trunk/libproc-invokeeditor-perl/debian: changelog control

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Apr 26 22:08:12 UTC 2011


Author: periapt-guest
Date: Tue Apr 26 22:07:53 2011
New Revision: 73620

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73620
Log:
Shortened short description and rewrote long description

Modified:
    trunk/libproc-invokeeditor-perl/debian/changelog
    trunk/libproc-invokeeditor-perl/debian/control

Modified: trunk/libproc-invokeeditor-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-invokeeditor-perl/debian/changelog?rev=73620&op=diff
==============================================================================
--- trunk/libproc-invokeeditor-perl/debian/changelog (original)
+++ trunk/libproc-invokeeditor-perl/debian/changelog Tue Apr 26 22:07:53 2011
@@ -17,7 +17,7 @@
   * Upped standards version to 3.9.2
   * Upped compat level to 7
   * New upstream release
-  * Shortened short description
+  * Shortened short description and rewrote long description
   * Added debian/source/format
   * Refreshed debian/rules and debian/copyright
 

Modified: trunk/libproc-invokeeditor-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-invokeeditor-perl/debian/control?rev=73620&op=diff
==============================================================================
--- trunk/libproc-invokeeditor-perl/debian/control (original)
+++ trunk/libproc-invokeeditor-perl/debian/control Tue Apr 26 22:07:53 2011
@@ -15,5 +15,18 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends} , libcarp-assert-perl
 Description: Perl extension for starting a text editor
- Proc::InvokeEditor from CPAN provides the ability to supply some text to an 
- external text editor, have it edited by the user, and retrieve the results. 
+ Proc::InvokeEditor module provides the ability to supply some text to an
+ external text editor, have it edited by the user, and retrieve the results.
+ .
+ The File::Temp module is used to provide secure, safe temporary
+ files, and File::Temp is set to its highest available level of
+ security. This may cause problems on some systems where no secure
+ temporary directory is available.
+.
+ When the editor is started, no subshell is used. Your path will
+ be scanned to find the binary to use for each editor if the string
+ given does not exist as a file, and if a named editor contains whitespace,
+ for example if you try to use the editor 'xemacs -nw', then the string will
+ be split on whitespace and anything after the editor name will be passed
+ as arguments to your editor. A shell is not used but this should cover
+ most simple cases.




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