[libimage-librsvg-perl] 03/07: Fix typo in hash key, add Forwarded URL to init_rsvg.patch

Florian Schlichting fsfs at moszumanska.debian.org
Thu Apr 24 20:25:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libimage-librsvg-perl.

commit 80803f4ddd6dc741548b9d0c16ff1bc5ea5020a6
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Apr 24 22:03:36 2014 +0200

    Fix typo in hash key, add Forwarded URL to init_rsvg.patch
---
 debian/patches/dimesion.patch  | 23 +++++++++++++++++++++++
 debian/patches/init_rsvg.patch |  2 +-
 debian/patches/series          |  1 +
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/debian/patches/dimesion.patch b/debian/patches/dimesion.patch
new file mode 100644
index 0000000..553b716
--- /dev/null
+++ b/debian/patches/dimesion.patch
@@ -0,0 +1,23 @@
+Description: fix typo in args (s/dimesion/dimension/)
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=58454
+--- a/lib/Image/LibRSVG.pm
++++ b/lib/Image/LibRSVG.pm
+@@ -53,7 +53,7 @@
+         $rv = $self->loadFromFile( $file_path );
+     } elsif ( $args->{zoom} ) {
+         $rv = $self->loadFromFileAtZoom( $file_path, $args->{zoom}->[0], $args->{zoom}->[1], $dpi );
+-    } elsif( $args->{dimesion} ) {
++    } elsif( $args->{dimension} ) {
+         if( defined $args->{dimension}->[2] && $args->{dimension}->[2] ) {
+             $rv = $self->loadFromFileAtMaxSize( $file_path, $args->{dimension}->[0], $args->{dimension}->[1], $dpi );
+         } else {
+@@ -78,7 +78,7 @@
+         $rv = $self->loadFromString( $file_path );
+     } elsif ( $args->{zoom} ) {
+         $rv = $self->loadFromStringAtZoom( $file_path, $args->{zoom}->[0], $args->{zoom}->[1], $dpi );
+-    } elsif( $args->{dimesion} ) {
++    } elsif( $args->{dimension} ) {
+         if( defined $args->{dimension}->[2] && $args->{dimension}->[2] ) {
+             $rv = $self->loadFromStringAtMaxSize( $file_path, $args->{dimension}->[0], $args->{dimension}->[1], $dpi );
+         } else {
diff --git a/debian/patches/init_rsvg.patch b/debian/patches/init_rsvg.patch
index cfcb861..9e0d6b2 100644
--- a/debian/patches/init_rsvg.patch
+++ b/debian/patches/init_rsvg.patch
@@ -1,6 +1,6 @@
 Description: Initializing RSVG at the XS constructor
 Bug-Debian: http://bugs.debian.org/430805
-Forwarded: no
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=28047
 Author: Niko Tyno
 Reviewed-by: gregor herrmann <gregoa at debian.org>
 Last-Update: 2011-01-26
diff --git a/debian/patches/series b/debian/patches/series
index fce7257..1b36f33 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 init_rsvg.patch
 format-security.diff
+dimesion.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libimage-librsvg-perl.git



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