summaryrefslogtreecommitdiff
path: root/apt-pkg/indexrecords.cc
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-12-05 08:11:11 +0100
committerMichael Vogt <mvo@debian.org>2013-12-05 08:11:11 +0100
commit7014e1482942d00b66eb30061b0cf5d2a7b3ebf3 (patch)
treee215ba89cf4dceffd458cc56dfdff98e772ebefd /apt-pkg/indexrecords.cc
parentfb83d0ccdda584a5aa9a93d87c6c71a03bc24ed4 (diff)
* enable release based selection for deb-src (closes: 731102)
Diffstat (limited to 'apt-pkg/indexrecords.cc')
-rw-r--r--apt-pkg/indexrecords.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/apt-pkg/indexrecords.cc b/apt-pkg/indexrecords.cc
index 8a72ca151..f8097c3c6 100644
--- a/apt-pkg/indexrecords.cc
+++ b/apt-pkg/indexrecords.cc
@@ -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