r29106 - in /trunk/libsvg-perl: Changes MANIFEST META.yml debian/changelog lib/SVG.pm lib/SVG/Manual.pm t/99_test_pod_coverage.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jan 1 21:00:41 UTC 2009


Author: gregoa
Date: Thu Jan  1 21:00:38 2009
New Revision: 29106

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

Removed:
    trunk/libsvg-perl/t/99_test_pod_coverage.t
Modified:
    trunk/libsvg-perl/Changes
    trunk/libsvg-perl/MANIFEST
    trunk/libsvg-perl/META.yml
    trunk/libsvg-perl/debian/changelog
    trunk/libsvg-perl/lib/SVG.pm
    trunk/libsvg-perl/lib/SVG/Manual.pm

Modified: trunk/libsvg-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/Changes?rev=29106&op=diff
==============================================================================
--- trunk/libsvg-perl/Changes (original)
+++ trunk/libsvg-perl/Changes Thu Jan  1 21:00:38 2009
@@ -1,4 +1,15 @@
 Revision history for Perl extension SVG.
+
+2.47	15 December, 2008
+	-Fixed MANIFEST - replaced Changes entry
+
+2.46	15 December, 2008
+	-Improved META.yml
+	-Fixed MANIFEST
+	-Removed all pointless files
+
+2.45	15 December, 2008
+	-Improved META.yml
 
 2.44	21 April, 2008
 	-Improved META.yml

Modified: trunk/libsvg-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/MANIFEST?rev=29106&op=diff
==============================================================================
--- trunk/libsvg-perl/MANIFEST (original)
+++ trunk/libsvg-perl/MANIFEST Thu Jan  1 21:00:38 2009
@@ -1,9 +1,27 @@
-Changes
+examples/attributeManip.pl
+examples/image_sample.pl
+examples/inline_sample.pl
+examples/inlinesvg.pl
+examples/minsvg.pl
+examples/starpath.cgi
+examples/sun_text_sample.pl
+examples/svg.pl
+examples/SVG_02_sample.pl
+examples/svg_dom_sample.pl
+examples/svgtest2.pl
+examples/yaph5.cgi
+lib/SVG.pm
+lib/SVG/DOM.pm
+lib/SVG/Element.pm
+lib/SVG/Extension.pm
+lib/SVG/Manual.pm
+lib/SVG/XML.pm
 LICENSE
 Makefile.PL
 MANIFEST
 META.yml
 README
+Changes
 t/01-loadsvg.t
 t/02-simpledoc.t
 t/03-render.t
@@ -29,22 +47,3 @@
 t/23-xmlescape.t
 t/24-doubleuse.t
 t/98_all_pod.t
-t/99_test_pod_coverage.t
-examples/attributeManip.pl
-examples/image_sample.pl
-examples/inline_sample.pl
-examples/inlinesvg.pl
-examples/minsvg.pl
-examples/starpath.cgi
-examples/sun_text_sample.pl
-examples/SVG_02_sample.pl
-examples/svg_dom_sample.pl
-examples/svg.pl
-examples/svgtest2.pl
-examples/yaph5.cgi
-lib/SVG.pm
-lib/SVG/DOM.pm
-lib/SVG/Element.pm
-lib/SVG/Extension.pm
-lib/SVG/Manual.pm
-lib/SVG/XML.pm

Modified: trunk/libsvg-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/META.yml?rev=29106&op=diff
==============================================================================
--- trunk/libsvg-perl/META.yml (original)
+++ trunk/libsvg-perl/META.yml Thu Jan  1 21:00:38 2009
@@ -1,11 +1,11 @@
 --- #YAML:1.0
 name:                SVG
-version:             2.44
+version:             2.47
 abstract:            Perl extension for generating Scalable Vector Graphics (SVG) documents
 license:             perl
 author:              
     - Ronan Oger <ronan at cpan.com>
-generated_by:        ExtUtils::MakeMaker version 6.44
+generated_by:        ExtUtils::MakeMaker version 6.42
 distribution_type:   module
 requires:     
 meta-spec:

Modified: trunk/libsvg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/debian/changelog?rev=29106&op=diff
==============================================================================
--- trunk/libsvg-perl/debian/changelog (original)
+++ trunk/libsvg-perl/debian/changelog Thu Jan  1 21:00:38 2009
@@ -1,4 +1,4 @@
-libsvg-perl (2.44-2) UNRELEASED; urgency=low
+libsvg-perl (2.47-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
@@ -9,6 +9,9 @@
 
   [ David Paleino ]
   * Removed myself from Uploaders (Closes: #509513)
+
+  [ gregor herrmann ]
+  * New upstream release.
 
  -- David Paleino <d.paleino at gmail.com>  Tue, 23 Dec 2008 00:17:21 +0100
 

Modified: trunk/libsvg-perl/lib/SVG.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/lib/SVG.pm?rev=29106&op=diff
==============================================================================
--- trunk/libsvg-perl/lib/SVG.pm (original)
+++ trunk/libsvg-perl/lib/SVG.pm Thu Jan  1 21:00:38 2009
@@ -18,7 +18,7 @@
 
 @ISA = qw(SVG::Element SVG::Extension);
 
-$VERSION = "2.44";
+$VERSION = "2.47";
 
 #-------------------------------------------------------------------------------
 

Modified: trunk/libsvg-perl/lib/SVG/Manual.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/lib/SVG/Manual.pm?rev=29106&op=diff
==============================================================================
--- trunk/libsvg-perl/lib/SVG/Manual.pm (original)
+++ trunk/libsvg-perl/lib/SVG/Manual.pm Thu Jan  1 21:00:38 2009
@@ -1,6 +1,6 @@
 package SVG::Manual;
 
-our $VERSION = 2.44;
+our $VERSION = 2.47;
 use vars qw($VERSION);
 use strict;
 use warnings;
@@ -13,7 +13,7 @@
 
 =head2 VERSION
 
-Covers SVG-2.44 distribution, April 2008
+Covers SVG-2.47 distribution, December 2008
 
 =head1 SYNOPSIS
 




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