Skip to content

Commit f0afc0f

Browse files
elboulangerostapelberg
authored andcommitted
make: update alioth urls where need be (#103)
Signed-off-by: Arnaud Rebillout <[email protected]>
1 parent 56f433c commit f0afc0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ func writeITP(gopkg, debsrc, debversion string) (string, error) {
644644
fmt.Fprintf(f, "Subject: ITP: %s -- %s\n", debsrc, description)
645645
fmt.Fprintf(f, "Content-Type: text/plain; charset=utf-8\n")
646646
fmt.Fprintf(f, "Content-Transfer-Encoding: 8bit\n")
647-
fmt.Fprintf(f, "X-Debbugs-CC: [email protected], pkg-go-maintainers@lists.alioth.debian.org\n")
647+
fmt.Fprintf(f, "X-Debbugs-CC: [email protected], debian[email protected]\n")
648648
fmt.Fprintf(f, "\n")
649649
fmt.Fprintf(f, "Package: wnpp\n")
650650
fmt.Fprintf(f, "Severity: wishlist\n")
@@ -715,7 +715,7 @@ func execMake(args []string, usage func()) {
715715
fs.BoolVar(&allowUnknownHoster,
716716
"allow_unknown_hoster",
717717
false,
718-
"The pkg-go naming conventions (see https://pkg-go.alioth.debian.org/packaging.html) use a canonical identifier for the hostname, and the mapping is hardcoded into dh-make-golang. In case you want to package a Go package living on an unknown hoster, you may set this flag to true and double-check that the resulting package name is sane. Contact pkg-go if unsure.")
718+
"The pkg-go naming conventions (see https://go-team.pages.debian.net/packaging.html) use a canonical identifier for the hostname, and the mapping is hardcoded into dh-make-golang. In case you want to package a Go package living on an unknown hoster, you may set this flag to true and double-check that the resulting package name is sane. Contact pkg-go if unsure.")
719719

720720
var pkgType string
721721
fs.StringVar(&pkgType,

0 commit comments

Comments
 (0)