debian の gnuplot でファイル名を補完できるようにする

gnuplot でファイル名補完できるようにする で、ずばり方法がまとめられている。

http://k64.mydns.to/debian/gnuplot.html

$ apt-get source gnuplot
$ cd gnuplot-4.0.0
$ vi debian/rules

debian/rules の --without-gnu-readline を --with-readline=gnu に編集して,

$ dpkg-buildpackage -uc -us -rfakeroot