From f6f7fdd241f94698b25ef4b0befb2b994f6096ac Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 08:12:28 -0500 Subject: love autogenpb renumber. glad I added that --- package.proto | 34 ++++++++++++++++++---------------- 1 file 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 { -- cgit v1.2.3