From 6078ef1c2df4fa8d7b5c32860b524c56b14d80a3 Mon Sep 17 00:00:00 2001 From: Fabio Tranchitella Date: Mon, 7 Aug 2006 09:52:29 +0000 Subject: [PATCH] It seems that old britney changed behaviour regarding versioned dependencies on virtual packages; modified TODO and BUGS. --- BUGS | 1 + TODO | 2 -- britney.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/BUGS b/BUGS index 4cc5f3f..181ecee 100644 --- a/BUGS +++ b/BUGS @@ -1,3 +1,4 @@ # list of bugs for old britney # * if there are no tpu approvals, then all the packages are approved # * while building the upgrade excuses, dependencies on virtual packages can be versioned, but not on UpgradeRun +# * if a binary package is found in testing-proposed-updates, but its sources doesn't exist, it is considered and requires approval from RM diff --git a/TODO b/TODO index 51cdb7f..0170c1b 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,2 @@ # Unsatisfable dependencies are not valid candidates, please drop them from upgrade_me (waiting reply from aba) - -# Add support for old libraries (introducing a new operation: remove single binary) # Add support for udeb diff --git a/britney.py b/britney.py index 9d01ca7..c7fda07 100644 --- a/britney.py +++ b/britney.py @@ -900,7 +900,7 @@ class Britney: # local copies for better performances parse_depends = apt_pkg.ParseDepends get_dependency_solvers = self.get_dependency_solvers - strict = not self.options.compatible + strict = True # not self.options.compatible # analyze the dependency fields (if present) for type in ('Pre-Depends', 'Depends'):