]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexrecords.cc
* enable release based selection for deb-src (closes: 731102)
[apt.git] / apt-pkg / indexrecords.cc
index 8a72ca15182f3f31203da6b8d5b08e6e6b1698f4..f8097c3c62a29bd32246d5c72743b9f0044cf409 100644 (file)
@@ -27,6 +27,11 @@ string indexRecords::GetDist() const
    return this->Dist;
 }
 
+string indexRecords::GetSuite() const
+{
+   return this->Suite;
+}
+
 bool indexRecords::CheckDist(const string MaybeDist) const
 {
    return (this->Dist == MaybeDist