diff -Nru uim-1.8.8/debian/changelog uim-1.8.8/debian/changelog --- uim-1.8.8/debian/changelog 2021-02-23 03:33:54.000000000 +0000 +++ uim-1.8.8/debian/changelog 2021-02-27 02:40:47.000000000 +0000 @@ -1,3 +1,11 @@ +uim (1:1.8.8-9) unstable; urgency=medium + + * drop to register anthy (EUC-JP) again (Closes: #953616). + but you can still use anthy (EUC-JP). if you want to use or stop using + anthy (EUC-JP), you run uim-module-manager command with root privilege. + + -- HIGUCHI Daisuke (VDR dai) Sat, 27 Feb 2021 11:40:47 +0900 + uim (1:1.8.8-8) unstable; urgency=medium [ YOSHINO Yoshihito ] diff -Nru uim-1.8.8/debian/NEWS uim-1.8.8/debian/NEWS --- uim-1.8.8/debian/NEWS 2020-12-22 12:20:22.000000000 +0000 +++ uim-1.8.8/debian/NEWS 2021-02-27 02:38:24.000000000 +0000 @@ -1,3 +1,17 @@ +uim (1:1.8.8-8) unstable; urgency=medium + + drop to register anthy (EUC-JP) again. but you can still use anthy (EUC-JP). + if you want to use anthy (EUC-JP), you run below command with root privilege. + + uim-module-manager --register anthy --path /var/lib/uim + + if you want to stop using anthy (EUC-JP), you run below command with root + privilege. + + uim-module-manager --unregister anthy --path /var/lib/uim + + -- HIGUCHI Daisuke (VDR dai) Sat, 27 Feb 2021 11:33:18 +0900 + uim (1:1.8.8-7) unstable; urgency=medium resurrect anthy (EUC-JP). but please use anthy-utf8 instead of it. diff -Nru uim-1.8.8/debian/uim-anthy.postinst uim-1.8.8/debian/uim-anthy.postinst --- uim-1.8.8/debian/uim-anthy.postinst 2021-02-23 03:33:25.000000000 +0000 +++ uim-1.8.8/debian/uim-anthy.postinst 2021-02-27 02:31:37.000000000 +0000 @@ -26,7 +26,7 @@ case "$1" in configure) if which uim-module-manager >/dev/null 2>&1; then - uim-module-manager --register anthy-utf8 anthy --path /var/lib/uim + uim-module-manager --register anthy-utf8 --path /var/lib/uim fi ;;