[dak/master 1/5] cruft-report: always check revdeps on NBS removals
Signed-off-by: Torsten Werner <twerner@debian.org>
---
dak/cruft_report.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dak/cruft_report.py b/dak/cruft_report.py
index 4541bf6..80b2831 100755
--- a/dak/cruft_report.py
+++ b/dak/cruft_report.py
@@ -238,7 +238,7 @@ def do_nbs(real_nbs):
output += " o %s: %s\n" % (version, ", ".join(packages))
if all_packages:
all_packages.sort()
- cmd_output += " dak rm -m \"[auto-cruft] NBS (was built by %s)\" -s %s -b %s\n\n" % (source, suite.suite_name, " ".join(all_packages))
+ cmd_output += " dak rm -m \"[auto-cruft] NBS (was built by %s)\" -s %s -b %s -R\n\n" % (source, suite.suite_name, " ".join(all_packages))
output += "\n"
--
1.6.3.3
Reply to: