Do not exclude fake source packages from t-p-u processing, as they provide a mechanism for sourceless packages to propagate to testing through t-p-u. This change removes some b1/b2 diffs.

Signed-off-by: Jurij Smakov <jurij@droopy.oc.cox.net>
This commit is contained in:
Jurij Smakov 2009-09-03 00:40:56 +01:00
parent 947dece70e
commit 9c73bb45ac

View File

@ -1451,7 +1451,6 @@ class Britney:
# for every source package in testing-proposed-updates, check if it should be upgraded
for pkg in sources['tpu']:
if sources['tpu'][pkg][FAKESRC]: continue
# if the source package is already present in testing,
# check if it should be upgraded for every binary package
if pkg in sources['testing']: