[Pkg-octave-devel] Upload of Octplot
Thomas Weber
thomas.weber.mail at gmail.com
Sun Jun 3 19:41:23 UTC 2007
Am Sonntag, 3. Juni 2007 21:16 schrieb Rafael Laboissiere:
> 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
This only works if there are no real changes to configure.ac by upstreams,
doesn't it?
Thomas
More information about the Pkg-octave-devel
mailing list