r11119 - in /trunk/libend-perl/debian: changelog control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 11 14:06:06 UTC 2007


Author: dmn
Date: Tue Dec 11 14:06:06 2007
New Revision: 11119

URL: http://svn.debian.org/wsvn/?sc=1&rev=11119
Log:
* debian/control
  + slight rewordiing and re-wrapping

Modified:
    trunk/libend-perl/debian/changelog
    trunk/libend-perl/debian/control

Modified: trunk/libend-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libend-perl/debian/changelog?rev=11119&op=diff
==============================================================================
--- trunk/libend-perl/debian/changelog (original)
+++ trunk/libend-perl/debian/changelog Tue Dec 11 14:06:06 2007
@@ -1,5 +1,6 @@
 libend-perl (1.2-6) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
@@ -9,6 +10,10 @@
     - Let install target depend on build target.
     - Use $(CURDIR) instead of `pwd`.
   * Use dist-based URL in debian/watch.
+
+  [ Damyan Ivanov ]
+  * debian/control
+    + slight rewordiing and re-wrapping
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 07 Nov 2007 16:53:32 +0100
 

Modified: trunk/libend-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libend-perl/debian/control?rev=11119&op=diff
==============================================================================
--- trunk/libend-perl/debian/control (original)
+++ trunk/libend-perl/debian/control Tue Dec 11 14:06:06 2007
@@ -14,7 +14,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
 Description: Generalized END {}
- The module End exports a single subroutine end, which allows
- you to set up some code that is run whenever the current block is exited,
- regardless whether that is due to a return, next, last, redo,
- exit, die, goto or just reaching the end of the block.
+ The End module exports a single subroutine, end, which allows you to set up
+ some code that is run whenever the current block is exited, regardless whether
+ that is due to a return, next, last, redo, exit, die, goto or just reaching
+ the end of the block.




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