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

[texlive-nonbin] 01/01: fix algorithm2e.sty superfluous brace (Closes: #814317)



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

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

commit 6b961819928797b15457ef0f9b6283b3ee8cc5ff
Author: Norbert Preining <preining@debian.org>
Date:   Wed Feb 10 21:15:17 2016 +0900

    fix algorithm2e.sty superfluous brace (Closes: #814317)
---
 texlive-extra/debian/changelog               |  3 ++-
 texlive-extra/debian/patches/fix-algorithm2e | 22 ++++++++++++++++++++++
 texlive-extra/debian/patches/series          |  1 +
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/texlive-extra/debian/changelog b/texlive-extra/debian/changelog
index fa0ad1e..e426509 100644
--- a/texlive-extra/debian/changelog
+++ b/texlive-extra/debian/changelog
@@ -4,8 +4,9 @@ texlive-extra (2015.20160117-2) UNRELEASED; urgency=medium
   * tl-math-extra depends on tl-luatex (unicode-math -> ucharcat)
     (Closes: #811508)
   * fix perl-noisiness in texdef (Closes: #812154)
+  * fix algorithm2e.sty superfluous brace (Closes: #814317)
 
- -- Norbert Preining <preining@debian.org>  Thu, 21 Jan 2016 13:23:21 +0900
+ -- Norbert Preining <preining@debian.org>  Wed, 10 Feb 2016 21:14:28 +0900
 
 texlive-extra (2015.20160117-1) unstable; urgency=medium
 
diff --git a/texlive-extra/debian/patches/fix-algorithm2e b/texlive-extra/debian/patches/fix-algorithm2e
new file mode 100644
index 0000000..1fc584b
--- /dev/null
+++ b/texlive-extra/debian/patches/fix-algorithm2e
@@ -0,0 +1,22 @@
+---
+ texmf-dist/tex/latex/algorithm2e/algorithm2e.sty |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- texlive-extra-2015.20160117.orig/texmf-dist/tex/latex/algorithm2e/algorithm2e.sty
++++ texlive-extra-2015.20160117/texmf-dist/tex/latex/algorithm2e/algorithm2e.sty
+@@ -1058,7 +1058,7 @@
+ \DeclareOption{displayblockmarkers}{%
+   \setboolean{algocf@displayblockmarkers}{true}%
+ }
+-\newboolean{algocf@displaygroupmarkers}{\setboolean{algocf@displaygroupmarkers}{false}
++\newboolean{algocf@displaygroupmarkers}\setboolean{algocf@displaygroupmarkers}{false}
+ \DeclareOption{displaygroupmarkers}{%
+   \setboolean{algocf@displaygroupmarkers}{true}%
+ }
+@@ -3251,4 +3251,4 @@
+ %
+ %%
+ %%%
+-%%%% END
+\ No newline at end of file
++%%%% END
diff --git a/texlive-extra/debian/patches/series b/texlive-extra/debian/patches/series
index e5bea48..9afae44 100644
--- a/texlive-extra/debian/patches/series
+++ b/texlive-extra/debian/patches/series
@@ -5,3 +5,4 @@ tmp-dir-for-pdfjam
 fix-invoice.sty
 epstopdf-remove-pswrite
 fix-perl522-noise
+fix-algorithm2e

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


Reply to: