]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.cc
merged from apt-get-changelog
[apt.git] / apt-pkg / deb / deblistparser.cc
index da8b0271bfae79d84f9e6efb8e6b7e9da35009a7..1b3bfd6ae492c77deff4ea208403d3081f9e4f90 100644 (file)
@@ -481,6 +481,7 @@ const char *debListParser::ConvertRelation(const char *I,unsigned int &Op)
  */
 static string CompleteArch(std::string& arch) {
     if (arch == "armel")              return "linux-arm";
+    if (arch == "armhf")              return "linux-arm";
     if (arch == "lpia")               return "linux-i386";
     if (arch == "powerpcspe")         return "linux-powerpc";
     if (arch == "uclibc-linux-armel") return "linux-arm";