I've put into CVS some of the suggestions Mikael Andersson suggested
earlier.
bashdb-pre.inc is now created from debugger rather than the top-level
directory and acinclude.m4 now lives in debugger rather than the
top-level directory. (bootstrap.sh picks acinclude.m4 up in its
aclocal via "-I debugger").
The package names are now bash-2.05b-rebash-xxx and
bash-2.05b-debugger-xxx. I couldn't figure out how to make the
executable install by default under the name "rebash".
Also I couldn't figure out how to move the creation of
debugger/doc/version.texi into debugger without getting the following
Makefile warnings:
Makefile:135: warning: overriding commands for target `version.texi'
Makefile:132: warning: ignoring old commands for target `version.texi'
Finally, to placate Matthias Klose and presumably Debian folks while
they decide whether or not it's okay to have GNU philosophical sections
unmodifiable (and the whole issue of whether an author can declare
parts of a document unchangable as a representation of his work), I've
removed the requirement that these sections remain unmodified:
``Free Software'' and ``Free Software Needs Free Documentation'', with
the Front-Cover Texts being ``A GNU Manual,''
|