diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-10-15 18:30:09 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-10-15 18:30:09 +0200 |
commit | b71a4a8dcd8b1d0e82f8071e5e993cc6423c6a57 (patch) | |
tree | 88c3ff0df846f2af9e901872f67e21b051129e3f /apt-pkg/deb/deblistparser.cc | |
parent | 58d0598ad6f1c514bf7d89fdea676a697f0d9388 (diff) | |
parent | 95fe33dc131bee1a0917ba647e44855c10083ab5 (diff) |
merged from debian-sid
Diffstat (limited to 'apt-pkg/deb/deblistparser.cc')
-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"; |