echo"This script needs more changes to work on other suites than buster…"
SUITES="$@"# stretch buster sid
OLDSTABLE="stretch"
STABLE="buster"
if["$NEXT"!="bullseye"];then
echo"This script needs more changes to work on other suites than bullseye…"
echo"Not many, but a very few."
exit 1
fi
@@ -190,7 +190,7 @@ fi
echo
echo"Found $BAD_COUNTER bad packages (=transitional dummy package in $OLDSTABLE, $STABLE and sid) and $GOOD_COUNTER removed transitional packages (=doesn't exist in sid) plus we know about $BUGGED_COUNTER open bugs about obsolete transitional packages."
echo"In the future, this script should probably complain about transitional packages in stretch and buster, and suggest to file wishlist bugs for those. Though probably it's more useful to file wishlist bugs against packages depending on those, first (or do both)… and should those latter be normal severity?"
echo"In the future, this script should probably complain about transitional packages in buster and bullseye, and suggest to file wishlist bugs for those. Though probably it's more useful to file wishlist bugs against packages depending on those, first (or do both)… and should those latter be normal severity?"