Package: nmap Version: 7.92+dfsg2-1 Severity: normal Tags: patch nmap does not clean its build files so if you try to build it a second time the build fails.
There is just one file not cleaned: ndiff/INSTALLED_FILES so it is trivialy fixed by adding a file debian/clean containing just one line: ndiff/INSTALLED_FILES -- Wookey
-- /dev/null 2022-05-12 20:48:46.608000000 +0000 +++ debian/clean 2022-05-25 15:41:04.788000000 +0000 @@ -0,0 +1 @@ +ndiff/INSTALLED_FILES