Skip to content

Commit bcfd5bf

Browse files
authored
Merge pull request #94 from anthonyfok/vcs-anonscm-to-salsa
Change Vcs-* from anonscm to salsa, and bump Standards-Version to 4.1.4
2 parents f39aa59 + e4397dc commit bcfd5bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

make.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,10 +494,10 @@ func writeTemplates(dir, gopkg, debsrc, debbin, debversion, pkgType string, depe
494494
sort.Strings(dependencies)
495495
builddeps := append([]string{"debhelper (>= 11)", "dh-golang", "golang-any"}, dependencies...)
496496
fmt.Fprintf(f, "Build-Depends: %s\n", strings.Join(builddeps, ",\n "))
497-
fmt.Fprintf(f, "Standards-Version: 4.1.3\n")
497+
fmt.Fprintf(f, "Standards-Version: 4.1.4\n")
498498
fmt.Fprintf(f, "Homepage: %s\n", getHomepageForGopkg(gopkg))
499-
fmt.Fprintf(f, "Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/%s.git\n", debsrc)
500-
fmt.Fprintf(f, "Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/%s.git\n", debsrc)
499+
fmt.Fprintf(f, "Vcs-Browser: https://salsa.debian.org/go-team/packages/%s\n", debsrc)
500+
fmt.Fprintf(f, "Vcs-Git: https://salsa.debian.org/go-team/packages/%s.git\n", debsrc)
501501
fmt.Fprintf(f, "XS-Go-Import-Path: %s\n", gopkg)
502502
fmt.Fprintf(f, "Testsuite: autopkgtest-pkg-go\n")
503503
fmt.Fprintf(f, "\n")

0 commit comments

Comments
 (0)