Go to the documentation of this file.
18 #ifndef CUPT_CACHE_SOURCEVERSION_SEEN
19 #define CUPT_CACHE_SOURCEVERSION_SEEN
37 enum Type { BuildDepends, BuildDependsIndep, BuildDependsArch,
38 BuildConflicts, BuildConflictsIndep, BuildConflictsArch, Count };
39 static const string strings[];
40 static const char* rawStrings[];
49 enum Type { Tarball, Diff, Dsc, Count };
50 static const string strings[];
53 vector< FileRecord > files[FileParts::Count];
58 virtual bool areHashesEqual(
const Version* other)
const;
vector< string > uploaders
array of uploaders
Definition: sourceversion.hpp:54
build-time relation types between source version and binary versions
Definition: sourceversion.hpp:34
source version info
Definition: sourceversion.hpp:31
array of architectured relation expressions
Definition: relation.hpp:207
vector< string > architectures
array of binary architectures on which this source version may be built
Definition: sourceversion.hpp:56
common version information
Definition: version.hpp:39
file parts
Definition: sourceversion.hpp:46
vector< string > binaryPackageNames
array of binary package names, which are built out of
Definition: sourceversion.hpp:55
Type
type
Definition: sourceversion.hpp:37
Type
type
Definition: sourceversion.hpp:49