]> git.donarmstrong.com Git - debhelper.git/commit
One problem with the log files is that if dh_clean is not the last command run, they... 7.0.3
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 29 Apr 2008 06:23:36 +0000 (02:23 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 29 Apr 2008 06:23:36 +0000 (02:23 -0400)
commit6eca57133ba10e49fdb049920583512a456f6005
tree504560fee1cfdf5c1994fdede658c5443053dd6b
parent1e711636f4790f51ae10474f93cb740e0399ea57
One problem with the log files is that if dh_clean is not the last command run, they will be left behind. This is a particular problem on build daemons that use real root. Especially if cdbs is used, since it runs dh_listpackages after clean, thereby leaving behind log files that only root can touch. Avoid this particular special case by inhibiting logging by dh_listpackages.
debian/changelog
dh_listpackages