diff options
author | Michael Vogt <mvo@debian.org> | 2010-10-14 14:38:56 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2010-10-14 14:38:56 +0200 |
commit | 5a66868c039f3ca0307816d52d393eb9c6f6d682 (patch) | |
tree | e1a0eba51fed7466b5b61fa892db1d70c7dd0809 /apt-pkg | |
parent | be61b563c20267c521494cca92bd7ac158366c89 (diff) | |
parent | a5c486e061f7da07784adbdce77a2775dfcac0ea (diff) |
merged from http://code.launchpad.net/~donkult/apt/sid
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/deb/deblistparser.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/deb/deblistparser.cc b/apt-pkg/deb/deblistparser.cc index da8b0271b..1b3bfd6ae 100644 --- a/apt-pkg/deb/deblistparser.cc +++ b/apt-pkg/deb/deblistparser.cc @@ -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"; |