Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.1.0
-
None
-
3
-
5099
Description
There is a corner case in the debian patching/unpatching process where a patch converts the use of a given file to a file.in that is to be substed. The problem is that between the configure and the make debs, a file, which a debian patch wants to remove already exists (it was created by the configure) and dpkg-buildpackage's unpatch step fails becuase it wants to try to create a file which configure already created.