From: Rafael L. <lab...@ps...> - 2003-02-25 09:06:48
|
This is for the PLplot Python wizards: Lintian, the Debian package checker is complaining that the installed plplot_python_start.py is "executable-not-elf-or-script". I see two ways of fixing this: 1) Moving plplot_python_start.py form examples_python_SCRIPTS to examples_python_DATA in examples/python/Makefile.am 2) Adding "#/usr/bin/env python" at the beginning of plplot_python_start.py. I am going to implement one of these. Which do you prefer? -- Rafael |