[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

cleanrule of my package



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
N:
N:   Leaving config.cache/status causes autobuilders problems config.cache
N:   and config.status are produced by GNU autoconf's configure scripts. If
N:   they are left in the source package, autobuilders may pick up settings
N:   for the wrong architecture, causing problems. The clean rule for the
N:   package should remove this file.
N:
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:
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp

        # Add here commands to clean up after the build process.
        rm -f eroaster Makefile configure.cache configure.log
configure.status constants.py ecat.py
        dh_clean
---
If i put htis into clean: of the Makefile.in, the files get erased before
they get installed, which makes install fail...

Martin
-- 
[this line is intentionally left blank]

Attachment: pgpNWBBsWRPP5.pgp
Description: PGP signature


Reply to: