Skip to content

Commit

Permalink
Merge pull request #201 from Maytha8/bump-standards-version
Browse files Browse the repository at this point in the history
Bump template Standards-Version to 4.6.2
  • Loading branch information
creekorful authored Dec 11, 2023
2 parents 52983fc + e02ac1d commit e701253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func writeDebianControl(dir, gopkg, debsrc, debLib, debProg string, pkgType pack
fprintfControlField(f, "Build-Depends", builddeps)

fmt.Fprintf(f, "Testsuite: autopkgtest-pkg-go\n")
fmt.Fprintf(f, "Standards-Version: 4.6.1\n")
fmt.Fprintf(f, "Standards-Version: 4.6.2\n")
fmt.Fprintf(f, "Vcs-Browser: https://salsa.debian.org/go-team/packages/%s\n", debsrc)
fmt.Fprintf(f, "Vcs-Git: https://salsa.debian.org/go-team/packages/%s.git\n", debsrc)
fmt.Fprintf(f, "Homepage: %s\n", getHomepageForGopkg(gopkg))
Expand Down

0 comments on commit e701253

Please sign in to comment.