[SCM] Packaging of Template::Plugin::Latex in Debian branch, master, updated. debian/3.02-1-8-gea75be1

gregor herrmann gregoa at debian.org
Sat Jun 22 13:56:43 UTC 2013


The following commit has been merged in the master branch:
commit c6c4bf0fc7b02aebab782c8216e57eed0f1b25f3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 22 15:53:13 2013 +0200

    Add patch from CPAN RT to adjust tests to newer LaTeX::Encode.
    
    Closes: #713253

diff --git a/debian/patches/latex-encode-named-characters.patch b/debian/patches/latex-encode-named-characters.patch
new file mode 100644
index 0000000..ed440f3
--- /dev/null
+++ b/debian/patches/latex-encode-named-characters.patch
@@ -0,0 +1,29 @@
+Description: LaTeX::Encode surrounds named characters with curly brackets
+Origin: CPAN RT
+Bug: https://rt.cpan.org/Ticket/Display.html?id=79632
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=79632
+Bug-Debian: http://bugs.debian.org/713253
+Author: lucs at cpan.org
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-22
+
+--- a/t/13-latex-encode.t
++++ b/t/13-latex-encode.t
+@@ -69,7 +69,7 @@
+ -- test --
+ [% USE Latex; "\\LaTeX"  | latex_encode; %]
+ -- expect --
+-\textbackslash LaTeX
++{\textbackslash}LaTeX
+ 
+ # Latex_Encodeify string with a "#"
+ -- test --
+@@ -87,7 +87,7 @@
+ -- test --
+ [% USE Latex; "\\&#_^{}\\&#_^{}"  | latex_encode; %]
+ -- expect --
+-\textbackslash\&\#\_\^{ }\{\}\textbackslash\&\#\_\^{ }\{\}
++{\textbackslash}\&\#\_\^{ }\{\}{\textbackslash}\&\#\_\^{ }\{\}
+ 
+ # Latex_Encodeify string with intelligent double quotes
+ -- test --
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..23499aa
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+latex-encode-named-characters.patch

-- 
Packaging of Template::Plugin::Latex in Debian



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