[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-nonbin] 01/02: fixes for packages mhelvens (Closes: #876323, #876325)



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

preining pushed a commit to branch master
in repository texlive-nonbin.

commit 2422f9b02ee95d80f42f1ba5c4e91a39686add95
Author: Norbert Preining <preining@debian.org>
Date:   Thu Sep 21 14:39:17 2017 +0900

    fixes for packages mhelvens (Closes: #876323, #876325)
---
 texlive-extra/debian/patches/mhelvens-pkg-update | 57 ++++++++++++++++++++++++
 texlive-extra/debian/patches/series              |  1 +
 2 files changed, 58 insertions(+)

diff --git a/texlive-extra/debian/patches/mhelvens-pkg-update b/texlive-extra/debian/patches/mhelvens-pkg-update
new file mode 100644
index 0000000..bf2e067
--- /dev/null
+++ b/texlive-extra/debian/patches/mhelvens-pkg-update
@@ -0,0 +1,57 @@
+fixes for packages from https://github.com/mhelvens to adjust to new expl3
+Patches by Caraffini Diego, submitted upstream
+Closes: #876323 and #876325
+---
+ texmf-dist/tex/latex/lt3graph/lt3graph.sty   |    6 +++---
+ texmf-dist/tex/latex/pkgloader/pkgloader.sty |    4 ++--
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+--- texlive-extra-2017.20170920.orig/texmf-dist/tex/latex/lt3graph/lt3graph.sty
++++ texlive-extra-2017.20170920/texmf-dist/tex/latex/lt3graph/lt3graph.sty
+@@ -48,7 +48,7 @@
+ %    \begin{macrocode}
+ \NeedsTeXFormat{LaTeX2e}
+ \RequirePackage{expl3}
+-\ProvidesExplPackage{lt3graph}{2017/01/05}{0.1.8}
++\ProvidesExplPackage{lt3graph}{2017/09/20}{0.1.8a}
+   {a LaTeX3 datastructure for representing directed graphs with data}
+ %    \end{macrocode}
+ %
+@@ -1226,7 +1226,7 @@
+   % #6: ptr to edge value (not used)
+   \str_if_eq:nnT {#2} {#4} {
+     \__graph_map_successors_tokens_aux:nnv
+-        {#3} {#5} {\prop_get:cn{\__graph_tl:nnn{graph}{#1}{vertices}}{#5}}
++        {#3} {#5} {\prop_item:cn{\__graph_tl:nnn{graph}{#1}{vertices}}{#5}}
+   }
+ }
+ \cs_new:Nn \__graph_map_successors_tokens_aux:nnn {
+@@ -1275,7 +1275,7 @@
+   % #6: ptr to edge value (not used)
+   \str_if_eq:nnT {#2} {#4} {
+     \__graph_map_successors_function_aux:Nnv
+-        #3 {#5} {\prop_get:cn{\__graph_tl:nnn{graph}{#1}{vertices}}{#5}}
++        #3 {#5} {\prop_item:cn{\__graph_tl:nnn{graph}{#1}{vertices}}{#5}}
+   }
+ }
+ \cs_new:Nn \__graph_map_successors_function_aux:Nnn {
+--- texlive-extra-2017.20170920.orig/texmf-dist/tex/latex/pkgloader/pkgloader.sty
++++ texlive-extra-2017.20170920/texmf-dist/tex/latex/pkgloader/pkgloader.sty
+@@ -48,7 +48,7 @@
+ %    \begin{macrocode}
+ \NeedsTeXFormat{LaTeX2e}
+ \RequirePackage{expl3}
+-\ProvidesExplPackage{pkgloader}{2014/11/30}{0.5.0}
++\ProvidesExplPackage{pkgloader}{2017/09/20}{0.5.0a}
+   {managing the options and loading order of LaTeX packages}
+ %    \end{macrocode}
+ %
+@@ -844,7 +844,7 @@
+ %  filenames from their four character extension:
+ %  
+ %    \begin{macrocode}
+-\cs_new:Nn \__pkgloader_strip_extension:f {
++\cs_new:Npn \__pkgloader_strip_extension:f #1 {
+   \tl_reverse:f{
+     \tl_tail:f{\tl_tail:f{\tl_tail:f{\tl_tail:f{
+       \tl_reverse:n{#1}
diff --git a/texlive-extra/debian/patches/series b/texlive-extra/debian/patches/series
index 0f4e5c3..3c2d2c7 100644
--- a/texlive-extra/debian/patches/series
+++ b/texlive-extra/debian/patches/series
@@ -8,3 +8,4 @@ sympytex-path
 fix-gbrief-multiple
 upstream-fix-contracard
 fix-perl526-noise
+mhelvens-pkg-update

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git


Reply to: