r21127 - in /trunk/libsvg-graph-perl: Changes Graph.pm MANIFEST META.yml README debian/changelog

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 14 21:27:53 UTC 2008


Author: gregoa
Date: Sat Jun 14 21:27:53 2008
New Revision: 21127

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21127
Log:
New upstream release.

Added:
    trunk/libsvg-graph-perl/META.yml
      - copied unchanged from r21126, branches/upstream/libsvg-graph-perl/current/META.yml
Modified:
    trunk/libsvg-graph-perl/Changes
    trunk/libsvg-graph-perl/Graph.pm
    trunk/libsvg-graph-perl/MANIFEST
    trunk/libsvg-graph-perl/README
    trunk/libsvg-graph-perl/debian/changelog

Modified: trunk/libsvg-graph-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-graph-perl/Changes?rev=21127&op=diff
==============================================================================
--- trunk/libsvg-graph-perl/Changes (original)
+++ trunk/libsvg-graph-perl/Changes Sat Jun 14 21:27:53 2008
@@ -3,3 +3,6 @@
 0.01  Sat Jun 21 19:25:42 2003
 	- original version; created by h2xs 1.21 with options
 		-X SVG::Graph
+
+0.02 June 11, 2008
+	- Updated License to Artistic 2.0.  See README file.

Modified: trunk/libsvg-graph-perl/Graph.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-graph-perl/Graph.pm?rev=21127&op=diff
==============================================================================
--- trunk/libsvg-graph-perl/Graph.pm (original)
+++ trunk/libsvg-graph-perl/Graph.pm Sat Jun 14 21:27:53 2008
@@ -64,7 +64,7 @@
  Spline Graph		x
  Tree					x
 
-SVG::Graph 0.01 is a pre-alpha release. Keep in mind that many of the
+SVG::Graph 0.02 is a pre-alpha release. Keep in mind that many of the
 glyphs are not very robust. 
 
 =head1 PLOTTING
@@ -138,7 +138,7 @@
 
 use Data::Dumper;
 use strict;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 =head2 new
 

Modified: trunk/libsvg-graph-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-graph-perl/MANIFEST?rev=21127&op=diff
==============================================================================
--- trunk/libsvg-graph-perl/MANIFEST (original)
+++ trunk/libsvg-graph-perl/MANIFEST Sat Jun 14 21:27:53 2008
@@ -49,3 +49,4 @@
 t/scatter.t
 t/tree.t
 t/wedge.t
+META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libsvg-graph-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-graph-perl/README?rev=21127&op=diff
==============================================================================
--- trunk/libsvg-graph-perl/README (original)
+++ trunk/libsvg-graph-perl/README Sat Jun 14 21:27:53 2008
@@ -1,4 +1,4 @@
-SVG/Graph version 0.01
+SVG/Graph version 0.02
 ======================
 
 SVG::Graph - Visualize your data in Scalable Vector Graphics (SVG) format.
@@ -20,7 +20,7 @@
  Spline Graph		x
  Tree					x
 
-SVG::Graph 0.01 is a pre-alpha release. Keep in mind that many of the
+SVG::Graph 0.02 is a pre-alpha release. Keep in mind that many of the
 glyphs are not very robust. 
 
 INSTALLATION
@@ -49,6 +49,8 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2002-2003 Allen Day <allenday at ucla.edu>,
-Chris To <crsto at ucla.edu>
+License: Artistic 2.0
 
+Copyright: 2002-2007 Allen Day <allenday at ucla.edu>, Chris To
+<crsto at ucla.edu>
+

Modified: trunk/libsvg-graph-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-graph-perl/debian/changelog?rev=21127&op=diff
==============================================================================
--- trunk/libsvg-graph-perl/debian/changelog (original)
+++ trunk/libsvg-graph-perl/debian/changelog Sat Jun 14 21:27:53 2008
@@ -1,4 +1,4 @@
-libsvg-graph-perl (0.01-2) UNRELEASED; urgency=low
+libsvg-graph-perl (0.02-1) UNRELEASED; urgency=low
 
   [ David Paleino ]
   * debian/control - Homepage pseudo-field updated
@@ -9,6 +9,8 @@
     field (source stanza); Homepage field (source stanza). Removed:
     Homepage pseudo-field (Description); XS-Vcs-Svn fields.
 
+  * New upstream release.
+
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:02 +0200
 
 libsvg-graph-perl (0.01-1) unstable; urgency=low




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