diff options
| author | Jeff Carr <[email protected]> | 2025-10-12 10:59:04 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-12 10:59:04 -0500 |
| commit | f69a5215ad5401577696024b668c320eea023deb (patch) | |
| tree | e9db406e0c32cbaa74064fafa03016114fa8bb0a /control.write.go | |
| parent | adcc1c506a038e965b2172ebfd2809d0d5d8a4a9 (diff) | |
notsurev0.22.162
Diffstat (limited to 'control.write.go')
| -rw-r--r-- | control.write.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/control.write.go b/control.write.go index 52c74d6..358774d 100644 --- a/control.write.go +++ b/control.write.go @@ -57,6 +57,7 @@ func writeDebianControlFile(repo *gitpb.Repo) bool { fmt.Fprintln(cf, "Architecture:", repo.Control["Architecture"]) // c.Architecture.String()) writeControlVar(cf, repo, "Maintainer") + fmt.Fprintln(cf, "Installed-Size::", "2097152") // fixme. du -s files/ writeControlVar(cf, repo, "Depends") writeControlVar(cf, repo, "Build-Depends") writeControlVar(cf, repo, "Conflicts") |
