Rafael Laboissiere wrote:
> A problem with the graceplot package has been recently reported [1] in
> Debian, which is caused by various graphic functions in Octave 3.0.1 not
> working with the Grace interface.
> 
> We fixed this problem in the Debian by using a template function [2] to
> generate all missing functions listed in a file [3] through the following
> code in debian/rules [4]:
> 
>     for f in $(shell cat debian/missing.lst) ; do  \
>         sed s/@FUN@/$$f/ < debian/template.m       \
>             > $(INSTDIR)/$$f.m ;                   \
>     done
> 
> I think this might be of interest to the package maintainers at SourceForge.
> 
> [1] http://bugs.debian.org/492033
> [2] 
> http://svn.debian.org/viewsvn/*checkout*/pkg-octave/octave-forge-pkgs/octave-graceplot/trunk/debian/template.m?rev=2359
> [3] 
> http://svn.debian.org/viewsvn/*checkout*/pkg-octave/octave-forge-pkgs/octave-graceplot/trunk/debian/missing.lst?rev=2359
> [4] 
> http://svn.debian.org/viewsvn/*checkout*/pkg-octave/octave-forge-pkgs/octave-graceplot/trunk/debian/rules?rev=2359
> 
> Also, there was another minor problem in the package: the file
> inst/*-api-*/__grcmd__.oct is not removed by "make clean".
> 
> Cheers,
> 

Ok, I added these dummy functions to the graceplot package

D.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to