[Pkg-javascript-devel] Bug#954060: node-unicode-data: Uses missing emoji files in unicode-data 13.0
Changwoo Ryu
cwryu at debian.org
Mon Mar 16 04:56:55 GMT 2020
Source: node-unicode-data
Version: 0~20190709+git706d06c0-4
Severity: important
Hello,
I found node-unicode-data used emoji-*.txt files which have been removed from unicode-data
in upstream version 13.0. (#953795)
debian/rules:19: ln -s $(UNICODE)/emoji/emoji-sequences.txt data/$(VERSION)-emoji-sequences.txt
debian/rules:21: ln -s $(UNICODE)/emoji/emoji-zwj-sequences.txt data/$(VERSION)-emoji-zwj-sequences.txt
debian/resources.js:18: 'emoji-sequences': '/usr/share/unicode/emoji/emoji-sequences.txt',
debian/resources.js:19: 'emoji-zwj-sequences': '//usr/share/unicode/emoji/emoji-zwj-sequences.txt',
I'm not sure whether node-unicode-data needs those emoji files or not. If these files
are not required, just remove uses of them. (And build binary package node-unicode-data-13.0.0 maybe.)
Or if the emoji files are required, please see #953795 and tell your opinion about how to
resolve it.
Thanks,
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.4.0-4-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ko_KR.UTF-8, LC_CTYPE=ko_KR.UTF-8 (charmap=UTF-8), LANGUAGE=ko_KR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
More information about the Pkg-javascript-devel
mailing list