From 769ab0c88b51a10124b7328b937fa35dad1c7cb4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 07:35:52 -0500 Subject: dump more of the old junk --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 395bcc6..a38ceff 100644 --- a/main.go +++ b/main.go @@ -56,7 +56,8 @@ func main() { } else { me.pb.Architecture = argv.Arch } - me.pb.Version = trimNonNumericPrefix(me.repo.DebianCurrentVersion()) + me.pb.Version = me.repo.DebianCurrentVersion(3) + me.pb.DebInfo.InstalledSize = "2222" // just to make the control file work me.pb.DebInfo.URL = me.repo.URL me.pb.DebInfo.Homepage = me.repo.URL // deprecate this usage (?) log.Info("INITIAL PARSE RESULT:") -- cgit v1.2.3