r52836 - in /trunk/libdata-structure-util-perl/debian: changelog control copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Feb 15 18:11:38 UTC 2010


Author: jawnsy-guest
Date: Mon Feb 15 18:11:24 2010
New Revision: 52836

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52836
Log:
* Rewrite control description
* Add myself to Uploaders and Copyright
* Properly update to DEP5 format

Modified:
    trunk/libdata-structure-util-perl/debian/changelog
    trunk/libdata-structure-util-perl/debian/control
    trunk/libdata-structure-util-perl/debian/copyright

Modified: trunk/libdata-structure-util-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-structure-util-perl/debian/changelog?rev=52836&op=diff
==============================================================================
--- trunk/libdata-structure-util-perl/debian/changelog (original)
+++ trunk/libdata-structure-util-perl/debian/changelog Mon Feb 15 18:11:24 2010
@@ -27,7 +27,12 @@
   [ Franck Joncourt ]
   * Removed BD on libclone-perl.
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 14 Feb 2010 18:14:17 +0900
+  [ Jonathan Yu ]
+  * Rewrite control description
+  * Add myself to Uploaders and Copyright
+  * Properly update to DEP5 format
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 15 Feb 2010 13:29:46 -0500
 
 libdata-structure-util-perl (0.15-1) unstable; urgency=low
 

Modified: trunk/libdata-structure-util-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-structure-util-perl/debian/control?rev=52836&op=diff
==============================================================================
--- trunk/libdata-structure-util-perl/debian/control (original)
+++ trunk/libdata-structure-util-perl/debian/control Mon Feb 15 18:11:24 2010
@@ -1,10 +1,11 @@
 Source: libdata-structure-util-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), perl, libtest-pod-perl, libfile-find-rule-perl
+Build-Depends: debhelper (>= 7.0.50), perl, libtest-pod-perl,
+ libfile-find-rule-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan McDowell <noodles at earth.li>,
- Ansgar Burchardt <ansgar at 43-1.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>, Jonathan Yu <jawnsy at cpan.org>,
+ Jonathan McDowell <noodles at earth.li>
 Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Data-Structure-Util/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-structure-util-perl/
@@ -13,14 +14,11 @@
 Package: libdata-structure-util-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
-Description: module to change nature of data within a structure
- Data::Structure::Util is a toolbox to manipulate the data inside a
- data structure.  It can process an entire tree and perform the
- operation requested on each appropriate element.
+Description: module to change nature of data within a data structure
+ Data::Structure::Util is a Perl module for manipulating data within data
+ structures. It can process an entire tree of data structures and perform the
+ requested operation on each element as appropriate. It is fast, since it is
+ written in C.
  .
- For example: It can transform all strings within a data structure to
- utf8 or transform any utf8 string back to the default encoding.  It
- can remove the blessing on any reference. It can collect all the
- objects or detect if there is a circular reference.
- .
- It is written in C for decent speed.
+ For example, it can be used to transform all strings within a data structure
+ to UTF-8.

Modified: trunk/libdata-structure-util-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-structure-util-perl/debian/copyright?rev=52836&op=diff
==============================================================================
--- trunk/libdata-structure-util-perl/debian/copyright (original)
+++ trunk/libdata-structure-util-perl/debian/copyright Mon Feb 15 18:11:24 2010
@@ -1,38 +1,40 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: Andy Armstrong
+Maintainer: Andy Armstrong <andy at hexten.net>
 Source: http://search.cpan.org/dist/Data-Structure-Util/
-Name: Date-Structure-Util
+Name: Data-Structure-Util
 
-Copyright: © 2003-2004, Fotango
+Files: *
+Copyright: 2003-2004, Fotango <http://www.fotango.com/>
 License: Artistic or GPL-1+
 
 Files: inc/Devel/CheckLib.pm
-Copyright:
- © 2007, David Cantrell
- © 2007, David Golden
+Copyright: 2007, David Cantrell <pause at barnyard.co.uk>
+ 2007, David Golden <dagolden at cpan.org>
 License: Artistic or GPL-1+
 
 Files: inc/IO/CaptureOutput.pm
-Copyright:
- © 2004-2005, Simon Flack
- © 2007,      David Golden
+Copyright: 2007, David Golden <dagolden at cpan.org>
+ 2004-2005, Simon Flack <sf at flacks.net>
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright:
- © 2006-2008, Jonathan McDowell <noodles at earth.li>
- © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+Copyright: 2010, Ansgar Burchardt <ansgar at 43-1.org>
+ 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2006-2008, Jonathan McDowell <noodles at earth.li>
 License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'




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