build documentation using Debian's unicode data,
authorDebian Julia Team <pkg-julia-devel@lists.alioth.debian.org>
Tue, 31 Dec 2019 08:30:40 +0000 (08:30 +0000)
committerMo Zhou <lumin@debian.org>
Tue, 31 Dec 2019 08:30:40 +0000 (08:30 +0000)
Forwarded: no need

instead of a downloaded one

Gbp-Pq: Name doc-unicode-data-path.patch

doc/src/manual/unicode-input.md

index 489b256cbdea25a640d9fd4924435b92a53f42bb..1d9b4da38c39b5d0df18f044be5124e70ab046de 100644 (file)
@@ -31,7 +31,7 @@ function tab_completions(symbols...)
 end
 
 function unicode_data()
-    file = normpath(@__DIR__, "..", "..", "..", "..", "..", "doc", "UnicodeData.txt")
+    file = "/usr/share/unicode/UnicodeData.txt"
     names = Dict{UInt32, String}()
     open(file) do unidata
         for line in readlines(unidata)