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 Version* other)
const;
vector< string > architectures
array of binary architectures on which this source version may be built
Definition: sourceversion.hpp:55
vector< string > uploaders
array of uploaders
Definition: sourceversion.hpp:53
Type
type
Definition: sourceversion.hpp:37
Definition: binarypackage.hpp:26
build-time relation types between source version and binary versions
Definition: sourceversion.hpp:34
common version information
Definition: version.hpp:39
vector< string > binaryPackageNames
array of binary package names, which are built out of
Definition: sourceversion.hpp:54
Type
type
Definition: sourceversion.hpp:48
array of architectured relation expressions
Definition: relation.hpp:202
file parts
Definition: sourceversion.hpp:45
source version info
Definition: sourceversion.hpp:31