I'm happily using the cdbs with the caml.mk class.
I notice that it automatically munges debian/*.in files for me,
but it doesn't try to clean them up. Should it? Something like this:
for orig in *.in; do
new=$(basename $orig .in)
if [ $new -nt $orig ]; then
echo remove $new
fi
done
If this is deemed too dangerous, should we add our own clean:: rules to
remove them, or doesn't it matter?
--
Eric Cooper e c c @ c m u . e d u