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

abe pushed a commit to branch master
in repository libtext-markup-perl.

commit bdd8e05381cbfffe7f97656a8fa49154d59eb05a
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Wed Jul 22 22:16:24 2015 +0200

    Add patch to fix missing <head> in rendered Markdown
    
    Closes: #793321
---
 debian/changelog                          |  6 +++++-
 debian/patches/add-missing-head-tag.patch | 28 ++++++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 3 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 07358cc..0c69148 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 libtext-markup-perl (0.23-2) UNRELEASED; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * Fix spelling error for 'currently' in long description.
     Thanks to Alberto Luaces <alua...@udc.es>
 
- -- Salvatore Bonaccorso <car...@debian.org>  Wed, 15 Jul 2015 10:31:22 +0200
+  [ Axel Beckert ]
+  * Add patch to fix missing <head> in rendered Markdown (Closes: #793321)
+
+ -- Axel Beckert <a...@debian.org>  Wed, 22 Jul 2015 22:08:57 +0200
 
 libtext-markup-perl (0.23-1) unstable; urgency=low
 
diff --git a/debian/patches/add-missing-head-tag.patch 
b/debian/patches/add-missing-head-tag.patch
new file mode 100644
index 0000000..360b24a
--- /dev/null
+++ b/debian/patches/add-missing-head-tag.patch
@@ -0,0 +1,28 @@
+Description: Add missing "<head>" tag in rendered Markdown
+Author: Axel Beckert <a...@debian.org>
+Source: 
https://github.com/xtaran/text-markup/commit/42517dde692a2e8457ab793cf3767ff0d147d34e
+Bug: https://github.com/theory/text-markup/issues/16
+Bug-Debian: https://bugs.debian.org/793321
+
+Index: libtext-markup-perl/lib/Text/Markup/Markdown.pm
+===================================================================
+--- libtext-markup-perl.orig/lib/Text/Markup/Markdown.pm       2015-07-22 
22:15:16.000000000 +0200
++++ libtext-markup-perl/lib/Text/Markup/Markdown.pm    2015-07-22 
22:18:02.000000000 +0200
+@@ -16,6 +16,7 @@
+     return unless $html =~ /\S/;
+     utf8::encode($html);
+     return qq{<html>
++<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ </head>
+ <body>
+Index: libtext-markup-perl/t/html/markdown.html
+===================================================================
+--- libtext-markup-perl.orig/t/html/markdown.html      2015-07-22 
22:05:35.612421962 +0200
++++ libtext-markup-perl/t/html/markdown.html   2015-07-22 22:20:21.967814436 
+0200
+@@ -1,4 +1,5 @@
+ <html>
++<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ </head>
+ <body>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6af9784
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add-missing-head-tag.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to