* Martin Butterweck <[EMAIL PROTECTED]> [010916 20:56]: > hi, > lintian gives me the following errormessage: > --- > mb:~/debian$lintian -i eroaster_2.0.11-1.dsc > E: eroaster source: autoconf-generated-file-in-source config.status > E: eroaster source: autoconf-generated-file-in-source config.cache > --- > I´ve added the following to my cleanrule, but i still get the message: > (taken from debian/rules) > --- > clean: > rm -f eroaster Makefile configure.cache configure.log > configure.status constants.py ecat.py
You wrote configure.status and configure.cache where the files are config.status and config.cache (note the missing "ure") -- Baruch

