Bugfixes - weird typing bug; plus others #39
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR is primarily to fix a few of bugs:
'Plan' | set[str]failing, butUnion['Plan', set[str]]works fine...Deb822comes fromdebian.deb822, notdebian.debfile!prefix in removelists - to keep (actually recreate) a subdir of a removed dir. I hit this building a trixie bootstrap - it failed because it didn't understand/expect the!prefix in a removelist. It seems like it may have been a regression introduced in Scripts and removelist #32. We haven't noticed it before now as it looks likebootstrap/removelistis the only place that it's used?I also:
fab,fablib/installer.py,fablib/plan.py&fablib/removelist.pysetup.pytopyproject.tomlfablib/py.typed- so mypy knows fab is typed