Rename udd_tie_breaker -> popcon_tie_breaker.

This commit is contained in:
Jelmer Vernooij 2021-03-23 22:48:34 +00:00
parent ce02dd4a85
commit bfc2141626
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ class UDD(object):
return cursor.fetchone()[0]
def udd_tie_breaker(candidates):
def popcon_tie_breaker(candidates):
# TODO(jelmer): Pick package based on what appears most commonly in
# build-depends{-indep,-arch}
try: