* apt-pkg/deb/deblistparser.cc:
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Thu, 7 Oct 2010 12:50:25 +0000 (14:50 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 7 Oct 2010 12:50:25 +0000 (14:50 +0200)
  - support ArmHardFloat port in CompleteArch, thanks to Sebastian
    Andrzej Siewior for the patch!

apt-pkg/deb/deblistparser.cc
debian/changelog

index da8b027..1b3bfd6 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";
index e7d784e..c7aead5 100644 (file)
@@ -6,7 +6,13 @@ apt (0.8.7) UNRELEASED; urgency=low
   * Wrong translation for "showauto" fixed. Thanks to RaphaĆ«l Hertzog
     Closes: #599265
 
- -- Christian Perrier <bubulle@debian.org>  Tue, 05 Oct 2010 05:35:58 +0200
+  [ David Kalnischkies ]
+  * apt-pkg/deb/deblistparser.cc:
+    - support ArmHardFloat port in CompleteArch, thanks to Sebastian
+      Andrzej Siewior for the patch!
+
+
+ -- David Kalnischkies <kalnischkies@gmail.com>  Thu, 07 Oct 2010 14:46:59 +0200
 
 apt (0.8.6) unstable; urgency=low