Francesco Paolo Lovergine wrote:
Just for note r37784 can be packaged straight on with only one
minor change due to a fix for g++ 4.4 merged in, so I can upload it
into sid just after the release...
already done,
http://trac.osgeo.org/grass/changeset/36940
Hamish
ps- how to symlink grass64.1 man page to grass.1 as is done for the main
startup script?
On Tue, Jun 09, 2009 at 09:51:10AM -0700, Hamish wrote:
ps- how to symlink grass64.1 man page to grass.1 as is done for the main
startup script?
I'm going to use the alternatives mechanism to complete the
what-ever-version-you-wish support. As is the symlink use still would prevent
packaging and supporting a grass65 or grass70 version for personal/group use
along with the 'official' packaged version.
To do that, I will move 'grass' package into 'grass64' and provide a
grass migration package and a couple of alternatives for the binary and
the manpage. In the meantime the binary link is provided in
debian/grass.links, you could add an additional link for that.
--
Francesco P. Lovergine
Hamish wrote:
ps- how to symlink grass64.1 man page to grass.1 as is done for the main
startup script?
Don't use symlinks for man pages; use a ".so" command, e.g.:
echo ".so man1/grass64.1" > $GISBASE/man/man1/grass.1
--
Glynn Clements <glynn@gclements.plus.com>