new debs for my Ubuntu 8.04

gnubiff_2.2.9-2ubuntu1.1_amd64.deb

  * debian/control: enabled new option --with-password-string 
	option to ./configure

だって,パスワード打つの,面倒いだもん.--with-password がついてるんだから,これも入れちゃえばいいのに.

deb パッケージをリビルド

ついでに,deb パッケージのリビルドのやり方をメモ.

久しぶりに deb をビルドしたので,何が何だったのかさっぱり忘れていた.

ビルド環境

devscripts は必須.

$ sudo apt-get install devscripts fakeroot devscripts-el debconf-utils

えいや!

$ install -m755 ~/deb/gnubiff
$ cd ~/deb/gnubiff
$ apt-get source gnubiff
$ sudo apt-get build-dep gnubiff
とりあえず弄るところ
ビルド

おりゃ!

$ ./debian/rules build 
$ debuild -uc -us
$ sudo dpkg -i ../gnubiff_2.2.9-2ubuntu1.1_amd64.deb