Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion check_depends_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Uploaders:
Aloïs Micard <[email protected]>,
Section: news
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
Expand Down
1 change: 0 additions & 1 deletion template.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ func writeDebianControl(dir, gopkg, debsrc, debLib, debProg string, pkgType pack

fmt.Fprintf(f, "Source: %s\n", debsrc)
fmt.Fprintf(f, "Section: golang\n")
fmt.Fprintf(f, "Priority: optional\n")
fmt.Fprintf(f, "Maintainer: Debian Go Packaging Team <[email protected]>\n")
fprintfControlField(f, "Uploaders", []string{getDebianName() + " <" + getDebianEmail() + ">"})

Expand Down