Skip to content

Commit 34a37c9

Browse files
committed
1 parent b184ad3 commit 34a37c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

template.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ func writeDebianControl(dir, gopkg, debsrc, debLib, debProg string, pkgType pack
143143
fmt.Fprintf(f, "Source: %s\n", debsrc)
144144
fmt.Fprintf(f, "Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>\n")
145145
fprintfControlField(f, "Uploaders", []string{getDebianName() + " <" + getDebianEmail() + ">"})
146-
// TODO: change this once we have a “golang” section.
147-
fmt.Fprintf(f, "Section: devel\n")
146+
fmt.Fprintf(f, "Section: golang\n")
148147
fmt.Fprintf(f, "Testsuite: autopkgtest-pkg-go\n")
149148
fmt.Fprintf(f, "Priority: optional\n")
150149

0 commit comments

Comments
 (0)