2007年5月8日 (火曜日)

01:43:21 # Life 思いついたので最新のemacs-snapshot を使ってみようとしてみる。 最近は emacs-snapshot パッケージがメンテナンスされていないので、 意味もなくgit版のレポジトリを使ってみたら、.git 以下が巨大過ぎてはまってしまいました。dpatch-edit-patch の修正版をアップロード。 で、パッチが適用できる仕組みをつくるまでやってみました。 debuild -i でビルドしてインストールしたところあっけなくうごきました。 バージョン 22.1.50 になっているので、22.1がすでにリリースされていたのかな?

$ apt-get source emacs-snapshot
$ git-clone git://git.sv.gnu.org/emacs.git
$ cd emacs
$ mv ../emacs-snapshot-*/debian/ .
$ debian/rules patch
 debian/patched
dpatch  apply-all
applying patch debian-version-mention to ./ ... ok.
applying patch debian-cssc-vc-backend to ./ ... ok.
applying patch debian-default-info-directory to ./ ... ok.
applying patch debian-emacs-flavor to ./ ... ok.
applying patch debian-emacs-manpage to ./ ... failed.
make: *** [patch-stamp] エラー 1
$ debian/rules unpatch
$ dpatch-edit-patch debian-emacs-manpage
編集
$ rm etc/emacs.1.rej
$ exit
(ここでdpatchファイルが更新されているはず。)

$ debian/rules patch
今回は成功
$ git archive --format=tar HEAD | gzip > ../emacs-snapshot_20070508.orig.tar.gz
	
Junichi Uekawa

$Id: dancer-diary.el,v 1.91 2006/06/15 15:14:10 dancer Exp $