Skip to content

Commit 9ae09fa

Browse files
authored
Update Standards-Version to 4.5.0
1 parent a4af7f1 commit 9ae09fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func writeDebianControl(dir, gopkg, debsrc, debLib, debProg string, pkgType pack
159159
log.Fatalf("Invalid pkgType %d in writeDebianControl(), aborting", pkgType)
160160
}
161161

162-
fmt.Fprintf(f, "Standards-Version: 4.4.1\n")
162+
fmt.Fprintf(f, "Standards-Version: 4.5.0\n")
163163
fmt.Fprintf(f, "Vcs-Browser: https://salsa.debian.org/go-team/packages/%s\n", debsrc)
164164
fmt.Fprintf(f, "Vcs-Git: https://salsa.debian.org/go-team/packages/%s.git\n", debsrc)
165165
fmt.Fprintf(f, "Homepage: %s\n", getHomepageForGopkg(gopkg))

0 commit comments

Comments
 (0)