diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 (?) |
