diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 07:35:52 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 07:35:52 -0500 |
| commit | 769ab0c88b51a10124b7328b937fa35dad1c7cb4 (patch) | |
| tree | f525e26f5505491f311053a3ace17b18670c8088 /main.go | |
| parent | c14e4ab5b155d23b0e7bb9d4ae0e18769cc3418a (diff) | |
dump more of the old junk
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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:") |
