[SCM] Debian packaging of jifty branch, master, updated. debian/1.10518+dfsg-1-4-g5661b77

Florian Schlichting fschlich at zedat.fu-berlin.de
Tue Mar 6 16:45:40 UTC 2012


The following commit has been merged in the master branch:
commit 3d11ff8a0fccd402233027ffc588b3eb655be83b
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Tue Mar 6 17:36:05 2012 +0100

    Added img_tag_has_no_height_and_width.patch (closes: #662816).

diff --git a/debian/changelog b/debian/changelog
index 4209b1e..a26e62f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jifty (1.10518+dfsg-2) unstable; urgency=low
+
+  * Added img_tag_has_no_height_and_width.patch (closes: #662816).
+
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Tue, 06 Mar 2012 17:35:13 +0100
+
 jifty (1.10518+dfsg-1) unstable; urgency=low
 
   [ gregor herrmann ]
diff --git a/debian/patches/img_tag_has_no_height_and_width.patch b/debian/patches/img_tag_has_no_height_and_width.patch
new file mode 100644
index 0000000..5b77d68
--- /dev/null
+++ b/debian/patches/img_tag_has_no_height_and_width.patch
@@ -0,0 +1,16 @@
+Description: fix test failure t/TestApp/t/09-redirect.t: tag has no HEIGHT and WIDTH attributes
+ Latest Test::HTML::Lint (2.10 of 6 December 2011) fixed a bug where tags 
+ that were self-closed were being ignored. As a consequence, this
+ test failure occurs in jifty, easily fixed by amending the template.
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662816
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75579
+
+--- a/t/TestApp/share/web/templates/index.html
++++ b/t/TestApp/share/web/templates/index.html
+@@ -1,4 +1,4 @@
+ <&|/_elements/wrapper, title => 'Jifty Test Application' &>
+-<img src="/images/pony.jpg" alt="A Pony"/>
++<img src="/images/pony.jpg" alt="A Pony" height="422" width="640" />
+ This is content
+ </&>
diff --git a/debian/patches/series b/debian/patches/series
index 71f4b8f..ba25012 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 content_lacks-wants-scalar-not-regex.patch
 follow-symlink.patch
 spelling.patch
+img_tag_has_no_height_and_width.patch

-- 
Debian packaging of jifty



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