From 82bc641294462e34616235572da7599ef1183801 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 16 Oct 2025 02:58:23 -0500 Subject: need to show this --- tablePackaging.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tablePackaging.go b/tablePackaging.go index 496ae95..be52ff9 100644 --- a/tablePackaging.go +++ b/tablePackaging.go @@ -58,6 +58,11 @@ func makePackagingTable(pb *gitpb.Repos) *gitpb.ReposTable { }) col.Width = 8 + col = tablePB.AddStringFunc("cur .deb Version", func(r *gitpb.Repo) string { + return "find this" + }) + col.Width = 16 + col = tablePB.AddStringFunc("new .deb Version", func(r *gitpb.Repo) string { return me.forge.GetPackageVersion(r) }) -- cgit v1.2.3