Skip to content

Commit bfae0e0

Browse files
rajudevstapelberg
authored andcommitted
Update make.go - Changing the standards version (#86)
Updating the standards version to follow the latest as per the latest standards version of Debian policy. `4.1.3`
1 parent 407eed0 commit bfae0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ func writeTemplates(dir, gopkg, debsrc, debbin, debversion, pkgType string, depe
475475
sort.Strings(dependencies)
476476
builddeps := append([]string{"debhelper (>= 10)", "dh-golang", "golang-any"}, dependencies...)
477477
fmt.Fprintf(f, "Build-Depends: %s\n", strings.Join(builddeps, ",\n "))
478-
fmt.Fprintf(f, "Standards-Version: 4.1.1\n")
478+
fmt.Fprintf(f, "Standards-Version: 4.1.3\n")
479479
fmt.Fprintf(f, "Homepage: %s\n", getHomepageForGopkg(gopkg))
480480
fmt.Fprintf(f, "Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/%s.git\n", debsrc)
481481
fmt.Fprintf(f, "Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/%s.git\n", debsrc)

0 commit comments

Comments
 (0)