r28129 - in /trunk/libclone-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Dec 12 15:42:42 UTC 2008


Author: gregoa
Date: Fri Dec 12 15:42:39 2008
New Revision: 28129

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28129
Log:
* debian/control:
 - mention the module name in the long description

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

Modified: trunk/libclone-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-perl/debian/changelog?rev=28129&op=diff
==============================================================================
--- trunk/libclone-perl/debian/changelog (original)
+++ trunk/libclone-perl/debian/changelog Fri Dec 12 15:42:39 2008
@@ -1,8 +1,9 @@
 libclone-perl (0.30-1) unstable; urgency=low
 
   [ gregor herrmann ]
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
+  * debian/control:
+   - switch Vcs-Browser field to ViewSVN
+   - mention the module name in the long description
 
   [ Brian Cassidy ]
   * New upstream release

Modified: trunk/libclone-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-perl/debian/control?rev=28129&op=diff
==============================================================================
--- trunk/libclone-perl/debian/control (original)
+++ trunk/libclone-perl/debian/control Fri Dec 12 15:42:39 2008
@@ -14,9 +14,9 @@
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: recursively copy Perl datatypes
- This module provides a clone() method which makes recursive
- copies of nested hash, array, scalar and reference types, 
- including tied variables and objects.
+ The Clone module provides a clone() method which makes recursive copies of
+ nested hash, array, scalar and reference types, including tied variables and
+ objects.
  .
  It is faster (although less flexible) than Storable's dclone. Its
  functionality is _not_ serializing in-memory objects (i.e. as




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