build documentation using Debian's unicode data,
authorDebian Julia Team <pkg-julia-devel@lists.alioth.debian.org>
Thu, 12 Nov 2020 09:50:14 +0000 (09:50 +0000)
committerNorbert Preining <norbert@preining.info>
Thu, 12 Nov 2020 09:50:14 +0000 (09:50 +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)