=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/Linux/Debian2/note-ja.txt,v retrieving revision 1.15 retrieving revision 1.21 diff -u -p -r1.15 -r1.21 --- OpenXM/misc/packages/Linux/Debian2/note-ja.txt 2007/08/09 07:24:13 1.15 +++ OpenXM/misc/packages/Linux/Debian2/note-ja.txt 2010/02/07 05:35:49 1.21 @@ -3,20 +3,28 @@ Todo: Makefile-fix, cf. misc-2005/A2/knoppix-2006/Mak Q. パッケージを新しくしたい. A. 0. [knoppix/math では apt-get install sun-java5-jdk (unstable) をしておく - dpkg-dev, debhelper も必要. + dpkg-dev, debhelper, fakeroot, texi2html も必要. dpkg --list | grep sun-java 等で調べる. nkf, texinfo 等は knoppix/math ならOK だが念のため確認. dpkg --list | grep texinfo + dvipdfmx がうまくうごくこと. xpdf-japanese (xpdf-reader) ] [OpenXM/rc/webasir を使うなら pstoimg が必要. - apt-get install latex2html (non-free). latex2html が壊れていたら, 名前を変えてしまう.] + apt-get install latex2html (non-free). latex2html が壊れていたら, 名前を変えてしまう. jarticle-->article で動くはず ] [knoppix/math: gpg --key-gen で .gnupg に changelog に対応する e-mail address の鍵を作成しておく. ~/.gnupg を orange2 等からコピーしておく. ] + << Etch: waiting for lock on .... random_seed ==> dpkg-buildpackage -uc -us (add option of no signature) + 又は export GNUPGHOME=nfs でない directory の .gnupg して, + debian@math.kobe-u.ac.jp でサイン. -uc -us はとる.>> + 1. すべての作業は source ./dot.bashrc (./を付けるのをわすれないこと) をしてから. (一部高山用) + export GNUPGHOME=/private/taka/.gnupg 等も忘れずに. + cvs-passwd/gpg-debian.txt.asc + 2. debian/changelog を修正. date は rfc822 format を守る事. ( dpkg-parsechangelog で check. 署名するには, mail address を gnupg のものと同一に.) @@ -28,6 +36,7 @@ A. 6. make copy-tar-ball-and-asir [knoppix/math: make USER=taka copy-tar-ball-and-asir] (7. orange2 で /root/bin/mirror-pub + http://fe.math.kobe-u.ac.jp/KnoppixMath の古い deb を Attic へ. KnoppixMath で Update-apt.sh (http://fe.math.kobe-u.ac.jp/KnoppixMath) ) @@ -87,7 +96,7 @@ A. make build-deb Q. パッケージのテスト. - (開発者の環境では iyokan-6. source dot.bashrc してから export OpenXM_HOME= ) + (開発者の環境では orange. source dot.bashrc してから export OpenXM_HOME= ) A. インストール. ln -s 書き込める場所 /home/knoppix/.asir-tmp @@ -191,9 +200,25 @@ A. license 関連で特殊な構造のため, apt-get upgra はうまくいきません. -$OpenXM: OpenXM/misc/packages/Linux/Debian2/note-ja.txt,v 1.14 2007/08/09 06:58:49 takayama Exp $ + To update package, please do as follows. + (a) sudo dpkg --purge openxm + (b) (sudo) rm -rf ~/OpenXM_tmp ~/.asir-tmp + + (c) sudo apt-get update + (d) sudo apt-get install openxm + + "apt-get update openxm" will not work, because of a special structure + of the package due to a license restriction. + +Q. tar が file changed as we read it. というエラーを出力して止まります. +A. もう一度 make して下さい. (途中からもう一度始めるとうまくいきます.) + +Q. emacs の中で make するとうまくいきません. +A. make fetch のみ, 普通の shell でやって下さい. + +$OpenXM: OpenXM/misc/packages/Linux/Debian2/note-ja.txt,v 1.20 2009/02/20 02:40:35 takayama Exp $ - \ No newline at end of file +