summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 07:52:53 -0500
committerJeff Carr <[email protected]>2025-10-15 07:52:53 -0500
commita5171316b4335c69ca6ad946a37260b939fd7494 (patch)
tree922cb154a016d5e3d5c948f73c415a0db31fe649 /main.go
parent769ab0c88b51a10124b7328b937fa35dad1c7cb4 (diff)
rm old braindamaged code that I wrote long ago
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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 (?)