[Pkg-octave-devel] Upload of Octplot

Rafael Laboissiere rafael at debian.org
Sun Jun 3 19:16:14 UTC 2007


* Thomas Weber <thomas.weber.mail at gmail.com> [2007-06-03 20:49]:

> Am Samstag, 2. Juni 2007 10:47 schrieb Rafael Laboissiere:
> > Thanks, octplot 0.4.0-2 has been uploaded.  I hope that your changes in the
> > configuration files will be accepted upstream, otherwise it will be a
> > maintenance burden to keep 50_link_with_glu.patch up to date.
> 
> If everything else fails, I'l split the patch into two parts: one part adding 
> the small modification to configure.ac and the rest the changes that come 
> from calling autoconf and friends afterwards.

Another solution for this problem would be to add to debian/rules something
like the following to debian/rules (not tested!):

savefiles = Makefile.in aclocal.m4 config.h.in configure demos/Makefile.in \
            fonts/Makefile.in high_level/Makefile.in src/Makefile.in       \
            tests/Makefile.in

makebuilddir/octplot::
        for f in $(savefiles) ; do                     \
                test -f $$f-orig || cp $$f $$f-orig ;  \
        done

clean::
        for f in $(savefiles) ; do                             \
                test -f $$f-orig && mv $$f-orig $$f || true ;  \
        done
		
> The problem is that the change to "fltk-config" is really Debian-specific.

Oh, yes, I forgot that.

-- 
Rafael



More information about the Pkg-octave-devel mailing list