Package: lintian Version: 2.5.65 Severity: normal Hi,
I just filed two bugs against packages not cleaning up properly during debian/rules clean after building the binary packages because the override_dh_clean target does not call dh_clean (and the package build directories are left under debian/): #884419 against torbrowser-launcher/experimental #884815 against jenkins-job-builder/experimental This is probably something lintian could check for. Maybe also check the regular clean target in debhelperized packages to either call dh_clean or dh clean. Andreas