summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 08:12:28 -0500
committerJeff Carr <[email protected]>2025-10-15 08:12:28 -0500
commitf6f7fdd241f94698b25ef4b0befb2b994f6096ac (patch)
tree491c9ca9a7f6705f5cc41a4bc2a6a41f17222b82
parent778668265b0bd2572d0bc9b6c6c301299c1b9eea (diff)
love autogenpb renumber. glad I added thatv0.0.91
-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 {