Skip to content

Commit

Permalink
make: update alioth urls where need be (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud Rebillout <[email protected]>
  • Loading branch information
elboulangero authored and stapelberg committed Aug 13, 2018
1 parent 56f433c commit f0afc0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.go
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ func writeITP(gopkg, debsrc, debversion string) (string, error) {
fmt.Fprintf(f, "Subject: ITP: %s -- %s\n", debsrc, description)
fmt.Fprintf(f, "Content-Type: text/plain; charset=utf-8\n")
fmt.Fprintf(f, "Content-Transfer-Encoding: 8bit\n")
fmt.Fprintf(f, "X-Debbugs-CC: [email protected], pkg-go-maintainers@lists.alioth.debian.org\n")
fmt.Fprintf(f, "X-Debbugs-CC: [email protected], debian[email protected]\n")
fmt.Fprintf(f, "\n")
fmt.Fprintf(f, "Package: wnpp\n")
fmt.Fprintf(f, "Severity: wishlist\n")
Expand Down Expand Up @@ -715,7 +715,7 @@ func execMake(args []string, usage func()) {
fs.BoolVar(&allowUnknownHoster,
"allow_unknown_hoster",
false,
"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.")
"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.")

var pkgType string
fs.StringVar(&pkgType,
Expand Down

0 comments on commit f0afc0f

Please sign in to comment.