]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dak.py
Add dak auto-decruft command based on cruft-report
[dak.git] / dak / dak.py
index 1463d5d2c35b3a6be4edbae984f2e43488f8d548..18be3cefc015764464ca38b57297f31be5ec6619 100755 (executable)
@@ -113,12 +113,14 @@ def init():
          "Manipulate/list override entries in bulk"),
         ("control-suite",
          "Manipulate suites in bulk"),
+        ("update-suite",
+         "Update suite with packages from a different suite"),
         ("cruft-report",
          "Check for obsolete or duplicated packages"),
+        ("auto-decruft",
+         "Clean cruft without reverse dependencies automatically"),
         ("examine-package",
          "Show information useful for NEW processing"),
-        ("find-null-maintainers",
-         "Check for users with no packages in the archive"),
         ("import",
          "Import existing source and binary packages"),
         ("import-keyring",