package isn't used any more

This commit is contained in:
Stefano Rivera 2011-11-15 01:40:23 +02:00
parent 6a6f0ca9cb
commit dd7c37e130

View File

@ -72,7 +72,7 @@ def determine_destinations(source, destination):
return destinations return destinations
def find_rdepends(package, releases, published_binaries): def find_rdepends(releases, published_binaries):
intermediate = defaultdict(lambda: defaultdict(list)) intermediate = defaultdict(lambda: defaultdict(list))
# We want to display every pubilshed binary, even if it has no rdepends # We want to display every pubilshed binary, even if it has no rdepends
@ -190,7 +190,7 @@ def request_backport(package_spph, source, destinations):
] ]
+ testing + testing
+ [""] + [""]
+ find_rdepends(package_spph, destinations, published_binaries) + find_rdepends(destinations, published_binaries)
+ [""] + [""]
) % subst) ) % subst)