Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Dear release manager,
Please unblock package src:texlive-extra, it contains a minimal
change to allow loading
algorithm2e.sty
(which is commonly used to typeset algorithm) in UTF8 engines
like XeTeX and LuaTeX.
While most of the characters in the sty file are ASCII, in the
Turkish localization three characters did remain outside the
ASCII range and thus were not readable as UTF8. To make the
file readable in both traditional engines (pdfTeX) and UTF8
engines, these characters need to be converted to TeX commands.
The complete debdiff follows:
diff -Nru texlive-extra-2016.20170123/debian/changelog
texlive-extra-2016.20170123/debian/changelog
--- texlive-extra-2016.20170123/debian/changelog 2017-02-20
13:37:33.000000000 +0900
+++ texlive-extra-2016.20170123/debian/changelog 2017-03-14
00:12:31.000000000 +0900
@@ -1,3 +1,9 @@
+texlive-extra (2016.20170123-5) unstable; urgency=medium
+
+ * fix Latin1 encoding in algorithm2e (Closes: #857478)
+
+ -- Norbert Preining <[email protected]> Tue, 14 Mar 2017 00:12:31 +0900
+
texlive-extra (2016.20170123-4) unstable; urgency=medium
* g-brief2.cls: correct the wrong patch for bug #840700
diff -Nru texlive-extra-2016.20170123/debian/patches/fix-algorithm2e-latin1
texlive-extra-2016.20170123/debian/patches/fix-algorithm2e-latin1
--- texlive-extra-2016.20170123/debian/patches/fix-algorithm2e-latin1
1970-01-01 09:00:00.000000000 +0900
+++ texlive-extra-2016.20170123/debian/patches/fix-algorithm2e-latin1
2017-03-14 00:11:30.000000000 +0900
@@ -0,0 +1,21 @@
+---
+ texmf-dist/tex/latex/algorithm2e/algorithm2e.sty | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+---
texlive-extra-2016.20170123.orig/texmf-dist/tex/latex/algorithm2e/algorithm2e.sty
++++
texlive-extra-2016.20170123/texmf-dist/tex/latex/algorithm2e/algorithm2e.sty
+@@ -1308,11 +1308,11 @@
+ \renewcommand{\listalgorithmcfname}{Algoritma Listesi}%
+ \renewcommand{\algorithmcfname}{Algoritma}%
+ \renewcommand{\algorithmautorefname}{algoritma}%
+-\renewcommand{\algorithmcflinename}{çizgi}%
++\renewcommand{\algorithmcflinename}{\c{c}izgi}%
+ \renewcommand{\algocf@typo}{}%
+-\renewcommand{\@algocf@procname}{Prosedür}%
++\renewcommand{\@algocf@procname}{Prosed\"{u}r}%
+ \renewcommand{\@algocf@funcname}{Fonksiyon}%
+-\renewcommand{\procedureautorefname}{prosedür}%
++\renewcommand{\procedureautorefname}{prosed\"{u}r}%
+ \renewcommand{\functionautorefname}{fonksiyon}%
+ \renewcommand{\algocf@languagechoosen}{turkish}%
+ }%
diff -Nru texlive-extra-2016.20170123/debian/patches/series
texlive-extra-2016.20170123/debian/patches/series
--- texlive-extra-2016.20170123/debian/patches/series 2017-02-12
15:36:59.000000000 +0900
+++ texlive-extra-2016.20170123/debian/patches/series 2017-03-14
00:12:14.000000000 +0900
@@ -10,3 +10,4 @@
fix-gbrief-multiple
upstream-fix-contracard
upstream-glossaries-extra-infinite-loop
+fix-algorithm2e-latin1
Thanks for your consideration
Norbert
unblock texlive-extra/2016.20170123-5
-- System Information:
Debian Release: 9.0
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.10.0 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)