18 #ifndef CUPT_CACHE_SOURCEVERSION_SEEN
19 #define CUPT_CACHE_SOURCEVERSION_SEEN
37 enum Type { BuildDepends, BuildDependsIndep, BuildConflicts, BuildConflictsIndep, Count };
38 static const string strings[];
39 static const char* rawStrings[];
48 enum Type { Tarball, Diff, Dsc, Count };
49 static const string strings[];
52 vector< FileRecord > files[FileParts::Count];
57 virtual bool areHashesEqual(
const shared_ptr< const Version >& other)
const;