Source: dh-builtusing Followup-For: Bug #1054125 X-Debbugs-Cc: Daniel Gröber <[email protected]>
Hello. This bug can probably be closed if you agree. By the way, if you are still thinking about checking the clean target after each build... https://wiki.debian.org/sbuild#Validate_package_cleanup now suggests an implementation of the clean/diff check with sbuild. This other implementation is more simple but consumes space if --reflnk is ignored: $dpkg_buildpackage_user_options = [ '--hook-source=cp -a --reflink=auto . /tmp/dsc', '--post-clean', '--hook-check=diff -qr /tmp/dsc .', ];

