https://bugs.winehq.org/show_bug.cgi?id=37183
Bug ID: 37183 Summary: Autogenerated programs/cscript/ihost.h is not being removed by make clean Product: Wine Version: 1.7.25 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: scott@open-vote.org
If I do a binary build of the Wine package twice in a row, or a binary build followed by a source build, dpkg-source will complain that there are uncommitted changes to the source.
The issue is programs/cscript/ihost.h gets generated during the build process, but never gets cleaned up even after make clean is run to make a new source package.
A simple workaround is to just delete programs/cscript/ihost.h before running the next command, but this is something clean should be handling for us.