Skip to content
Merged
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 @@ -28,7 +28,6 @@ Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/terminews
Vcs-Git: https://salsa.debian.org/go-team/packages/terminews.git
Homepage: https://github.com/antavelos/terminews
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/antavelos/terminews

Package: terminews
Expand Down
1 change: 0 additions & 1 deletion template.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ func writeDebianControl(dir, gopkg, debsrc, debLib, debProg string, pkgType pack
fmt.Fprintf(f, "Priority: optional\n")
fmt.Fprintf(f, "Maintainer: Debian Go Packaging Team <[email protected]>\n")
fprintfControlField(f, "Uploaders", []string{getDebianName() + " <" + getDebianEmail() + ">"})
fmt.Fprintf(f, "Rules-Requires-Root: no\n")

builddeps := append([]string{
"debhelper-compat (= 13)",
Expand Down