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

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Apr 9 19:17:36 UTC 2008


Author: gregoa-guest
Date: Wed Apr  9 19:17:35 2008
New Revision: 18444

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18444
Log:
Refresh patch 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=18444&op=diff
==============================================================================
--- trunk/libsvg-perl/debian/changelog (original)
+++ trunk/libsvg-perl/debian/changelog Wed Apr  9 19:17:35 2008
@@ -1,8 +1,9 @@
 libsvg-perl (2.39-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Refresh patch 01-fix_manpages.patch.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 09 Apr 2008 21:15:52 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 09 Apr 2008 21:17:06 +0200
 
 libsvg-perl (2.38-1) unstable; urgency=low
 

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=18444&op=diff
==============================================================================
--- trunk/libsvg-perl/debian/patches/01-fix_manpages.patch (original)
+++ trunk/libsvg-perl/debian/patches/01-fix_manpages.patch Wed Apr  9 19:17:35 2008
@@ -2,7 +2,7 @@
 Description: No description.
 --- libsvg-perl.orig/lib/SVG/Element.pm
 +++ libsvg-perl/lib/SVG/Element.pm
-@@ -737,7 +737,7 @@
+@@ -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(){
-@@ -764,7 +764,7 @@
+@@ -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|
-@@ -1210,7 +1210,7 @@
+@@ -1211,7 +1211,7 @@
  
  B<Example:>
  
@@ -29,7 +29,7 @@
          var SVGDoc;
          var groups = new Array();
          var last_group;
-@@ -1228,7 +1228,7 @@
+@@ -1229,7 +1229,7 @@
              append_group(1, 4, 6); // group 0
              append_group(5, 4, 3); // group 1
              append_group(2, 3);    // group 2




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