summaryrefslogtreecommitdiff
path: root/package.proto
diff options
context:
space:
mode:
Diffstat (limited to 'package.proto')
-rw-r--r--package.proto34
1 files changed, 18 insertions, 16 deletions
diff --git a/package.proto b/package.proto
index a7f675a..a4627ec 100644
--- a/package.proto
+++ b/package.proto
@@ -41,22 +41,24 @@ message DebInfo {
string PreDepends = 10; //
string BuildDepends = 11; //
string Conflicts = 12; //
- string Recommends = 13; //
- string Suggests = 14; //
- string MultiArch = 15; //
- string Tag = 16; //
- string Section = 17; //
- string Source = 18; //
- string DebCtime = 19; //
- string BuildDate = 20; //
- string GitHash = 21; //
- string GitDate = 22; //
- string Filename = 23; // `autogenpb:unique` `autogenpb:sort`
- string Size = 24; //
- string InstalledSize = 25; //
- string MD5SUM = 26; //
- string SHA256 = 27; //
- string Description = 28; //
+ string Breaks = 13; //
+ string Replaces = 14; //
+ string Recommends = 15; //
+ string Suggests = 16; //
+ string MultiArch = 17; //
+ string Tag = 18; //
+ string Section = 19; //
+ string Source = 20; //
+ string DebCtime = 21; //
+ string BuildDate = 22; //
+ string GitHash = 23; //
+ string GitDate = 24; //
+ string Filename = 25; // `autogenpb:unique` `autogenpb:sort`
+ string Size = 26; //
+ string InstalledSize = 27; //
+ string MD5SUM = 28; //
+ string SHA256 = 29; //
+ string Description = 30; //
}
message Package {