search for: 8d0f75f

Displaying 1 result from an estimated 1 matches for "8d0f75f".

2012 Feb 11
1
[PATCH] Eliminate duplicate entries from package list
...s which broke the code that checks whether all package files have been successfully downloaded. I am not sure if this is a bug in apt. --- src/febootstrap_debian.ml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/febootstrap_debian.ml b/src/febootstrap_debian.ml index 8d0f75f..d1ee8ab 100644 --- a/src/febootstrap_debian.ml +++ b/src/febootstrap_debian.ml @@ -53,7 +53,7 @@ let rec debian_resolve_dependencies_and_download names = if Config.apt_cache_depends_recurse_broken then workaround_broken_apt_cache_depends_recurse (sort_uniq pkgs) else - pkgs i...