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'):