r29110 - in /trunk/libsvg-perl/debian: changelog patches/01-fix_manpages.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jan 1 21:15:51 UTC 2009


Author: gregoa
Date: Thu Jan  1 21:15:48 2009
New Revision: 29110

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29110
Log:
Extend 01-fix_manpages.patch.

Modified:
    trunk/libsvg-perl/debian/changelog
    trunk/libsvg-perl/debian/patches/01-fix_manpages.patch

Modified: trunk/libsvg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/debian/changelog?rev=29110&op=diff
==============================================================================
--- trunk/libsvg-perl/debian/changelog (original)
+++ trunk/libsvg-perl/debian/changelog Thu Jan  1 21:15:48 2009
@@ -17,6 +17,7 @@
     upstream does not test for pod coverage anymore.
   * Set debhelper compatibility level to 7; adapt
     debian/{control,compat,rules}.
+  * Extend 01-fix_manpages.patch.
 
  -- David Paleino <d.paleino at gmail.com>  Tue, 23 Dec 2008 00:17:21 +0100
 

Modified: trunk/libsvg-perl/debian/patches/01-fix_manpages.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/debian/patches/01-fix_manpages.patch?rev=29110&op=diff
==============================================================================
--- trunk/libsvg-perl/debian/patches/01-fix_manpages.patch (original)
+++ trunk/libsvg-perl/debian/patches/01-fix_manpages.patch Thu Jan  1 21:15:48 2009
@@ -2,7 +2,7 @@
 Description: No description.
 --- a/lib/SVG/Element.pm
 +++ b/lib/SVG/Element.pm
-@@ -738,7 +738,7 @@ B<Example:>
+@@ -738,7 +738,7 @@
  
      # populate the script tag with cdata
      # be careful to manage the javascript line ends.
@@ -11,7 +11,7 @@
      # works well for this.
  
      $tag->CDATA(qq|function d(){
-@@ -765,7 +765,7 @@ B<Example:>
+@@ -765,7 +765,7 @@
  
      # populate the style tag with cdata
      # be careful to manage the line ends.
@@ -20,7 +20,7 @@
      # works well for this.
  
      $tag1->CDATA(qq|
-@@ -1211,7 +1211,7 @@ content.
+@@ -1211,7 +1211,7 @@
  
  B<Example:>
  
@@ -29,7 +29,7 @@
          var SVGDoc;
          var groups = new Array();
          var last_group;
-@@ -1229,7 +1229,7 @@ B<Example:>
+@@ -1229,7 +1229,7 @@
              append_group(1, 4, 6); // group 0
              append_group(5, 4, 3); // group 1
              append_group(2, 3);    // group 2
@@ -40,7 +40,7 @@
  
 --- a/lib/SVG/Manual.pm
 +++ b/lib/SVG/Manual.pm
-@@ -220,7 +220,7 @@ Ronan Oger, RO IT Systems GmbH, cpan at roi
+@@ -220,7 +220,7 @@
  =head1 CREDITS
  
  Peter Wainwright, Excellent ideas, beta-testing, writing SVG::Parser and much of SVG::DOM.  Fredo, http://www.penguin.at0.net/~fredo/ - provided example code and initial feedback for early SVG.pm versions and the idea of a simplified svg generator.
@@ -49,7 +49,7 @@
  Martin Owens - SVG::DOM improvements in version 3.34
  
  =head1 EXAMPLES
-@@ -609,7 +609,7 @@ B<Example:>
+@@ -609,7 +609,7 @@
  
      # populate the script tag with cdata
      # be careful to manage the javascript line ends.
@@ -58,7 +58,7 @@
      # works well for this.
      #make sure to use the CAPITAL CDATA to poulate the script.
      $tag->CDATA(qq|function d(){
-@@ -845,7 +845,7 @@ content.
+@@ -845,7 +845,7 @@
  
  B<Example:>
  
@@ -67,7 +67,7 @@
          var SVGDoc;
          var groups = new Array();
          var last_group;
-@@ -863,7 +863,7 @@ B<Example:>
+@@ -863,7 +863,7 @@
              append_group(1, 4, 6); // group 0
              append_group(5, 4, 3); // group 1
              append_group(2, 3);    // group 2
@@ -76,3 +76,18 @@
          $svg->script()->CDATA($text);
  
  
+--- a/lib/SVG/Extension.pm
++++ b/lib/SVG/Extension.pm
+@@ -4,6 +4,12 @@
+ use vars qw(@ISA $VERSION @TYPES %TYPES);
+ $VERSION = "2.44";
+ 
++=head1 NAME
++
++SVG::Extension - additional methods
++
++=cut
++
+ # although DTD declarations are not elements, we use the same API so we can
+ # manipulate the internal DTD subset using the same methods available for
+ # elements. At this state, all extensions are the same object class, but




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