From a5171316b4335c69ca6ad946a37260b939fd7494 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 07:52:53 -0500 Subject: rm old braindamaged code that I wrote long ago --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index a38ceff..acff0e5 100644 --- a/main.go +++ b/main.go @@ -56,7 +56,7 @@ func main() { } else { me.pb.Architecture = argv.Arch } - me.pb.Version = me.repo.DebianCurrentVersion(3) + me.pb.Version = me.repo.DebianCurrentVersion(argv.BuildVersion) 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 (?) -- cgit v1.2.3