From: David Kalnischkies Date: Tue, 3 May 2011 14:45:01 +0000 (+0200) Subject: maybe Pre-Depends are checked if they write them as Pre-Depends and X-Git-Tag: 0.9.0~91^2~11^2~8 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/ee8c790a660a817417267379bca1a26e7813dfde maybe Pre-Depends are checked if they write them as Pre-Depends and not as PreDepends (doh!) … --- diff --git a/apt-pkg/edsp.cc b/apt-pkg/edsp.cc index 8bd0c14bb..ce9ad250c 100644 --- a/apt-pkg/edsp.cc +++ b/apt-pkg/edsp.cc @@ -21,7 +21,7 @@ // we could use pkgCache::DepType and ::Priority, but these would be localized strings… const char * const EDSP::PrioMap[] = {0, "important", "required", "standard", "optional", "extra"}; -const char * const EDSP::DepMap[] = {"", "Depends", "PreDepends", "Suggests", +const char * const EDSP::DepMap[] = {"", "Depends", "Pre-Depends", "Suggests", "Recommends" , "Conflicts", "Replaces", "Obsoletes", "Breaks", "Enhances"};