]> git.saurik.com Git - apt.git/commitdiff
fix typo preventing display of architecture in Info()
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sun, 11 Jul 2010 16:58:54 +0000 (18:58 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sun, 11 Jul 2010 16:58:54 +0000 (18:58 +0200)
apt-pkg/deb/debmetaindex.cc
debian/changelog

index 7366bd624d0597cfe4d426c6d1ad3ccfee98ab00..717d0bcdef3cdd5392af7b4e5009afb4524bf2a0 100644 (file)
@@ -23,7 +23,7 @@ string debReleaseIndex::Info(const char *Type, string const &Section, string con
    else
    {
       Info += Dist + '/' + Section;
-      if (Arch.empty() == true)
+      if (Arch.empty() != true)
         Info += " " + Arch;
    }
    Info += " ";
index b506fa43380b6b7ba8e5c12ced1ea962fa9cc9be..b0efc72e5fdcb93f4371c5fe66299eb665ed95b4 100644 (file)
@@ -6,6 +6,7 @@ apt (0.7.26~exp10) UNRELEASED; urgency=low
       Thanks Eric Valette! (Closes: #588610)
   * apt-pkg/deb/debmetaindex.cc:
     - do not query each architecture for flat file archives
+    - fix typo preventing display of architecture in Info()
 
   [ Martin Pitt ]
   * debian/rules: