[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:17663] yatex (1.73+dfsg1-6) mentors package review comments
(debian-devel ã«ã‚¹ãƒ¬ãƒƒãƒ‰ã‚’移動ã—ã¾ã—ãŸã€‚)
倉敷ã•ã‚“
ã“ã‚“ã«ã¡ã¯ã€
yatex パッケージæ‹è¦‹ã—ã¾ã—ãŸã€‚2点コメントãŒã‚ã‚Šã¾ã™ã€‚
> > http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=yatex
> > ã‚’ã¿ã‚‹ã¨lintian warning ãŒã‚ã‚Šã¾ã™ã。
> > ç›´ã—ãŸæ–¹ãŒã‚ˆã„ã‹ã‚‚。
>
> å…ˆã»ã©ã€lintian clean ã«ã—ãŸã‚‚ã®ã‚’å†åº¦ put ã—ã¾ã—ãŸã€‚
> よã‚ã—ããŠé¡˜ã„ã—ã¾ã™ã€‚
1.
ã“ã“らã¸ã‚“ã®postinst/prerm ã«ã‚³ãƒ¡ãƒ³ãƒˆã‚¢ã‚¦ãƒˆã•ã‚Œã¦ã„ã‚‹ã‚„ã¤ã®æ„味ãŒã‚ˆãã‚ã‹ã‚‰ãªã„ã§ã™ã€‚
コメントアウトã™ã‚‹ãらã„ãªã‚‰å‰Šé™¤ã—ã¦ã‚ˆã„ã¨æ€ã„ã¾ã™ã€‚
--- yatex-1.73+dfsg1/debian/postinst
+++ yatex-1.73+dfsg1/debian/postinst
@@ -17,21 +17,21 @@
# /usr/lib/emacsen-common/emacs-package-install $PACKAGE
# fi
- if [ -x /usr/sbin/install-info ]
- then
- install-info --quiet --section "Emacs" --menuentry="YaTeX(en)" \
- --description="Yet Another LaTeX mode(English)." \
- /usr/info/yatexe.gz
- install-info --quiet --section "Emacs" --menuentry="YaTeX(ja)" \
- --description="Yet Another LaTeX mode(Japanese)." \
- /usr/info/yatexj.gz
- install-info --quiet --section "Emacs" --menuentry="YaHTML(en)" \
- --description="Yet Another HTML mode(English)." \
- /usr/info/yahtmle.gz
- install-info --quiet --section "Emacs" --menuentry="YaHTML(ja)" \
- --description="Yet Another HTML mode(Japanese)." \
- /usr/info/yahtmlj.gz
- fi
+# if [ -x /usr/sbin/install-info ]
+# then
+# install-info --quiet --section "Emacs" --menuentry="YaTeX(en)" \
+# --description="Yet Another LaTeX mode(English)." \
+# /usr/info/yatexe.gz
+# install-info --quiet --section "Emacs" --menuentry="YaTeX(ja)" \
+# --description="Yet Another LaTeX mode(Japanese)." \
+# /usr/info/yatexj.gz
+# install-info --quiet --section "Emacs" --menuentry="YaHTML(en)" \
+# --description="Yet Another HTML mode(English)." \
+# /usr/info/yahtmle.gz
+# install-info --quiet --section "Emacs" --menuentry="YaHTML(ja)" \
+# --description="Yet Another HTML mode(Japanese)." \
+# /usr/info/yahtmlj.gz
+# fi
;;
2.
yatex-init.el ã«è¿½åŠ ã•ã‚ŒãŸè¨å®šã§ã™ãŒã€changelogã«
+ * yatex-init.el: set YaTeX-inhibit-prefix-key to t. (Closes: #480160)
+ set YaTeX-kanji-code to nil. (Closes: #504009)
ã¨ã ã‘書ã„ã¦ã‚ã‚Šã¾ã™ã。
ãã‚Œãžã‚Œã©ã†ã„ã†æ„味ãªã®ã‹ã€ã±ã£ã¨ã¿æ„味ãŒã‚ã‹ã‚‰ãªã„ã®ã§ã€changelog ã«æ›¸ã下ã—ã¦ã¿ã¦ã¯ã„ã‹ãŒã§ã—ょã†ã‹?
--- yatex-1.73+dfsg1/debian/yatex-init.el
+++ yatex-1.73+dfsg1/debian/yatex-init.el
@@ -105,6 +105,13 @@
;(setq yahtml-image-viewer "xv") ; upstream default - unavailable
(setq yahtml-image-viewer "gimv") ; free alternative for Debian
+;; YaTeX kanji-code
+;;
+(setq YaTeX-kanji-code nil)
+
+;; YaTeX prefix-key
+(setq YaTeX-inhibit-prefix-letter t)
+
))
上å·
--
dancer@{netfort.gr.jp,debian.org}