From 526605ff8733f14baa737246e2d817d42a556675 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 16 Nov 2024 09:49:49 -0600 Subject: add an example to build a custom .deb --- readControlFile.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'readControlFile.go') diff --git a/readControlFile.go b/readControlFile.go index b307849..8876d64 100644 --- a/readControlFile.go +++ b/readControlFile.go @@ -65,6 +65,8 @@ func (c *controlBox) readControlFile() error { c.Depends.SetText(value) case "Recommends": c.Recommends.SetText(value) + case "Version": + c.Version.SetText(value) case "Package": c.Package.SetText(value) // if c.Package.String() != value { -- cgit v1.2.3