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 > architectures
array of binary architectures on which this source version may be built
Definition: sourceversion.hpp:56
vector< string > uploaders
array of uploaders
Definition: sourceversion.hpp:54
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:55
Type
type
Definition: sourceversion.hpp:49
array of architectured relation expressions
Definition: relation.hpp:207
file parts
Definition: sourceversion.hpp:46
source version info
Definition: sourceversion.hpp:31